summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-10-08 05:37:19 +0200
committerTreeki <treeki@gmail.com>2012-10-08 05:37:19 +0200
commitd95bd02a18814ad629cf5fc7fb60449f2ba7a418 (patch)
tree7f9ae63739abf904b6533c5a8161c29cac05980f /include
parent196cbc2f41b72dea9b228815eb61d90a988c817d (diff)
downloadkamek-d95bd02a18814ad629cf5fc7fb60449f2ba7a418.tar.gz
kamek-d95bd02a18814ad629cf5fc7fb60449f2ba7a418.zip
skawo can go fuck himself with a rake
Diffstat (limited to '')
-rwxr-xr-xinclude/game.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/include/game.h b/include/game.h
index 95eb4d1..661038a 100755
--- a/include/game.h
+++ b/include/game.h
@@ -241,14 +241,16 @@ public:
struct {
// ALL Newer additions should go here
// This array has been verified as safe to replace
- char newerWorldName[36]; // 0x6FC
- GXColor fsTextColours[2]; // 0x720
- GXColor fsHintColours[2]; // 0x728
- GXColor hudTextColours[2]; // 0x730
- s16 hudHintH; // 0x738
- s8 hudHintS, hudHintL; // 0x73A
- u8 currentMapMusic; // 0x73C
- u8 newerWorldID; // 0x73D
+ char newerWorldName[32]; // 0x6FC
+ GXColor fsTextColours[2]; // 0x71C
+ GXColor fsHintColours[2]; // 0x724
+ GXColor hudTextColours[2]; // 0x72C
+ s16 hudHintH; // 0x734
+ s8 hudHintS, hudHintL; // 0x736
+ u8 currentMapMusic; // 0x738
+ u8 newerWorldID; // 0x739
+ u8 titleScreenWorld; // 0x73A
+ u8 titleScreenLevel; // 0x73B
// Pretty much full up here...
};
};