LanHikari22/GBA_Memory-Access-Scanner

Size Estimation, Structures within structure, and multiple structures report output

Opened this issue · 0 comments

Make the Memory access protocol capable of outputting such data. They are valuable to correctly identifying structures in memory. With this, overestimating is no longer a bad idea. It should be a safe option.

A suggested format:


_

Example:
NPC 0x94
NPC_24 0x30
NPC_58 0x23
NPC_A0 0x70

Padding means a structure within a structure. This can even be recursive. Structures within structures within structures ...