From 9884b4841032f85c3a94cb5854b244b1235683b0 Mon Sep 17 00:00:00 2001 From: Treeki Date: Tue, 28 Feb 2012 17:26:20 +0100 Subject: fixed stage32C --- include/game.h | 11 ++++------- 1 file 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; -- cgit v1.2.3