Resolve #723: treat std scripts like specials and predefs

This commit is contained in:
Rangi
2020-06-10 16:44:16 -04:00
parent 32e7e368f4
commit 518cee440e
180 changed files with 561 additions and 554 deletions

View File

@@ -80,13 +80,13 @@ ENDM
enum jumpstd_command ; $0c
jumpstd: MACRO
db jumpstd_command
dw \1 ; predefined_script
dw (\1StdScript - StdScripts) / 3
ENDM
enum callstd_command ; $0d
callstd: MACRO
db callstd_command
dw \1 ; predefined_script
dw (\1StdScript - StdScripts) / 3
ENDM
enum callasm_command ; $0e