Resolve remaining FRLG code differences

This commit is contained in:
PikalaxALT
2019-12-19 14:51:18 -05:00
parent f6cdd87633
commit 18139c4aa4
2 changed files with 11 additions and 1 deletions
+4
View File
@@ -22,7 +22,11 @@ extern ScrCmdFunc gMysteryEventScriptCmdTable[];
extern ScrCmdFunc gMysteryEventScriptCmdTableEnd[];
#define LANGUAGE_MASK 0x1
#if defined(FIRERED)
#define VERSION_MASK 0x1
#elif defined(LEAFGREEN)
#define VERSION_MASK 0x2
#endif
EWRAM_DATA static struct ScriptContext sMysteryEventScriptContext = {0};