mirror of
https://github.com/zeldaret/st
synced 2026-08-30 01:10:16 -04:00
Decompiling KURI (#141)
* feat: begin curry decompiling * fix: create a cpp type for VecFx32 * fix: build issue * fix: jp as well * feat: improve ctor & dtor * feat: improve matching * fix: wrong value in animation tag * feat: add matching bytes * fix: change signature of Mityno's inline ctor * fix: change signature of ANOTHER Mityno's inline ctor * fix: match back function in CANS * feat: more matching * fix: build * feat: increase overall matching * feat: increase overall matching * fix: commit to stop infinite task * fix: better matching * feat: chagne jp symbols * feat: delink data and bss of KURI * fix: use VecFx32 constructor * fix: build issues
This commit is contained in:
@@ -10,9 +10,10 @@
|
||||
class UnkStruct_027e0cd8_0C_Base;
|
||||
|
||||
struct UnkStruct_ov000_0207de98 {
|
||||
VecFx32 vec;
|
||||
unk32 param1;
|
||||
unk32 param2;
|
||||
/* 00 */ VecFx32 vec;
|
||||
/* 0C */ unk32 param1;
|
||||
/* 10 */ unk32 param2;
|
||||
/* 14 */
|
||||
};
|
||||
|
||||
class UnkStruct_027e09c0_60 {
|
||||
|
||||
Reference in New Issue
Block a user