diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-04 19:43:19 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-04 20:10:31 -0400 |
commit | e128fbeadb6e9e6575581b7e5da03c9fee1ce2f6 (patch) | |
tree | e0ec2bc7bf359bf5e8e949237ed16c3e4246afc1 /engine/phone/scripts/mom.asm | |
parent | 8443840f97d0bb15d7ba4c27a659d1a84547aba7 (diff) |
Identify some more unnamed labels
Diffstat (limited to 'engine/phone/scripts/mom.asm')
-rw-r--r-- | engine/phone/scripts/mom.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/phone/scripts/mom.asm b/engine/phone/scripts/mom.asm index ec0e5113..47c8e6f7 100644 --- a/engine/phone/scripts/mom.asm +++ b/engine/phone/scripts/mom.asm @@ -1,6 +1,6 @@ MomPhoneCalleeScript: checkevent EVENT_TALKED_TO_MOM_AFTER_MYSTERY_EGG_QUEST - iftrue .script_10401f + iftrue .started_quest checkevent EVENT_DUDE_TALKED_TO_YOU iftrue MomPhoneLectureScript checkevent EVENT_GAVE_MYSTERY_EGG_TO_ELM @@ -9,7 +9,7 @@ MomPhoneCalleeScript: iftrue MomPhoneNoPokedexScript sjump MomPhoneNoPokemonScript -.script_10401f +.started_quest checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_8 iftrue MomPhoneHangUpScript writetext MomPhoneGreetingText |