You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
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