ASM Locations in the PMD:Explorers of Sky Games
Overview
This page contains list of the interesting offsets within the game's binaries.
Functions
Functions pointers and some documentation on them.
ARM9 Bin
Name | Offset NA | Offset EU | Offset JP | Parameters | Return value | Description |
---|---|---|---|---|---|---|
MemAlloc | 0x2001170 | NA | NA |
|
|
This function allocates a buffer on the heap of the desired size, and returns a pointer to it. |
MemFree | 0x2001188 | NA | NA |
|
none | This function free a buffer that was allocated by MemAlloc. |
ZeroFill | 0x2003250 | NA | NA |
|
none | This function fills the given buffer with zeros. |
DebugPrint | 0x200C240 | NA | NA | Unknown | none | This function would print to the debug log a printf formated string. But in the retail game it does nothing. Its interesting to note that its still called in the released games and is passed various debug strings and value which can be really useful for research! |
Static Variables
Addresses of static variables and buffers.
Constants
Addresses of static constant values.