summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-11-20 09:22:54 -0600
committerGitHub <noreply@github.com>2018-11-20 09:22:54 -0600
commite7e87e7a32069cc40a8267ba4bdd77d748e855ee (patch)
treefe96bb4d73a41e12a4e39af703728a3aa00782c0 /ld_script.txt
parentbe4624024c16293356c3e10f61ea301d5c86d9ed (diff)
parent255ae044a3e0dd9831779501c90c8da4a2370828 (diff)
Merge pull request #27 from melthelesbian/metatile_behavior
metatile behaviors
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt
index f445feaf7..40f9f25f2 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -92,7 +92,7 @@ SECTIONS {
asm/new_game.o(.text);
asm/overworld.o(.text);
asm/fieldmap.o(.text);
- asm/metatile_behavior.o(.text);
+ src/metatile_behavior.o(.text);
asm/field_camera.o(.text);
asm/field_door.o(.text);
asm/field_player_avatar.o(.text);
@@ -364,6 +364,9 @@ SECTIONS {
src/bg_regs.o(.rodata);
src/string_util.o(.rodata);
data/data.o(.rodata);
+ src/metatile_behavior.o(.rodata);
+ data/metatile_behavior.o(.rodata);
+ data/data_835B488.o(.rodata);
src/battle_ai_script_commands.o(.rodata);
data/data_83F5738.o(.rodata);
src/save.o(.rodata);