From 12e4a674748be41a0105f6a7b3b8132d0a3a65b4 Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Mon, 27 Feb 2012 12:34:05 -0600 Subject: More boss related junk --- include/game.h | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'include') 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: -- cgit v1.2.3