summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-02-28 17:26:20 +0100
committerTreeki <treeki@gmail.com>2012-02-28 17:26:20 +0100
commit9884b4841032f85c3a94cb5854b244b1235683b0 (patch)
tree5b17844e2af97daf48c0fbeae8c1f3338e98c2d3 /include
parentd45bf07f2c5aeaea6ec0c6fa40c975afdd29d682 (diff)
downloadkamek-9884b4841032f85c3a94cb5854b244b1235683b0.tar.gz
kamek-9884b4841032f85c3a94cb5854b244b1235683b0.zip
fixed stage32C
Diffstat (limited to '')
-rwxr-xr-xinclude/game.h11
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;