diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-16 11:18:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-16 11:18:30 -0500 |
commit | 659afd708b43626e235a4a9953a9adc25a361583 (patch) | |
tree | dd5597896f23dd4b5505e4fbee820b1ff1d0a1af /src | |
parent | 1d006c26616889c7f53ba418c34d0cb151d5ba86 (diff) | |
parent | 51b7b11a55c16c0dfc821b1d6bd536b03f6396e8 (diff) |
Merge branch 'master' into doc-tilesets
Diffstat (limited to 'src')
-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 0f1828a96..fd5000fbd 100644 --- a/src/coins.c +++ b/src/coins.c @@ -4,11 +4,10 @@ #include "menu.h" #include "text_window.h" #include "strings.h" +#include "constants/coins.h" EWRAM_DATA static u8 sCoinsWindowId = 0; -#define MAX_COINS 9999 - u16 GetCoins(void) { return gSaveBlock1Ptr->coins ^ gSaveBlock2Ptr->encryptionKey; |