summaryrefslogtreecommitdiff
path: root/maps/Route42.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/Route42.asm')
-rw-r--r--maps/Route42.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/Route42.asm b/maps/Route42.asm
index 1627a12a3..c988209d9 100644
--- a/maps/Route42.asm
+++ b/maps/Route42.asm
@@ -41,7 +41,7 @@ TrainerFisherTully:
loadvar VAR_CALLERID, PHONE_FISHER_TULLY
endifjustbattled
opentext
- checkflag ENGINE_TULLY
+ checkflag ENGINE_TULLY_READY_FOR_REMATCH
iftrue .WantsBattle
checkflag ENGINE_TULLY_HAS_WATER_STONE
iftrue .HasWaterStone
@@ -87,7 +87,7 @@ TrainerFisherTully:
startbattle
reloadmapafterbattle
loadmem wTullyFightCount, 1
- clearflag ENGINE_TULLY
+ clearflag ENGINE_TULLY_READY_FOR_REMATCH
end
.LoadFight1:
@@ -95,7 +95,7 @@ TrainerFisherTully:
startbattle
reloadmapafterbattle
loadmem wTullyFightCount, 2
- clearflag ENGINE_TULLY
+ clearflag ENGINE_TULLY_READY_FOR_REMATCH
end
.LoadFight2:
@@ -103,14 +103,14 @@ TrainerFisherTully:
startbattle
reloadmapafterbattle
loadmem wTullyFightCount, 3
- clearflag ENGINE_TULLY
+ clearflag ENGINE_TULLY_READY_FOR_REMATCH
end
.LoadFight3:
loadtrainer FISHER, TULLY4
startbattle
reloadmapafterbattle
- clearflag ENGINE_TULLY
+ clearflag ENGINE_TULLY_READY_FOR_REMATCH
end
.HasWaterStone: