Added nop (SPC command 0x5).
This commit is contained in:
parent
d7742f392f
commit
c7853af3cf
1 changed files with 5 additions and 0 deletions
|
@ -57,6 +57,11 @@ namespace arookas
|
||||||
writer.WriteS32(variableIndex);
|
writer.WriteS32(variableIndex);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void Nop()
|
||||||
|
{
|
||||||
|
writer.Write8(0x05);
|
||||||
|
}
|
||||||
|
|
||||||
public void IncVariable(sunVariableInfo variableInfo)
|
public void IncVariable(sunVariableInfo variableInfo)
|
||||||
{
|
{
|
||||||
IncVariable(variableInfo.Display, variableInfo.Index);
|
IncVariable(variableInfo.Display, variableInfo.Index);
|
||||||
|
|
Loading…
Reference in a new issue