Difference between revisions of "SaveEVTCHR"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "= {59} {{IE_59}} = Saves the loaded EVTCHR block to a specific block in order to be used by {11} {{IE_11}}. See Also: Event_Instruction_11|{11} {{...")
 
m (Xifanie moved page Event Instruction 59 to SaveEVTCHR)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
= {59} {{IE_59}} =
 
= {59} {{IE_59}} =
Saves the loaded EVTCHR block to a specific block in order to be used by [[Event_Instruction_11|{11} {{IE_11}}]].
+
{{IE_59_ex}}
 +
 
 +
{{IE_59_desc}}
 +
 
 +
Must use the same Memory Block as the previous [[Event_Instruction_58|{58} {{IE_58}}]]!
  
  
Line 6: Line 10:
  
  
== RAM Block ID : Byte (hex) ==
+
== <span id="MB">Memory Block : Byte (hex)</span> ==
 
*0x00 = Block 1
 
*0x00 = Block 1
 
*0x01 = Block 2
 
*0x01 = Block 2
 +
 +
Note: If both blocks are in use, normal unit animations past x003B may no longer work.

Latest revision as of 15:26, 22 February 2021

{59} SaveEVTCHR

SaveEVTCHR(xBL)

Saves the loaded EVTCHR Slot to a specific block in order to use its frames and animations.

Must use the same Memory Block as the previous {58} LoadEVTCHR!


See Also: {11} UnitAnim{58} LoadEVTCHR{E5} WaitForInstruction


Memory Block : Byte (hex)

  • 0x00 = Block 1
  • 0x01 = Block 2

Note: If both blocks are in use, normal unit animations past x003B may no longer work.