summaryrefslogtreecommitdiff
path: root/src/coins.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-01-03 03:30:20 -0500
committerYamaArashi <YamaArashi@users.noreply.github.com>2017-01-03 00:30:20 -0800
commitbdb3dea2b751e65a349ec2d637b461f39cc5ef74 (patch)
treeb9d31ad793e0f693b70b8b6749ae7d1ca2a64ff7 /src/coins.c
parent929148fb7de2eda9fee1f4611834d4dfb73c9f91 (diff)
more labels in battle_ai.c and intro.c and misc places (#151)
* make ROM match again * clean up item_use.c labels and clarify functions. * label and clarify some functions in decompress.c * label and clarify berry.c * rename 20239F8 to gBattleTypeFlags * formatting * label intro.c a bit * label battle_ai.c and document some stuff * formatting * more labeling and clarification. * more label stuff
Diffstat (limited to 'src/coins.c')
-rw-r--r--src/coins.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coins.c b/src/coins.c
index 87d96f2bb..ad4f5fc34 100644
--- a/src/coins.c
+++ b/src/coins.c
@@ -7,7 +7,6 @@
extern u8 gOtherText_Coins2[];
-
void UpdateCoinsWindow(s32 a, u8 b, u8 c)
{
PrintCoins(a, 4, b + 2, c + 1);