Fix comments around BANK() statements
Found a couple BANK()s that reference multiple labels.
This commit is contained in:
@@ -59,7 +59,7 @@ BattleCommand_Present:
|
||||
jr z, .got_hp_fn_pointer
|
||||
ld hl, AICheckEnemyMaxHP
|
||||
.got_hp_fn_pointer
|
||||
ld a, BANK(AICheckPlayerMaxHP)
|
||||
ld a, BANK(AICheckPlayerMaxHP) ; and BANK(AICheckEnemyMaxHP)
|
||||
rst FarCall
|
||||
jr c, .already_fully_healed
|
||||
|
||||
|
Reference in New Issue
Block a user