diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-10-21 02:24:57 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-10-21 12:05:34 -0500 |
commit | 8e7202ec3d289305190aedc66d02435571747a76 (patch) | |
tree | e9a7231867cc05a415f347beb354339f1cb909aa /src/money.c | |
parent | 2a3ba78831f2dca1ff0d3fe3f03844a993597b28 (diff) |
Fix LZ compressed data alignment
Diffstat (limited to 'src/money.c')
-rw-r--r-- | src/money.c | 4 |
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; |