summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-09-30 01:04:08 +0200
committerTreeki <treeki@gmail.com>2012-09-30 01:04:08 +0200
commit1db72b5e45cc25eb183817f05a2ee631d8fff837 (patch)
tree8633e5de1122d50d100805df2edb5cdb34d83c52 /include
parentb854fa55f6f17be4d8c45e84e81cdc7715d6a044 (diff)
downloadkamek-1db72b5e45cc25eb183817f05a2ee631d8fff837.tar.gz
kamek-1db72b5e45cc25eb183817f05a2ee631d8fff837.zip
added world stars, still needs fixed positioning though
Diffstat (limited to '')
-rwxr-xr-xinclude/game.h3
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