Merge pull request #2086 from DizzyEggg/patch-5

extern void * const gNullScriptPtr;
This commit is contained in:
GriffinR
2025-02-11 14:45:19 -05:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ static bool8 sLockFieldControls;
extern ScrCmdFunc gScriptCmdTable[];
extern ScrCmdFunc gScriptCmdTableEnd[];
extern void *gNullScriptPtr;
extern void * const gNullScriptPtr;
void InitScriptContext(struct ScriptContext *ctx, void *cmdTable, void *cmdTableEnd)
{