Improve progression differences between versions (#113)

* address complete differences

* add missing local attributes

* symbol renames 1

* symbol renames 2

* symbol renames 3
This commit is contained in:
Yanis
2026-07-18 00:09:18 +02:00
committed by GitHub
parent 0fe5959c6d
commit f65363301d
18 changed files with 2370 additions and 2343 deletions
+11
View File
@@ -3,6 +3,12 @@
#include "Actor/ActorUnkOLDS.hpp"
#include "System/SysNew.hpp"
#include "versions.h"
#if IS_JP
THUMB_BEGIN
#endif
DECL_PROFILE(ActorProfileUnkOLDS);
Actor *ActorProfileUnkOLDS::Create() {
@@ -15,6 +21,11 @@ ActorProfileUnkOLDS::ActorProfileUnkOLDS() :
ActorUnkOLDS::ActorUnkOLDS() {}
void ActorUnkOLDS::func_ov040_0212cd8c(void) {}
#if IS_JP
THUMB_END
#endif
void ActorUnkOLDS::func_ov040_0212cee4(void) {}
void ActorUnkOLDS::func_ov040_0212cefc(void) {}
void ActorUnkOLDS::func_ov040_0212cf34(void) {}
@@ -2,9 +2,14 @@
#include "Actor/ActorUnkYKAP_YKCP_YKEP.hpp"
#include "System/SysNew.hpp"
#include "versions.h"
// --- Actor YKAP ---
#if IS_JP
THUMB_BEGIN
#endif
DECL_PROFILE(ActorProfileUnkYKAP);
Actor *ActorProfileUnkYKAP::Create() {
@@ -40,6 +45,10 @@ Actor *ActorProfileUnkYKEP::Create() {
ActorProfileUnkYKEP::ActorProfileUnkYKEP() :
ActorProfile_Derived1(ActorId_YKEP) {}
#if IS_JP
THUMB_END
#endif
ActorUnkYKEP::ActorUnkYKEP() {}
ActorProfileUnkYKAP::~ActorProfileUnkYKAP() {}