You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Verify script command table sizes
This commit is contained in:
@@ -329,6 +329,7 @@ RunBattleAnimCommand:
|
||||
|
||||
BattleAnimCommands::
|
||||
; entries correspond to anim_* constants (see macros/scripts/battle_anims.asm)
|
||||
table_width 2, BattleAnimCommands
|
||||
dw BattleAnimCmd_Obj
|
||||
dw BattleAnimCmd_1GFX
|
||||
dw BattleAnimCmd_2GFX
|
||||
@@ -377,6 +378,7 @@ BattleAnimCommands::
|
||||
dw BattleAnimCmd_Loop
|
||||
dw BattleAnimCmd_Call
|
||||
dw BattleAnimCmd_Ret
|
||||
assert_table_length $100 - FIRST_BATTLE_ANIM_CMD
|
||||
|
||||
BattleAnimCmd_EA:
|
||||
BattleAnimCmd_EB:
|
||||
|
Reference in New Issue
Block a user