summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/game.h')
-rwxr-xr-xinclude/game.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h
index 6b6a9bd..0ee786a 100755
--- a/include/game.h
+++ b/include/game.h
@@ -343,6 +343,44 @@ public:
};
+class dStage32C_c {
+public:
+ dStage32C_c();
+
+ u32 bulletData1;
+ u32 bulletData2;
+ u8 enemyCombos;
+ u32 somethingAboutHatenaBalloons;
+ u8 redCoinCount;
+ u32 _124[4];
+ u32 greenCoinsCollected;
+ u32 hasKilledEnemyThisTick_maybe;
+ u16 booID;
+ u16 _13E;
+ u32 _bigBooID;
+ u16 bulletBillCount;
+ u16 _14A;
+ u32 bombCount;
+ u32 goombaCount;
+ u32 enemyKillCounter;
+ u32 another_counter;
+ u32 freezeMarioBossFlag;
+ u32 aboutMortonBigPile;
+ u32 somethingAboutPunchingChainlink;
+ u32 currentBigHanaMgr;
+ u32 _16C;
+ u8 penguinCount;
+ u8 _171[3];
+ u32 pokeyTimer;
+
+ void setup();
+
+ static dStage32C_c *instance;
+};
+
+
+
+
// No idea if these actually exist or not
class mRect {
public: