diff options
author | Raúl Peñacoba <raul.mikaop.zelda@gmail.com> | 2017-08-03 11:57:53 +0200 |
---|---|---|
committer | Raúl Peñacoba <raul.mikaop.zelda@gmail.com> | 2017-08-03 11:57:53 +0200 |
commit | 00116b858033312ee9f00d85d72c5a9d421faf14 (patch) | |
tree | beaecc9e290c979659bef8e3732a603d3d36c81c /ld_script.txt | |
parent | bb0cad7c072703f5a540e8c22c8e137267331f4d (diff) |
decompiled some functions
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 c895c4d06..fda697ff9 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -186,8 +186,9 @@ SECTIONS { src/bike.o(.text); asm/easy_chat.o(.text); src/easy_chat.o(.text); + src/pokenav_before.o(.text); asm/pokenav.o(.text); - src/pokenav.o(.text); + src/pokenav_after.o(.text); asm/pokenav.o(.text_80F708C); src/mon_markings.o(.text); src/mauville_old_man.o(.text); |