diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-29 00:11:42 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-29 00:11:42 +0200 |
commit | e41b9cbbb37c908f77a9ce440f33b76b35139311 (patch) | |
tree | e4e999cceda6f627b3d038b4c2c332a959a3a4a3 /src/coins.c | |
parent | 3c8091393ca12b8eeb26f236a997b70eea5688c6 (diff) |
decompile money
Diffstat (limited to 'src/coins.c')
-rw-r--r-- | src/coins.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/coins.c b/src/coins.c index 84a79f5f2..4ee601b22 100644 --- a/src/coins.c +++ b/src/coins.c @@ -4,14 +4,13 @@ #include "window.h" #include "text_window.h" #include "string_util.h" +#include "menu.h" #define MAX_COINS 9999 EWRAM_DATA u8 sCoinsWindowId = 0; extern s32 GetStringRightAlignXOffset(u8 fontId, u8 *str, s32 totalWidth); -extern void SetWindowTemplateFields(struct WindowTemplate* template, u8 priority, u8 tilemapLeft, u8 tilemapTop, u8 width, u8 height, u8 palNum, u16 baseBlock); -extern void SetWindowBorderStyle(u8 windowId, bool8 copyToVram, s16 tileStart, s8 palette); extern void sub_819746C(u8 windowId, bool8 copyToVram); extern const u8 gText_Coins[]; |