From 5c7c095bab47ef4792da3cbc1f5c4c754282e644 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 23 Apr 2019 09:39:16 -0400 Subject: gTrainerBattleOpponent = SECRET_BASE_OPPONENT --- src/debug/watanabe_debug_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug') 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; -- cgit v1.2.3