fix uppercase typo
This commit is contained in:
parent
2358ee88e3
commit
689f41803d
1 changed files with 1 additions and 1 deletions
|
@ -1210,7 +1210,7 @@ bool8 ScrCmd_setobjectmovementtype(struct ScriptContext *ctx)
|
||||||
|
|
||||||
bool8 ScrCmd_createvobject(struct ScriptContext *ctx)
|
bool8 ScrCmd_createvobject(struct ScriptContext *ctx)
|
||||||
{
|
{
|
||||||
u16 graphicsId = ScriptReadHalfWord(ctx); // Support u16 in createvobject
|
u16 graphicsId = ScriptReadHalfword(ctx); // Support u16 in createvobject
|
||||||
u8 virtualObjId = ScriptReadByte(ctx);
|
u8 virtualObjId = ScriptReadByte(ctx);
|
||||||
u16 x = VarGet(ScriptReadHalfword(ctx));
|
u16 x = VarGet(ScriptReadHalfword(ctx));
|
||||||
u16 y = VarGet(ScriptReadHalfword(ctx));
|
u16 y = VarGet(ScriptReadHalfword(ctx));
|
||||||
|
|
Loading…
Reference in a new issue