2022-06-06 14:25:42 -07:00
|
|
|
MACRO specialcall
|
2017-12-11 10:47:58 -08:00
|
|
|
; condition, contact, script
|
|
|
|
dw \1
|
|
|
|
db \2
|
|
|
|
dba \3
|
2017-12-28 13:31:16 -08:00
|
|
|
ENDM
|
2017-12-11 10:47:58 -08:00
|
|
|
|
2018-06-24 07:09:41 -07:00
|
|
|
SpecialPhoneCallList:
|
2017-12-11 10:47:58 -08:00
|
|
|
; entries correspond to SPECIALCALL_* constants
|
2021-03-03 19:22:41 -08:00
|
|
|
table_width SPECIALCALL_SIZE, SpecialPhoneCallList
|
2018-12-31 13:32:04 -08:00
|
|
|
specialcall SpecialCallOnlyWhenOutside, PHONECONTACT_ELM, ElmPhoneCallerScript
|
|
|
|
specialcall SpecialCallOnlyWhenOutside, PHONECONTACT_ELM, ElmPhoneCallerScript
|
|
|
|
specialcall SpecialCallOnlyWhenOutside, PHONECONTACT_ELM, ElmPhoneCallerScript
|
|
|
|
specialcall SpecialCallOnlyWhenOutside, PHONECONTACT_ELM, ElmPhoneCallerScript
|
|
|
|
specialcall SpecialCallWhereverYouAre, PHONECONTACT_ELM, ElmPhoneCallerScript
|
|
|
|
specialcall SpecialCallWhereverYouAre, PHONECONTACT_BIKESHOP, BikeShopPhoneCallerScript
|
2018-01-25 19:19:24 -08:00
|
|
|
specialcall SpecialCallWhereverYouAre, PHONECONTACT_MOM, MomPhoneLectureScript
|
2018-12-31 13:32:04 -08:00
|
|
|
specialcall SpecialCallOnlyWhenOutside, PHONECONTACT_ELM, ElmPhoneCallerScript
|
2021-03-03 19:22:41 -08:00
|
|
|
assert_table_length NUM_SPECIALCALLS
|