diff options
author | YamaArashi <shadow962@live.com> | 2016-11-04 08:37:17 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-11-04 08:37:17 -0700 |
commit | 49b433a4183bafefeb9f4e4aef848fda08e2fb3a (patch) | |
tree | 289cfa57a33fd288db6c2fc53f23d87266b3d0af | |
parent | a371a37854d25cd47e85d77a9d028c0f0c34478c (diff) |
formatting
-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 +} |