You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Resolve #723: treat std scripts like specials and predefs
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user