summaryrefslogtreecommitdiff
path: root/engine/overworldmap.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/overworldmap.asm')
-rwxr-xr-xengine/overworldmap.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/engine/overworldmap.asm b/engine/overworldmap.asm
index 31f762c..1ed17ff 100755
--- a/engine/overworldmap.asm
+++ b/engine/overworldmap.asm
@@ -151,6 +151,11 @@ LoadOverworldMapSelection: ; 10f61 (4:4f61)
pop hl
ret
+; each entry in the overworld map is four bytes
+; 1: map id
+; 2: player's x coordinate when entering the map
+; 2: player's y coordinate when entering the map
+; 4: 00
OverworldMapIndexes: ; 10f88 (4:4f88)
db $00,$00,$00,$00
db MASON_LABORATORY, $0E,$1A,$00