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:
Alessevan
2026-08-02 08:49:14 -04:00
committed by GitHub
parent f90c7cd531
commit 418954b3cd
40 changed files with 2245 additions and 416 deletions
+1
View File
@@ -154,6 +154,7 @@ public:
void func_ov000_020577a4(unk32 param1, unk32 param2, unk32 param3);
void func_ov000_020577f8(unk32 param1);
void func_ov000_020578a4(unk32 param1, unk32 param2);
};
class UnkSystem5_Derived1 : public UnkSystem5 {