diff options
-rw-r--r-- | ld_script.txt | 2 | ||||
-rw-r--r-- | src/coins.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 316f5d524..b2484d644 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); - src/coins.o(.text); + src/coins.o(.text); asm/landmark.o(.text); asm/fldeff_strength.o(.text); asm/battle_transition.o(.text); diff --git a/src/coins.c b/src/coins.c index 871d1873c..acd8c6e10 100644 --- a/src/coins.c +++ b/src/coins.c @@ -84,4 +84,4 @@ bool8 TakeCoins(u16 coins) } else return FALSE; -}
\ No newline at end of file +} |