From 2e43aae60b17902308f4d9894fe4eb19fb7fb300 Mon Sep 17 00:00:00 2001 From: May Evans <36418502+PlagueVonKarma@users.noreply.github.com> Date: Sun, 4 Sep 2022 11:59:03 +0100 Subject: [PATCH] Give DebugChu Flash Inconvenienced me exactly once and egg has surf anyway --- engine/debug/debug_party.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/debug/debug_party.asm b/engine/debug/debug_party.asm index 3a9b7f0c..ccaa3051 100644 --- a/engine/debug/debug_party.asm +++ b/engine/debug/debug_party.asm @@ -86,9 +86,9 @@ IF DEF(_DEBUG) ld a, 15 ld [hl], a - ; Pikachu gets Surf. + ; Pikachu gets Flash. ld hl, wPartyMon6Moves + 2 - ld a, SURF + ld a, FLASH ld [hl], a ld hl, wPartyMon6PP + 2 ld a, 15