overworld review changes2

This commit is contained in:
DizzyEggg
2018-02-15 23:09:52 +01:00
parent 90fa97f810
commit 824699f505
3 changed files with 9 additions and 8 deletions

View File

@@ -243,7 +243,7 @@ void ScriptContext2_RunNewScript(const u8 *ptr)
u8 *mapheader_get_tagged_pointer(u8 tag)
{
u8 *mapScripts = gMapHeader.mapScripts;
const u8 *mapScripts = gMapHeader.mapScripts;
if (!mapScripts)
return NULL;