summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorISSOtm <eldredhabert0@gmail.com>2018-06-10 01:28:16 +0200
committerISSOtm <eldredhabert0@gmail.com>2018-06-10 01:28:16 +0200
commit38f3f4126994b19ac30eff61b912e89ed9387991 (patch)
tree38fad631401a61038843e366717a2877997f5415 /macros
parent03279f38fc11f05ac925229102ddaf6433acfa88 (diff)
Disassemble map loading
Somewhat unfinished, but everything has been marked with a TODO. Fo example: - determining the remaining map setup constants - filling the gaps left (see where the SECTIONs are) - documenting the few hex addresses left
Diffstat (limited to 'macros')
-rw-r--r--macros/wram.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/wram.asm b/macros/wram.asm
index 77fe153..cb0d3f1 100644
--- a/macros/wram.asm
+++ b/macros/wram.asm
@@ -309,6 +309,7 @@ map_object: MACRO
\1ObjectRange:: ds 1
\1ObjectScript:: ds 2
\1ObjectEventFlag:: ds 2
+\1ObjectUnused::
ds 2
endm