summaryrefslogtreecommitdiff
path: root/src/money.c
diff options
context:
space:
mode:
authorSlawter666 <38655737+Slawter666@users.noreply.github.com>2018-11-12 14:14:50 +0000
committerSlawter666 <38655737+Slawter666@users.noreply.github.com>2018-11-12 14:14:50 +0000
commit1b895ff52c011d51a9516791148cd5088ba411b5 (patch)
tree3f1dee86f96098d38131426e11a0f9c39a1244fe /src/money.c
parentbe33878b94cc38913447682d3e34e674df68619f (diff)
parent65f053fd89e09b13e407ac53488043b728660e6e (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald into synchronise
Diffstat (limited to 'src/money.c')
-rw-r--r--src/money.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/money.c b/src/money.c
index dcc6afa2c..a347f818d 100644
--- a/src/money.c
+++ b/src/money.c
@@ -1,5 +1,6 @@
#include "global.h"
#include "money.h"
+#include "graphics.h"
#include "event_data.h"
#include "string_util.h"
#include "text.h"
@@ -9,9 +10,6 @@
#include "strings.h"
#include "decompress.h"
-extern const u8 gMenuMoneyGfx[];
-extern const u8 gMenuMoneyPal[];
-
#define MAX_MONEY 999999
EWRAM_DATA static u8 sMoneyBoxWindowId = 0;