mirror of
https://github.com/zeldaret/st
synced 2026-08-05 09:34:10 -04:00
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:
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user