diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-12 15:17:20 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-12 15:17:20 -0500 |
commit | 1853e3d127556103fe5828b8589305192106d27e (patch) | |
tree | e9b05ceef8526d5abf8e42f0e51f859ddaee0111 /engine/battle/battle_transition.asm | |
parent | 07374f02cc4c61b7b6ea326715a1cb674c9faeb1 (diff) |
Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bank
Diffstat (limited to 'engine/battle/battle_transition.asm')
-rw-r--r-- | engine/battle/battle_transition.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/battle_transition.asm b/engine/battle/battle_transition.asm index 499c21adb..654bc6da8 100644 --- a/engine/battle/battle_transition.asm +++ b/engine/battle/battle_transition.asm @@ -138,7 +138,7 @@ ConvertTrainerBattlePokeballTilesTo2bpp: pop hl ld de, wDecompressScratch - ld b, BANK(ConvertTrainerBattlePokeballTilesTo2bpp) ; BANK(@) + ld b, BANK(@) ld c, $28 call Request2bpp pop af |