summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2019-08-12 11:43:31 +0200
committerGitHub <noreply@github.com>2019-08-12 11:43:31 +0200
commit08fe3b21ed4011a64878e442df267c9570f33373 (patch)
tree988ccf59580ea191a1b37ea48c37b64efc03ac1b /src
parentca8048c300f7df74e46ade85b1a7f3adbf34522a (diff)
Fix modern
Fixes freeze on entering Pokemon Storage System
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);