Difference between revisions of "FF8/EngineReverse/401000"
< FF8 | EngineReverse
Jump to navigation
Jump to search
my_wiki>BukTop m (1 revision imported) |
m (2 revisions imported) |
(No difference)
|
Latest revision as of 05:22, 23 May 2019
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;