Changes

Jump to navigation Jump to search

FF8/Field/Script/Opcodes

655 bytes added, 09:19, 24 January 2014
no edit summary
var1024 = 1;
}
 
== Reading Documentation ==
Each Opcode's page lists all the parameters for that function in the order you would put them on the stack before the function call. The inline argument is listed separately, if the function requires one. For example, on the page for [[FF8/Field/Script/Opcodes/01E_SET3|SET3]], the parameters are listed like this:
:''XCoord''
:''YCoord''
:''ZCoord''
:'''SET3'''
Which means when you call '''SET3''', the ZCoord is the top item on the stack, YCoord is under it, and XCoord is under that, for example
PSHN_L 402 (XCoord)
PSHN_L -381 (YCoord)
PSHN_L 20 (ZCoord)
SET3 17 (walkmesh triangle ID)
== Opcode list ==
Anonymous user

Navigation menu