diff options
Diffstat (limited to 'data/phone/special_calls.asm')
-rw-r--r-- | data/phone/special_calls.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/phone/special_calls.asm b/data/phone/special_calls.asm index 5dba36fc9..224ca2258 100644 --- a/data/phone/special_calls.asm +++ b/data/phone/special_calls.asm @@ -5,7 +5,7 @@ specialcall: MACRO dba \3 ENDM -SpecialPhoneCallList: ; 90627 +SpecialPhoneCallList: ; entries correspond to SPECIALCALL_* constants specialcall SpecialCallOnlyWhenOutside, PHONECONTACT_ELM, ElmPhoneScript2 specialcall SpecialCallOnlyWhenOutside, PHONECONTACT_ELM, ElmPhoneScript2 @@ -15,4 +15,3 @@ SpecialPhoneCallList: ; 90627 specialcall SpecialCallWhereverYouAre, PHONECONTACT_BIKESHOP, BikeShopPhoneScript specialcall SpecialCallWhereverYouAre, PHONECONTACT_MOM, MomPhoneLectureScript specialcall SpecialCallOnlyWhenOutside, PHONECONTACT_ELM, ElmPhoneScript2 -; 90657 |