summaryrefslogtreecommitdiff
path: root/src/coins.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coins.c')
-rw-r--r--src/coins.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/coins.c b/src/coins.c
index acd8c6e10..ad4f5fc34 100644
--- a/src/coins.c
+++ b/src/coins.c
@@ -1,4 +1,5 @@
#include "global.h"
+#include "coins.h"
#include "menu.h"
#include "string_util.h"
@@ -6,8 +7,6 @@
extern u8 gOtherText_Coins2[];
-void PrintCoins(s32, u8, u8, u8);
-
void UpdateCoinsWindow(s32 a, u8 b, u8 c)
{
PrintCoins(a, 4, b + 2, c + 1);
@@ -29,7 +28,6 @@ void PrintCoins(s32 a, u8 b, u8 c, u8 d)
u8 string[16];
u8 *ptr;
u8 r1;
- u8 r6;
u8 foo;
ConvertIntToDecimalString(string, a);