Split the sixth argument of map_header into separate arguments.

From PikalaxALT.
This commit is contained in:
IIMarckus 2015-07-09 20:16:55 -06:00
parent 6f3b2d6de8
commit 6ef52ba676
2 changed files with 391 additions and 389 deletions

View File

@ -71,7 +71,9 @@ map_header: MACRO
\1_MapHeader:
db BANK(\1_SecondMapHeader), \2, \3
dw \1_SecondMapHeader
db \4, \5, \6, \7
db \4, \5
dn \6, \7
db \8
ENDM

File diff suppressed because it is too large Load Diff