diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 1a3878824..716e0563e 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -66,7 +66,7 @@ SECTIONS { src/play_time.o(.text); src/new_game.o(.text); src/rom4.o(.text); - asm/fieldmap.o(.text); + src/fieldmap.o(.text); asm/metatile_behavior.o(.text); src/field_camera.o(.text); src/field_door.o(.text); |