mirror of
https://github.com/pret/pokeruby.git
synced 2026-04-26 00:13:40 -05:00
Review comments
This commit is contained in:
parent
6af8b06575
commit
a005aa5f70
|
|
@ -11,7 +11,7 @@ struct ScriptContext
|
|||
u8 stackDepth;
|
||||
u8 mode;
|
||||
u8 comparisonResult;
|
||||
u8 (*nativePtr)(void);
|
||||
bool8 (*nativePtr)(void);
|
||||
const u8 *scriptPtr;
|
||||
const u8 *stack[20];
|
||||
ScrCmdFunc *cmdTable;
|
||||
|
|
|
|||
|
|
@ -397,9 +397,7 @@ const u8 *GetRamScript(u8 localId, const u8 *script)
|
|||
ClearRamScript();
|
||||
return script;
|
||||
}
|
||||
else
|
||||
{
|
||||
gRamScriptRetAddr = script;
|
||||
return scriptData->script;
|
||||
}
|
||||
|
||||
gRamScriptRetAddr = script;
|
||||
return scriptData->script;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user