summaryrefslogtreecommitdiff
path: root/engine/overworldmap.asm
diff options
context:
space:
mode:
authorU-Daniel-Laptop\Daniel <corrnondacqb@yahoo.com>2014-04-17 17:15:43 -0400
committerU-Daniel-Laptop\Daniel <corrnondacqb@yahoo.com>2014-04-17 17:15:43 -0400
commitb6fd865414d57c68cd668600eba43d2ee3e47065 (patch)
tree0c7fd5b8c54056892dc4118d0d462d4830402251 /engine/overworldmap.asm
parentec6ae2536fae1008458d0ebee6b8c73a0e055065 (diff)
wram.asm and some comments
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