diff options
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/include/game.h b/include/game.h index d9581b6..e3bbb5f 100755 --- a/include/game.h +++ b/include/game.h @@ -347,19 +347,17 @@ public: class dStage32C_c {
public:
- u32 bulletData1;
- u32 bulletData2;
- u8 enemyCombos;
+ u32 bulletData1[32];
+ u32 bulletData2[32];
+ u32 enemyCombos[4];
u32 somethingAboutHatenaBalloons;
- u8 redCoinCount;
+ u32 redCoinCount[4];
u32 _124[4];
u32 greenCoinsCollected;
u32 hasKilledEnemyThisTick_maybe;
u16 booID;
- u16 _13E;
u32 _bigBooID;
u16 bulletBillCount;
- u16 _14A;
u32 bombCount;
u32 goombaCount;
u32 enemyKillCounter;
@@ -370,7 +368,6 @@ public: u32 currentBigHanaMgr;
u32 _16C;
u8 penguinCount;
- u8 _171[3];
u32 pokeyTimer;
static dStage32C_c *instance;
|