pokecrystal-board/data/phone/special_calls.asm

13 lines
321 B
NASM
Raw Normal View History

MACRO specialcall
; condition, contact, script
dw \1
db \2
dba \3
2017-12-28 13:31:16 -08:00
ENDM
2018-06-24 07:09:41 -07:00
SpecialPhoneCallList:
; entries correspond to SPECIALCALL_* constants
table_width SPECIALCALL_SIZE, SpecialPhoneCallList
; specialcall SpecialCallOnlyWhenOutside, PHONECONTACT_ELM, ElmPhoneCallerScript
assert_table_length NUM_SPECIALCALLS