From d95bd02a18814ad629cf5fc7fb60449f2ba7a418 Mon Sep 17 00:00:00 2001 From: Treeki Date: Mon, 8 Oct 2012 05:37:19 +0200 Subject: skawo can go fuck himself with a rake --- include/game.h | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'include') 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... }; }; -- cgit v1.2.3