diff options
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 52006a040..3d5c2f0eb 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -170,8 +170,9 @@ SECTIONS { src/field/bike.o(.text); asm/easy_chat.o(.text); src/field/easy_chat.o(.text); + src/pokenav_before.o(.text); asm/pokenav.o(.text); - src/field/pokenav.o(.text); + src/pokenav_after.o(.text); asm/pokenav.o(.text_80F708C); src/pokemon/mon_markings.o(.text); src/field/mauville_man.o(.text); |