From 49b433a4183bafefeb9f4e4aef848fda08e2fb3a Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 4 Nov 2016 08:37:17 -0700 Subject: formatting --- ld_script.txt | 2 +- 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 +} -- cgit v1.2.3