2017-12-28 04:23:44 -08:00
|
|
|
specialcall: MACRO
|
2017-12-11 10:47:58 -08:00
|
|
|
; condition, contact, script
|
|
|
|
dw \1
|
|
|
|
db \2
|
|
|
|
dba \3
|
|
|
|
endm
|
|
|
|
|
2017-12-11 19:44:25 -08:00
|
|
|
SpecialPhoneCallList: ; 90627
|
2017-12-11 10:47:58 -08:00
|
|
|
; entries correspond to SPECIALCALL_* constants
|
|
|
|
specialcall SpecialCallOnlyWhenOutside, PHONE_ELM, ElmPhoneScript2
|
|
|
|
specialcall SpecialCallOnlyWhenOutside, PHONE_ELM, ElmPhoneScript2
|
|
|
|
specialcall SpecialCallOnlyWhenOutside, PHONE_ELM, ElmPhoneScript2
|
|
|
|
specialcall SpecialCallOnlyWhenOutside, PHONE_ELM, ElmPhoneScript2
|
|
|
|
specialcall SpecialCallWhereverYouAre, PHONE_ELM, ElmPhoneScript2
|
|
|
|
specialcall SpecialCallWhereverYouAre, PHONE_OAK, BikeShopPhoneScript
|
|
|
|
specialcall SpecialCallWhereverYouAre, PHONE_MOM, MomPhoneLectureScript
|
|
|
|
specialcall SpecialCallOnlyWhenOutside, PHONE_ELM, ElmPhoneScript2
|
2017-12-11 19:44:25 -08:00
|
|
|
; 90657
|