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 --- constants/map_setup_constants.asm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 constants/map_setup_constants.asm (limited to 'constants/map_setup_constants.asm') diff --git a/constants/map_setup_constants.asm b/constants/map_setup_constants.asm new file mode 100644 index 0000000..046fc65 --- /dev/null +++ b/constants/map_setup_constants.asm @@ -0,0 +1,10 @@ + + const_def $f1 + const MAPSETUP_CONTINUE ; $f1 + const MAPSETUP_F2 + const MAPSETUP_RELOADMAP ; $f3 + const MAPSETUP_F4 + const MAPSETUP_F5 ; Note: entry is duplicate of $F4 + const MAPSETUP_WARP ; $f6 + const MAPSETUP_CONNECTION ; $f7 + const MAPSETUP_F8 -- cgit v1.2.3