mirror of
https://github.com/zeldaret/tmc
synced 2026-09-06 11:05:07 -04:00
Match sub_0806D5D4
This commit is contained in:
+4
-2
@@ -247,8 +247,7 @@ typedef struct {
|
||||
/*0x08*/ u8 filler[2];
|
||||
/*0x0a*/ u8 charm;
|
||||
/*0x0b*/ u8 unkB;
|
||||
/*0x0c*/ u8 itemOnA;
|
||||
/*0x0d*/ u8 itemOnB;
|
||||
/*0x0c*/ u8 itemButtons[2];
|
||||
/*0x0e*/ u8 bottles[4];
|
||||
/*0x12*/ u8 effect;
|
||||
/*0x13*/ u8 filler3[5];
|
||||
@@ -260,6 +259,9 @@ typedef struct {
|
||||
/*0x22*/ u8 filler4[4];
|
||||
} Stats;
|
||||
|
||||
#define itemOnA itemButtons[0]
|
||||
#define itemOnB itemButtons[1]
|
||||
|
||||
typedef struct {
|
||||
/*0x0*/ u8 field_0x0;
|
||||
/*0x1*/ u8 behaviorID;
|
||||
|
||||
Reference in New Issue
Block a user