From 1db72b5e45cc25eb183817f05a2ee631d8fff837 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sun, 30 Sep 2012 01:04:08 +0200 Subject: added world stars, still needs fixed positioning though --- include/game.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/game.h b/include/game.h index ef6aba4..91dd77a 100755 --- a/include/game.h +++ b/include/game.h @@ -160,6 +160,7 @@ bool IsWideScreen(); #define COND_COIN1 1 #define COND_COIN2 2 #define COND_COIN3 4 +#define COND_COIN_ALL 7 #define COND_NORMAL 0x10 #define COND_SECRET 0x20 #define COND_SGNORMAL 0x80 @@ -244,7 +245,7 @@ public: GXColor hudTextColours[2]; // 0x730 s16 hudHintH, hudHintS, hudHintL; // 0x738 u8 currentMapMusic; // 0x73E - u8 _padding; // 0x73F + u8 newerWorldID; // 0x73F }; }; u8 toad_location[10]; // 0x742 -- cgit v1.2.3