diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-23 09:39:16 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-23 19:57:44 -0500 |
commit | 5c7c095bab47ef4792da3cbc1f5c4c754282e644 (patch) | |
tree | 19ad51b320fd219fd83eb78b83041f682842b203 /src/debug/watanabe_debug_menu.c | |
parent | b1a71de32316cb9a48cbbe4435f7995fd627974d (diff) |
gTrainerBattleOpponent = SECRET_BASE_OPPONENT
Diffstat (limited to 'src/debug/watanabe_debug_menu.c')
-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; |