diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-16 11:16:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-16 11:16:02 -0500 |
commit | 51b7b11a55c16c0dfc821b1d6bd536b03f6396e8 (patch) | |
tree | 2c06e5f499fff69acfa34eb23e84ec76f8b11642 /src | |
parent | 04130a97d9ff799c9f1b439d091c0116adb31bfb (diff) | |
parent | 351d85f57d45dfcd6042b37aa36d77bec1d0a487 (diff) |
Merge pull request #243 from GriffinRichards/doc-celadon
Document Celadon City scripts
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; |