From e72fd48d30f7cd814dc3a2983e49c0f997a548dc Mon Sep 17 00:00:00 2001 From: jojobear13 Date: Sat, 13 Jan 2024 22:23:45 -0600 Subject: [PATCH] can select a pokeball without having to talk to koichi a second time --- scripts/FightingDojo.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/FightingDojo.asm b/scripts/FightingDojo.asm index b0b6e6b5..34970dbb 100644 --- a/scripts/FightingDojo.asm +++ b/scripts/FightingDojo.asm @@ -68,7 +68,7 @@ FightingDojoScript3: .asm_5cde4 ld a, $f0 ld [wJoyIgnore], a - SetEventRange EVENT_BEAT_KARATE_MASTER, EVENT_BEAT_FIGHTING_DOJO_TRAINER_3 + SetEventRange EVENT_DEFEATED_FIGHTING_DOJO, EVENT_BEAT_FIGHTING_DOJO_TRAINER_3 ld a, $9 ldh [hSpriteIndexOrTextID], a call DisplayTextID @@ -175,7 +175,6 @@ FightingDojoText1: ; gym scaling can be removed to make space .continue2 ld hl, FightingDojoText8 call PrintText - SetEvent EVENT_DEFEATED_FIGHTING_DOJO .asm_9dba4 jp TextScriptEnd