Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bank

This commit is contained in:
Rangi
2019-01-12 15:17:20 -05:00
parent 07374f02cc
commit 1853e3d127
13 changed files with 23 additions and 23 deletions

View File

@@ -59,7 +59,7 @@ BattleCommand_Present:
jr z, .got_hp_fn_pointer
ld hl, AICheckEnemyMaxHP
.got_hp_fn_pointer
ld a, BANK(AICheckPlayerMaxHP) ; and BANK(AICheckEnemyMaxHP)
ld a, BANK(AICheckPlayerMaxHP) ; aka BANK(AICheckEnemyMaxHP)
rst FarCall
jr c, .already_fully_healed