Skip to content

Commit 04eb22f

Browse files
Fix offset for towerInterview in BattleFrontier
1 parent f827022 commit 04eb22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/global.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ struct BattleFrontier
371371
{
372372
/*0x64C*/ struct EmeraldBattleTowerRecord towerPlayer;
373373
/*0x738*/ struct EmeraldBattleTowerRecord towerRecords[BATTLE_TOWER_RECORD_COUNT]; // From record mixing.
374-
/*0xBEB*/ struct BattleTowerInterview towerInterview;
374+
/*0xBD4*/ struct BattleTowerInterview towerInterview;
375375
/*0xBEC*/ struct BattleTowerEReaderTrainer ereaderTrainer;
376376
/*0xCA8*/ u8 challengeStatus;
377377
/*0xCA9*/ u8 lvlMode:2;

0 commit comments

Comments
 (0)