Difference between revisions of "LoadDatabase"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "__FORCETOC__ = {ED} {{IE_ED}} = {{IE_ED_ex}} Loads a database from the CD which was created by the Event Databases spreadsheet and subsequently patched with FFTOrgASM. Along...")
 
m (Xifanie moved page Event Instruction ED to LoadDatabase)
 
(No difference)

Latest revision as of 05:12, 23 February 2021

{ED} LoadDatabase

LoadDatabase(OFF,LEN)

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: {EE} GetTableSize{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.