diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-11-19 01:18:26 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-11-18 22:18:26 -0800 |
commit | 2405562993bcc4f3eda613b0fa443dd94573c5ab (patch) | |
tree | 658110fba2a63f5ee7d7babfb00b4c3673d329ff /ld_script.txt | |
parent | 5b4e2d3f18f8c3896503abdebd288cf503fbad1e (diff) |
decompile trainer_see.c (#102)
* begin decompiling trainer_see.c
* ...actually add the c file you dummy
* decompile more of trainer_see.c
* finish decompiling trainer_see.c
* formatting
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 c5fbd3bfc..7580985b8 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -100,7 +100,7 @@ SECTIONS { src/battle_setup.o(.text); asm/cable_club.o(.text); src/mori_debug_menu.o(.text); - asm/trainer_see.o(.text); + src/trainer_see.o(.text); src/fldeff_emotion.o(.text); src/wild_encounter.o(.text); src/field_effect.o(.text); |