Miscellaneous

This commit is contained in:
theonlyzac 2024-07-24 01:14:01 -04:00
parent 51ebb6fa08
commit 88abee9a1a
3 changed files with 11 additions and 0 deletions

View File

@ -624,6 +624,11 @@ g_unkblot4 = 0x26dac8; // size:0x280
g_unkblot5 = 0x26dd48; // size:0x280
g_unkblot6 = 0x26dfc8; // size:0x280
g_unkblot7 = 0x26e248; // size:0x280
g_unkblot8 = 0x26e4e0; // size:0x280
g_unkblot9 = 0x26e760; // size:0x280
g_unkblot10 = 0x26e9f8; // size:0x280
g_unkblot11 = 0x26eed0; // size:0x280
g_totals = 0x26f138; // size:0x280
// P2/steppower.c
@ -633,6 +638,9 @@ IRotatePowerUp__FP3JOYiiPi = 0x1d3100; // type:func
// P2/sw.c
IncrementSwHandsOff__FP2SW = 0x1dda20; // type:func
DecrementSwHandsOff__FP2SW = 0x1dda50; // type:func
g_psw = 0x275710; // size:0x4

View File

@ -33,6 +33,7 @@ struct ALO : public LO
//XF xf;
//VECTOR pso
undefined4 padding[0x94];
// ...
};

View File

@ -136,6 +136,8 @@ struct TOTALS : public BLOT
GRFLS grflsReshow;
};
extern TOTALS g_totals;
// MARK: Note
struct NOTE : public BLOT