summaryrefslogtreecommitdiff
path: root/engine/battle_anims
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2019-04-13 11:50:43 -0400
committerGitHub <noreply@github.com>2019-04-13 11:50:43 -0400
commit5cdf4f9ae0cb6884472d9f7ca3926e610345c3ba (patch)
tree5d82940943132c71f05e5c58c06ddbb49379034c /engine/battle_anims
parent1ada06f576ebd25bfd00cfdc9d197d93946ebd5b (diff)
parentc5a4c0bd2e75be4808aa4e4b88887135b38cb715 (diff)
Merge pull request #623 from mid-kid/patch-1
Create some battle tower SRAM labels
Diffstat (limited to 'engine/battle_anims')
-rw-r--r--engine/battle_anims/anim_commands.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle_anims/anim_commands.asm b/engine/battle_anims/anim_commands.asm
index b528239ee..09cfbcec0 100644
--- a/engine/battle_anims/anim_commands.asm
+++ b/engine/battle_anims/anim_commands.asm
@@ -152,7 +152,7 @@ BattleAnimRestoreHuds:
ldh a, [rSVBK]
push af
- ld a, BANK(wCurBattleMon) ; alternatively: BANK(wTempMon), BANK(wPartyMon1), several others
+ ld a, BANK(wCurBattleMon) ; aka BANK(wTempMon) and BANK(wPartyMon1) and several others
ldh [rSVBK], a
ld hl, UpdateBattleHuds