mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-04 18:30:07 +01:00
Fix comment typo
This commit is contained in:
parent
b71b10623b
commit
293df1887f
@ -72,7 +72,7 @@ bool8 RunScriptCommand(struct ScriptContext *ctx)
|
||||
return FALSE;
|
||||
case SCRIPT_MODE_NATIVE:
|
||||
// Try to call a function in C
|
||||
// Continue to bytecode if no function it returns TRUE
|
||||
// Continue to bytecode if no function or it returns TRUE
|
||||
if (ctx->nativePtr)
|
||||
{
|
||||
if (ctx->nativePtr() == TRUE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user