From 34e697e91ddcaa195cfcb922837e739307ba7fed Mon Sep 17 00:00:00 2001 From: BRODY MORAN Date: Tue, 11 Oct 2022 01:53:55 +0000 Subject: [PATCH] Fix the reimplemented events by using the right flag this time. --- data/maps/DewfordTown/scripts.inc | 2 +- data/maps/LittlerootTown/scripts.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/maps/DewfordTown/scripts.inc b/data/maps/DewfordTown/scripts.inc index 2e6fa77..32a201b 100644 --- a/data/maps/DewfordTown/scripts.inc +++ b/data/maps/DewfordTown/scripts.inc @@ -118,7 +118,7 @@ DewfordTown_EventScript_FishingExcellent:: DewfordTown_EventScript_FishingNotSoGood:: msgbox DewfordTown_Text_FishingAdvice, MSGBOX_DEFAULT - goto_if_set FLAG_IS_CHAMPION, DewfordTown_EventScript_GiveOldSeaMap + goto_if_set FLAG_SYS_GAME_CLEAR, DewfordTown_EventScript_GiveOldSeaMap release end diff --git a/data/maps/LittlerootTown/scripts.inc b/data/maps/LittlerootTown/scripts.inc index 14dbe4e..47a3c54 100644 --- a/data/maps/LittlerootTown/scripts.inc +++ b/data/maps/LittlerootTown/scripts.inc @@ -259,7 +259,7 @@ LittlerootTown_EventScript_Twin:: faceplayer goto_if_set FLAG_ADVENTURE_STARTED, LittlerootTown_EventScript_GoodLuck goto_if_set FLAG_RESCUED_BIRCH, LittlerootTown_EventScript_YouSavedBirch - goto_if_set FLAG_IS_CHAMPION, LittlerootTown_EventScript_DustyTickets + goto_if_set FLAG_SYS_GAME_CLEAR, LittlerootTown_EventScript_DustyTickets goto_if_ne VAR_LITTLEROOT_TOWN_STATE, 0, LittlerootTown_EventScript_GoSaveBirch msgbox LittlerootTown_Text_IfYouGoInGrassPokemonWillJumpOut, MSGBOX_DEFAULT release