summaryrefslogtreecommitdiff
path: root/maps/Route45.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/Route45.asm')
-rw-r--r--maps/Route45.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/Route45.asm b/maps/Route45.asm
index a4a962608..23ec17bde 100644
--- a/maps/Route45.asm
+++ b/maps/Route45.asm
@@ -151,7 +151,7 @@ TrainerHikerParry:
loadvar VAR_CALLERID, PHONE_HIKER_PARRY
endifjustbattled
opentext
- checkflag ENGINE_PARRY
+ checkflag ENGINE_PARRY_READY_FOR_REMATCH
iftrue .WantsBattle
checkcellnum PHONE_HIKER_PARRY
iftrue Route45NumberAcceptedM
@@ -191,7 +191,7 @@ TrainerHikerParry:
startbattle
reloadmapafterbattle
loadmem wParryFightCount, 1
- clearflag ENGINE_PARRY
+ clearflag ENGINE_PARRY_READY_FOR_REMATCH
end
.LoadFight1:
@@ -199,14 +199,14 @@ TrainerHikerParry:
startbattle
reloadmapafterbattle
loadmem wParryFightCount, 2
- clearflag ENGINE_PARRY
+ clearflag ENGINE_PARRY_READY_FOR_REMATCH
end
.LoadFight2:
loadtrainer HIKER, PARRY2
startbattle
reloadmapafterbattle
- clearflag ENGINE_PARRY
+ clearflag ENGINE_PARRY_READY_FOR_REMATCH
checkevent EVENT_PARRY_IRON
iftrue .HasIron
checkevent EVENT_GOT_IRON_FROM_PARRY