FF7/WorldMap Module/Script/Opcodes/204

From Final Fantasy Inside
< FF7‎ | WorldMap Module‎ | Script‎ | Opcodes
Revision as of 12:36, 4 April 2018 by my_wiki>BukTop (7 revisions imported)
  • Opcode: 0x204 & the rest of the 200 series of opcodes
  • Name: run function
  • Two-word opcode: No

Parameters

Location Name Description
Stack Model Model ID

Notes

Runs the function (opcode - 0x204) in the context of the specified model. Opcode 204 runs function 0, opcode 205 runs function 1 etc.

An invalid model ID (>=64) causes it to run a system function in the context of the current active entity. It is unclear if this is intended behavior.