FF8/EngineReverse/401000

From Final Fantasy Inside
< FF8‎ | EngineReverse
Revision as of 19:07, 23 April 2016 by my_wiki>MaKiPL (Created page with "By MaKiPL ---- '''Custom name''': GetSingletonAddress_A '''Description''': Returns dynamic singleton address ---- '''Arguments''': int32 a1 - Pointer '''Edits''': Re...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

By MaKiPL


Custom name: GetSingletonAddress_A

Description: Returns dynamic singleton address



Arguments:

int32 a1 - Pointer


Edits:

Returns:

return 4 * a1 + 0x1A77410;

But a1 is called with function, that always forces 0, then:

return 0x1A77410;