Fix modern

Fixes freeze on entering Pokemon Storage System
This commit is contained in:
DizzyEggg 2019-08-12 11:43:31 +02:00 committed by GitHub
parent ca8048c300
commit 08fe3b21ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);