From 38f3f4126994b19ac30eff61b912e89ed9387991 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sun, 10 Jun 2018 01:28:16 +0200 Subject: 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 --- macros/wram.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'macros') 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 -- cgit v1.2.3