Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bank

This commit is contained in:
Rangi
2019-01-12 15:17:20 -05:00
parent 07374f02cc
commit 1853e3d127
13 changed files with 23 additions and 23 deletions

View File

@@ -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