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:
@@ -10,7 +10,7 @@ CURRENT_MAP_HEIGHT = \2_HEIGHT
|
||||
db CURRENT_MAP_HEIGHT, CURRENT_MAP_WIDTH
|
||||
db BANK(\1_Blocks)
|
||||
dw \1_Blocks
|
||||
db BANK(\1_MapScripts) ; BANK(\1_MapEvents)
|
||||
db BANK(\1_MapScripts) ; aka BANK(\1_MapEvents)
|
||||
dw \1_MapScripts
|
||||
dw \1_MapEvents
|
||||
db \4
|
||||
|
Reference in New Issue
Block a user