diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-05-14 16:20:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-14 16:20:13 -0400 |
commit | 31e1a9e7596499e1fc90bc9b515dba888503f6f9 (patch) | |
tree | 0d18f7532ed1c607567a78b5192332c887935369 /ld_script.txt | |
parent | 9b01d4fee588b0733cf4242173d43a9fc5889e57 (diff) | |
parent | 2e9d8a61e0882d6606e72185e830a4abc623c21d (diff) |
Merge pull request #48 from garakmon/mapdump
map data
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 482ea5d88..9b056bf84 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -365,7 +365,8 @@ SECTIONS { src/util.o(.rodata); src/daycare.o(.rodata); data/data.o(.rodata.825EF0C); - data/connections.o(.rodata); + data/tilesets.o(.rodata); + data/maps.o(.rodata); src/fieldmap.o(.rodata); src/metatile_behavior.o(.rodata); data/metatile_behavior.o(.rodata); |