From ccfd8b0a9f452ff2a0dee2ec94577696b25a46af Mon Sep 17 00:00:00 2001 From: entrpntr Date: Fri, 5 Jun 2020 15:20:17 -0400 Subject: Add a couple comments. --- engine/battle_anims/anim_commands.asm | 4 ++-- 1 file 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) -- cgit v1.2.3