diff --git a/config/symbol_addrs.txt b/config/symbol_addrs.txt index 8d9026d3..906e80f3 100644 --- a/config/symbol_addrs.txt +++ b/config/symbol_addrs.txt @@ -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 diff --git a/include/alo.h b/include/alo.h index c1a97240..dacb7fc0 100644 --- a/include/alo.h +++ b/include/alo.h @@ -33,6 +33,7 @@ struct ALO : public LO //XF xf; //VECTOR pso + undefined4 padding[0x94]; // ... }; diff --git a/include/screen.h b/include/screen.h index 4a9b88da..c8843d1c 100644 --- a/include/screen.h +++ b/include/screen.h @@ -136,6 +136,8 @@ struct TOTALS : public BLOT GRFLS grflsReshow; }; +extern TOTALS g_totals; + // MARK: Note struct NOTE : public BLOT