diff options
| author | garak <garakmon@gmail.com> | 2019-05-09 16:14:52 -0400 |
|---|---|---|
| committer | garak <garakmon@gmail.com> | 2019-05-09 16:14:52 -0400 |
| commit | fc324b774f18f727b53de1202f2d2e4e9bb6a7cd (patch) | |
| tree | b6bd0860f4b06d1aba889bac486058a2fda64b86 /data/maps.s | |
| parent | 4e5d818f89caae9153dd53ba321900e0d4e16c1e (diff) | |
dump tileset headers
Diffstat (limited to 'data/maps.s')
| -rw-r--r-- | data/maps.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/maps.s b/data/maps.s index 82902858a..c530fc693 100644 --- a/data/maps.s +++ b/data/maps.s @@ -10,7 +10,8 @@ .section .rodata - @ 2D4A94 + .include "data/tilesets/graphics.inc" + .include "data/tilesets/metatiles.inc" .include "data/tilesets/headers.inc" .include "data/layouts/layouts.inc" |
