Verify script command table sizes

This commit is contained in:
Rangi
2021-03-11 16:28:52 -05:00
parent dbabd8b4a9
commit d132a20b7a
9 changed files with 17 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ ENDM
; BattleAnimCommands indexes (see engine/battle_anims/anim_commands.asm)
const_def $d0
FIRST_BATTLE_ANIM_CMD EQU const_value
const anim_obj_command ; $d0
anim_obj: MACRO

View File

@@ -1062,3 +1062,5 @@ ENDM
checksave: MACRO
db checksave_command
ENDM
NUM_EVENT_COMMANDS EQU const_value

View File

@@ -218,3 +218,5 @@ ENDM
skyfall_top: MACRO
db movement_skyfall_top
ENDM
NUM_MOVEMENT_CMDS EQU const_value

View File

@@ -137,6 +137,8 @@ text_far: MACRO
db BANK(\1)
ENDM
NUM_TEXT_CMDS EQU const_value
const_next $50
const TX_END ; $50