mirror of
https://github.com/zeldaret/st
synced 2026-08-23 07:09:33 -04:00
Begin decompiling of ZLSL / ZSRS (#107)
* feat: add vtables * fix: compilation issues * fix: actorderived1 data * fix: link * feat: more delink * feat: add MORE functions * feat: decompile functions * feat: advance * feat: improve decompiling * style: improve style * feat: update * feat: update * feat: update * feat: add some matching bytes pausing switching to another actor temporarly * feat: add .data for jp version * refactor: reorder fonctions * feat: update symbols * feat: fix eur build * feat: update Actor_Derived1 symbols * refactor: cleanup * refactor: move UnkAngleStruct * feat: update jp symbols (Yanis)
This commit is contained in:
@@ -12,7 +12,8 @@ Actor *ActorProfileUnkRPMT::Create() {
|
||||
ActorProfileUnkRPMT::ActorProfileUnkRPMT() :
|
||||
ActorProfile(ActorId_RPMT) {}
|
||||
|
||||
ActorUnkRPMT::ActorUnkRPMT() {}
|
||||
ActorUnkRPMT::ActorUnkRPMT() :
|
||||
mUnk_A4(false) {}
|
||||
|
||||
void ActorUnkRPMT::func_ov041_0212a848(void) {}
|
||||
void ActorUnkRPMT::func_ov041_0212a850(void) {}
|
||||
|
||||
Reference in New Issue
Block a user