summaryrefslogtreecommitdiff
path: root/engine/phone/scripts/ralph.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-16 14:11:49 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-16 14:32:57 -0400
commit7b2515d1e47198322407081dfe57c7ca49f22c5f (patch)
tree05e8978aa4d0fee85b7b31678253b34ccc950a44 /engine/phone/scripts/ralph.asm
parent2354c41a96bdf80861338add2f0b3a67b18f160e (diff)
[in progress] Harmonize more constant and data files with pokegold
Diffstat (limited to 'engine/phone/scripts/ralph.asm')
-rw-r--r--engine/phone/scripts/ralph.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/phone/scripts/ralph.asm b/engine/phone/scripts/ralph.asm
index ef0714de1..3bf9f70f9 100644
--- a/engine/phone/scripts/ralph.asm
+++ b/engine/phone/scripts/ralph.asm
@@ -1,6 +1,6 @@
RalphPhoneCalleeScript:
gettrainername STRING_BUFFER_3, FISHER, RALPH1
- checkflag ENGINE_RALPH
+ checkflag ENGINE_RALPH_READY_FOR_REMATCH
iftrue .Rematch
farscall PhoneScript_AnswerPhone_Male
checkflag ENGINE_RALPH_WEDNESDAY_MORNING
@@ -27,7 +27,7 @@ RalphPhoneCallerScript:
farscall PhoneScript_GreetPhone_Male
checkflag ENGINE_FLYPOINT_GOLDENROD
iffalse .CheckSwarm
- checkflag ENGINE_RALPH
+ checkflag ENGINE_RALPH_READY_FOR_REMATCH
iftrue .CheckSwarm
checkflag ENGINE_RALPH_WEDNESDAY_MORNING
iftrue .CheckSwarm
@@ -42,7 +42,7 @@ Ralph_WednesdayMorning:
setflag ENGINE_RALPH_WEDNESDAY_MORNING
Ralph_FightMe:
getlandmarkname STRING_BUFFER_5, LANDMARK_ROUTE_32
- setflag ENGINE_RALPH
+ setflag ENGINE_RALPH_READY_FOR_REMATCH
farsjump PhoneScript_WantsToBattle_Male
Ralph_SetUpSwarm: