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 1c798f94c..b22462cb7 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -168,8 +168,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); |