You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Merge pull request #547 from mid-kid/master
anim_ret_command is an index in a table after all
This commit is contained in:
@ -295,7 +295,7 @@ anim_call: MACRO
|
|||||||
dw \1 ; address
|
dw \1 ; address
|
||||||
ENDM
|
ENDM
|
||||||
|
|
||||||
anim_ret_command EQU -1 ; $ff
|
enum anim_ret_command ; $ff
|
||||||
anim_ret: MACRO
|
anim_ret: MACRO
|
||||||
db anim_ret_command
|
db anim_ret_command
|
||||||
ENDM
|
ENDM
|
||||||
|
Reference in New Issue
Block a user