You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bank
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user