diff options
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/game.h b/include/game.h index 0cbc0c3..15178f7 100755 --- a/include/game.h +++ b/include/game.h @@ -72,9 +72,9 @@ extern int Player_Coins[4]; struct StartLevelInfo {
int maybeUnused;
- unsigned char unk1; // 0x04
- unsigned char unk2; // 0x05
- unsigned char unk3; // 0x06
+ unsigned char replayTypeMaybe; // 0x04
+ unsigned char entrance; // 0x05
+ unsigned char areaMaybe; // 0x06
unsigned char unk4; // 0x07
unsigned int purpose; // 0x08
unsigned char world1; // 0x0C
|