Move map-related "metadata" files into data/maps/

This commit is contained in:
Remy Oukaour
2018-01-16 19:56:21 -05:00
parent 01ba6bed88
commit 94bbfe2f0c
56 changed files with 65 additions and 65 deletions

12
data/maps/maps.asm Normal file
View File

@@ -0,0 +1,12 @@
INCLUDE "constants.asm"
SECTION "Map Headers", ROMX
INCLUDE "data/maps/map_headers.asm"
INCLUDE "data/maps/map_headers_2.asm"
INCLUDE "data/maps/blocks.asm"
INCLUDE "data/maps/scripts.asm"