Difference between revisions of "FF8/Field/Script/Opcodes/041 CMOVE"
Jump to navigation
Jump to search
my_wiki>Shard (Created page with "* Opcode: '''0x041''' * Short name: '''CMOVE''' * Long name: C? Move ==== Argument ==== none ==== Stack ==== :''X'' :''Y'' :''Z'' :''?'' :'''CMOVE''' ==== Description ==== ...") |
m (4 revisions imported) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
* Long name: C? Move | * Long name: C? Move | ||
− | ==== Argument ==== | + | ==== Argument ==== |
+ | |||
none | none | ||
− | ==== Stack ==== | + | ==== Stack ==== |
− | :''X'' | + | |
− | :''Y'' | + | : ''X'' |
− | :''Z'' | + | : ''Y'' |
− | :''?'' | + | : ''Z'' |
− | :'''CMOVE''' | + | : ''????'' (always 0?) |
+ | : '''CMOVE''' | ||
+ | |||
+ | ==== Description ==== | ||
− | |||
Move this entity. Unlike the other MOVE functions, this will not play the entity's walking animation or make it turn. It will retain its current facing and continue its current animation as it moves. | Move this entity. Unlike the other MOVE functions, this will not play the entity's walking animation or make it turn. It will retain its current facing and continue its current animation as it moves. | ||
− | |||
− |
Latest revision as of 05:24, 23 May 2019
- Opcode: 0x041
- Short name: CMOVE
- Long name: C? Move
Argument
none
Stack
- X
- Y
- Z
- ???? (always 0?)
- CMOVE
Description
Move this entity. Unlike the other MOVE functions, this will not play the entity's walking animation or make it turn. It will retain its current facing and continue its current animation as it moves.