diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-16 22:57:19 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-16 23:25:00 -0500 |
| commit | bf074f359886707d2ffb2e0b525b03dc7af0fe29 (patch) | |
| tree | 79ed0eaefcf076aaf7c216338750c934d3cee1b8 /data/maps/maps.asm | |
| parent | 3d0e1819e919676b90e2a8621149a0c12689dd37 (diff) | |
map_header → map_def; map_header_2 → map_data
Diffstat (limited to 'data/maps/maps.asm')
| -rw-r--r-- | data/maps/maps.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/maps.asm b/data/maps/maps.asm index b2d6e906a..2855c4a96 100644 --- a/data/maps/maps.asm +++ b/data/maps/maps.asm @@ -1,10 +1,10 @@ INCLUDE "constants.asm" -SECTION "Map Headers", ROMX +SECTION "Maps", ROMX -INCLUDE "data/maps/map_headers.asm" -INCLUDE "data/maps/map_headers_2.asm" +INCLUDE "data/maps/map_defs.asm" +INCLUDE "data/maps/map_data.asm" INCLUDE "data/maps/blocks.asm" |
