Difference between revisions of "FF7/WorldMap Module/Script/Opcodes/34c"

From QhimmWiki
Jump to navigation Jump to search
Qhimm>Aali
(Created page with "* Opcode: '''0x34c''' * Name: set submarine color * Two-word opcode: No ==== Parameters ==== {| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; bo...")
 
ffrtt>BukTop
m (4 revisions imported)
 
(6 intermediate revisions by 2 users not shown)
Line 22: Line 22:
  1 - blue submarine
  1 - blue submarine
   
   
  due to how this instruction is implemented it is possible to access the chocobo colors for the submarine
  as a side effect of how this instruction is implemented it is possible to access the chocobo colors for the submarine
 
  -1 - gold submarine
  -1 - gold submarine
  -2 - black submarine
  -2 - black submarine
  etc
  etc
this will only change the color of the submarine and does not affect gameplay in any way

Latest revision as of 04:22, 23 May 2019

  • Opcode: 0x34c
  • Name: set submarine color
  • Two-word opcode: No

Parameters

Location Name Description
Stack Type Submarine type

Notes

Sets the color of the submarine.

0 - red submarine
1 - blue submarine

as a side effect of how this instruction is implemented it is possible to access the chocobo colors for the submarine
-1 - gold submarine
-2 - black submarine
etc
this will only change the color of the submarine and does not affect gameplay in any way