Difference between revisions of "GetTableSize"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "__FORCETOC__ = {EE} {{IE_EE}} = {{IE_EE_ex}} Loads a database from the CD which was created by the Event Databases spreadsheet and subsequently patched with FFTOrgASM. Along...")
 
Line 11: Line 11:
  
  
== Sector Offset : Byte (hex) ==
+
== Sector Offset : Byte (unsigned) ==
 
Sector Offset of the desired Database as identified in the Event Databases spreadsheet.
 
Sector Offset of the desired Database as identified in the Event Databases spreadsheet.
  

Revision as of 05:20, 21 February 2021

{EE} GetTableSize

GetTableSize(xVR,xTB)

Loads a database from the CD which was created by the Event Databases spreadsheet and subsequently patched with FFTOrgASM.

Alongside {EF} FetchTableRow, it allows to quickly load multiple variables with desired values with minimal event space use.


See also: {EF} FetchTableRow


Sector Offset : Byte (unsigned)

Sector Offset of the desired Database as identified in the Event Databases spreadsheet.


Sector Length : Byte (unsigned)

Sector Length of the desired Database as identified in the Event Databases spreadsheet.