mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Fix anim_ret_command
This commit is contained in:
parent
fdf10c9fac
commit
04d0490c4c
@ -284,7 +284,7 @@ RunBattleAnimCommand:
|
||||
.loop
|
||||
call GetBattleAnimByte
|
||||
|
||||
cp $ff
|
||||
cp anim_ret_command
|
||||
jr nz, .not_done_with_anim
|
||||
|
||||
; Return from a subroutine.
|
||||
|
@ -295,7 +295,7 @@ anim_call: MACRO
|
||||
dw \1 ; address
|
||||
ENDM
|
||||
|
||||
enum anim_ret_command ; $ff
|
||||
anim_ret_command EQU -1 ; $ff
|
||||
anim_ret: MACRO
|
||||
db anim_ret_command
|
||||
ENDM
|
||||
|
Loading…
Reference in New Issue
Block a user