diff options
-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 95e3565fe..37bb46c2a 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -67,7 +67,7 @@ SECTIONS { src/new_game.o(.text); src/rom4.o(.text); src/fieldmap.o(.text); - asm/metatile_behavior.o(.text); + src/metatile_behavior.o(.text); src/field_camera.o(.text); src/field_door.o(.text); src/field_player_avatar.o(.text); |