You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Split the sixth argument of map_header into separate arguments.
From PikalaxALT.
This commit is contained in:
@@ -71,7 +71,9 @@ map_header: MACRO
|
|||||||
\1_MapHeader:
|
\1_MapHeader:
|
||||||
db BANK(\1_SecondMapHeader), \2, \3
|
db BANK(\1_SecondMapHeader), \2, \3
|
||||||
dw \1_SecondMapHeader
|
dw \1_SecondMapHeader
|
||||||
db \4, \5, \6, \7
|
db \4, \5
|
||||||
|
dn \6, \7
|
||||||
|
db \8
|
||||||
ENDM
|
ENDM
|
||||||
|
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user