diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-02-27 12:34:05 -0600 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-02-27 12:34:05 -0600 |
commit | 12e4a674748be41a0105f6a7b3b8132d0a3a65b4 (patch) | |
tree | cbbf735b3fda0f2b8171588a172b5f0917cf9bd0 /include | |
parent | e45c4a7a24a6a58804261d73c14f008bff1b5a68 (diff) | |
download | kamek-12e4a674748be41a0105f6a7b3b8132d0a3a65b4.tar.gz kamek-12e4a674748be41a0105f6a7b3b8132d0a3a65b4.zip |
More boss related junk
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 38 |
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:
|