You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
add map bin tracker
This commit is contained in:
17
asm/debug/map.s
Normal file
17
asm/debug/map.s
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
.include "macros.inc"
|
||||||
|
.section .data
|
||||||
|
.balign 16
|
||||||
|
glabel gMapEntries
|
||||||
|
.incbin "bin/addr.bin"
|
||||||
|
glabel gMapEntryEnd
|
||||||
|
|
||||||
|
.balign 16
|
||||||
|
glabel gMapStrings
|
||||||
|
.incbin "bin/name.bin"
|
||||||
|
glabel gMapStringsEnd
|
||||||
|
|
||||||
|
.balign 16
|
||||||
|
glabel gMapEntrySize
|
||||||
|
.word (gMapEntryEnd - gMapEntries) / 4
|
||||||
|
glabel gMapStringSize
|
||||||
|
.word (gMapStringsEnd - gMapStrings)
|
||||||
Reference in New Issue
Block a user