pokecrystal-board/data/phone/special_calls.asm
2023-07-25 15:33:08 +02:00

13 lines
321 B
NASM

MACRO specialcall
; condition, contact, script
dw \1
db \2
dba \3
ENDM
SpecialPhoneCallList:
; entries correspond to SPECIALCALL_* constants
table_width SPECIALCALL_SIZE, SpecialPhoneCallList
; specialcall SpecialCallOnlyWhenOutside, PHONECONTACT_ELM, ElmPhoneCallerScript
assert_table_length NUM_SPECIALCALLS