User:Lizzyd710/Sandbox

From Data Crystal
Revision as of 23:20, 13 February 2024 by Lizzyd710 (talk | contribs) (Created page with some test formatting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

right now testing out LSW.

ROM map test?

00102b50: NuDatOpenEx(fileName, a1, a2, a3)

The name is taken from the error and log messages printed within the function that indicate this is what the function's name was originally.

Parameters
Register "Name" Details
a0 fileName Address of a string which is the name of the file to open.
a1 Unknown.
a2 Unknown.
a3 Unknown.

Returns:

Explanation/Details:

001446e0(material)
Parameters
Register "Name" Details
a0 material Address of a material structure.

Returns: None

Explanation/Details: Unknown.

00241a30: int getStudCount()

This name is not "official."

Parameters: None

Returns: The current game's stud total.

Explanation/Details: Reads the value from 0x00549f1c which holds the game's stud total.