diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-04 19:43:28 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-04 20:10:39 -0400 |
commit | 306c85750e0686f9af104249ca3000e717aee0e2 (patch) | |
tree | 0b277bda2ba1a0f0d2ba37fb256396a77b09b6a8 /engine/phone | |
parent | 5a546068a84d57454c7f95395250346ac14da81e (diff) |
Identify some more unnamed labels
Diffstat (limited to 'engine/phone')
-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 db1f65d45..bd56e1faa 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 .bcec5 + 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 -.bcec5 +.started_quest checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_8 iftrue MomPhoneHangUpScript farwritetext MomPhoneGreetingText |