mirror of
https://github.com/zeldaret/tmc
synced 2026-09-06 11:05:07 -04:00
Decompile some playerUtils
This commit is contained in:
+1
-1
@@ -272,7 +272,7 @@ typedef struct {
|
||||
/*0x3e*/ u8 swordDamage : 2;
|
||||
/* */ u8 filler14 : 6;
|
||||
/*0x3f*/ u8 field_0x3f;
|
||||
/*0x40*/ u8 path_memory[64];
|
||||
/*0x40*/ u32 path_memory[16];
|
||||
/*0x80*/ u16 speed_modifier;
|
||||
/*0x82*/ u8 field_0x82[9];
|
||||
/*0x8b*/ u8 controlMode;
|
||||
|
||||
+2
-1
@@ -54,7 +54,8 @@ typedef struct {
|
||||
/*0x086*/ u8 filler86[0x2];
|
||||
/*0x088*/ PlayerRoomStatus saved_status; /**< Player room status. */
|
||||
/*0x0A8*/ Stats stats; /**< Player stats. */
|
||||
/*0x0D0*/ u8 fillerD0[0x46];
|
||||
/*0x0D0*/ u8 fillerD0[34];
|
||||
u8 inventory[36];
|
||||
/*0x116*/ u8 didAllFusions;
|
||||
/*0x117*/ u8 unk117;
|
||||
/*0x118*/ u8 unk118[0x13];
|
||||
|
||||
Reference in New Issue
Block a user