Fix anim_ret_command
This commit is contained in:
@@ -284,7 +284,7 @@ RunBattleAnimCommand:
|
|||||||
.loop
|
.loop
|
||||||
call GetBattleAnimByte
|
call GetBattleAnimByte
|
||||||
|
|
||||||
cp $ff
|
cp anim_ret_command
|
||||||
jr nz, .not_done_with_anim
|
jr nz, .not_done_with_anim
|
||||||
|
|
||||||
; Return from a subroutine.
|
; Return from a subroutine.
|
||||||
|
@@ -295,7 +295,7 @@ anim_call: MACRO
|
|||||||
dw \1 ; address
|
dw \1 ; address
|
||||||
ENDM
|
ENDM
|
||||||
|
|
||||||
enum anim_ret_command ; $ff
|
anim_ret_command EQU -1 ; $ff
|
||||||
anim_ret: MACRO
|
anim_ret: MACRO
|
||||||
db anim_ret_command
|
db anim_ret_command
|
||||||
ENDM
|
ENDM
|
||||||
|
Reference in New Issue
Block a user