diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2016-11-04 10:31:15 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-11-04 08:31:15 -0700 |
commit | a371a37854d25cd47e85d77a9d028c0f0c34478c (patch) | |
tree | aacc8025d242a1556627c87f16e6e2792b76b8bf /ld_script.txt | |
parent | 72bc2938b48ca7f741715e25b531909ea3284b78 (diff) |
decompile coins.c (#85)
* decompile coins.c
* fix PrintCoins
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 64b7d5484..316f5d524 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -164,7 +164,7 @@ SECTIONS { asm/evolution_scene.o(.text); asm/roulette.o(.text); asm/pokedex_cry_screen.o(.text); - asm/coins.o(.text); + src/coins.o(.text); asm/landmark.o(.text); asm/fldeff_strength.o(.text); asm/battle_transition.o(.text); |