From 6ef52ba676d1e40e5b663d77e3c1d3420449983d Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Thu, 9 Jul 2015 20:16:55 -0600 Subject: Split the sixth argument of map_header into separate arguments. From PikalaxALT. --- macros/map.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'macros') diff --git a/macros/map.asm b/macros/map.asm index b5f66bafb..2ab981823 100644 --- a/macros/map.asm +++ b/macros/map.asm @@ -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 -- cgit v1.2.3