From da4082bca3798e36f86b627b08d754f505c33069 Mon Sep 17 00:00:00 2001 From: Martha Schilling Date: Fri, 29 Dec 2023 20:34:45 +0000 Subject: [PATCH] Update ViridianPreGym.asm This makes it so you don't miss the Bottle Cap gift that Yujirou gives you, even if you beat the Elite 4 before him. There's a similar issue with the Fighting Dojo where the same thing happens but I'm less sure on how to fix that one... --- scripts/ViridianPreGym.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ViridianPreGym.asm b/scripts/ViridianPreGym.asm index 659f8235..054039a5 100644 --- a/scripts/ViridianPreGym.asm +++ b/scripts/ViridianPreGym.asm @@ -70,10 +70,10 @@ ViridianPreGymTrainerHeader1: YujirouText: text_asm - CheckEvent EVENT_POST_GAME_ATTAINED ; No need to view previous stuff - jr nz, .rematchMode CheckEvent EVENT_BEAT_YUJIROU jp z, .yujirouNotBeaten + CheckEvent EVENT_POST_GAME_ATTAINED ; No need to view previous stuff + jr nz, .rematchMode CheckEventReuseA EVENT_GOT_YUJIROU_BOTTLE_CAP jr nz, .yujirouBeaten call z, PewterGymScriptReceiveTM34