diff options
| author | Treeki <treeki@gmail.com> | 2012-09-30 01:04:08 +0200 | 
|---|---|---|
| committer | Treeki <treeki@gmail.com> | 2012-09-30 01:04:08 +0200 | 
| commit | 1db72b5e45cc25eb183817f05a2ee631d8fff837 (patch) | |
| tree | 8633e5de1122d50d100805df2edb5cdb34d83c52 /include | |
| parent | b854fa55f6f17be4d8c45e84e81cdc7715d6a044 (diff) | |
| download | kamek-1db72b5e45cc25eb183817f05a2ee631d8fff837.tar.gz kamek-1db72b5e45cc25eb183817f05a2ee631d8fff837.zip | |
added world stars, still needs fixed positioning though
Diffstat (limited to 'include')
| -rwxr-xr-x | include/game.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| 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
 | 
