diff options
Diffstat (limited to 'include/game.h')
-rwxr-xr-x | include/game.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index 48c7f65..c4a9238 100755 --- a/include/game.h +++ b/include/game.h @@ -132,6 +132,11 @@ class GameMgr { u8 _AFC, _AFD, _AFE[88];
u8 _B56[4];
u8 _B5A, _B5B;
+
+ void giveOneStockPowerup(int type); // 800BB330
+ void takeOneStockPowerup(int type); // 800BB380
+ int getStockPowerupCount(int type); // 800BB3D0
+ void resetStockPowerupCount(int type); // 800BB410
};
extern GameMgr *GameMgrP;
|