summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-06-05 15:20:17 -0400
committerentrpntr <entrpntr@gmail.com>2020-06-05 15:20:17 -0400
commitccfd8b0a9f452ff2a0dee2ec94577696b25a46af (patch)
tree83c502382c1c59603f6b220903ac668a53ff7828
parent5356c4013bfe06256dd62ff8adfccc5a3f203f63 (diff)
Add a couple comments.
-rwxr-xr-xengine/battle_anims/anim_commands.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle_anims/anim_commands.asm b/engine/battle_anims/anim_commands.asm
index 6ec670d0..a60a2645 100755
--- a/engine/battle_anims/anim_commands.asm
+++ b/engine/battle_anims/anim_commands.asm
@@ -131,6 +131,7 @@ BattleAnimRestoreHuds:
call BattleAnimDelayFrame
call WaitTop
+; this block should just be "call UpdateBattleHuds"
ld hl, UpdateBattleHuds
ld a, BANK(UpdatePlayerHUD)
rst FarCall
@@ -539,7 +540,6 @@ BattleAnimCmd_IfParamEqual:
ld [hl], d
ret
-
BattleAnimCmd_IfParamAnd:
call GetBattleAnimByte
ld e, a
@@ -892,7 +892,7 @@ BattleAnimCmd_Transform:
ret
BattleAnimCmd_RaiseSub:
- xor a
+ xor a ; sScratch
call OpenSRAM
GetSubstitutePic: ; used only for BANK(GetSubstitutePic)