summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-08-17 05:17:05 -0400
committerGitHub <noreply@github.com>2019-08-17 05:17:05 -0400
commit4663564e028cd5a4f271ce34835ee2939593c99f (patch)
tree988ccf59580ea191a1b37ea48c37b64efc03ac1b /src
parentca8048c300f7df74e46ade85b1a7f3adbf34522a (diff)
parent08fe3b21ed4011a64878e442df267c9570f33373 (diff)
Merge pull request #775 from DizzyEggg/patch-9
Fix modern
Diffstat (limited to 'src')
-rw-r--r--src/pokemon_storage_system.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pokemon_storage_system.c b/src/pokemon_storage_system.c
index 59ec8f4f1..4cd1a4772 100644
--- a/src/pokemon_storage_system.c
+++ b/src/pokemon_storage_system.c
@@ -464,9 +464,6 @@ EWRAM_DATA static u8 sMovingMonOrigBoxPos = 0;
EWRAM_DATA static bool8 sCanOnlyMove = 0;
// This file's functions.
-#if !defined(NONMATCHING) && MODERN
-#define static
-#endif
static void CreatePCMenu(u8 whichMenu, s16 *windowIdPtr);
static void Cb2_EnterPSS(u8 boxOption);
static u8 GetCurrentBoxOption(void);