diff options
Diffstat (limited to 'src/debug')
-rw-r--r-- | src/debug/watanabe_debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/watanabe_debug_menu.c b/src/debug/watanabe_debug_menu.c index ed6a1d18d..2e3b684d9 100644 --- a/src/debug/watanabe_debug_menu.c +++ b/src/debug/watanabe_debug_menu.c @@ -1358,7 +1358,7 @@ void debug_80C4AC4(u8 taskId) else if (gMain.newKeys & START_BUTTON) { PlaySE(SE_SELECT); - gTrainerBattleOpponent = 0x400; + gTrainerBattleOpponent = SECRET_BASE_OPPONENT; eWatanabe17000.unk1_4 = 0; eWatanabe17000.unk2 = 0xAC; eWatanabe17000.unk3 = 0xFF; |