diff options
| author | yenatch <yenatch@gmail.com> | 2016-06-16 16:11:29 -0400 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2016-06-16 16:11:29 -0400 |
| commit | 8de49d722cbd21abff92ec384e5faaf1f0dde2d5 (patch) | |
| tree | f2a577679cdd5b20b58285afe3695587ceb84488 /data/maps/MossdeepCity | |
| parent | 9d8d999973a627b319413e33344103913b630499 (diff) | |
Dump the maps.
Diffstat (limited to 'data/maps/MossdeepCity')
| -rw-r--r-- | data/maps/MossdeepCity/border.bin | 1 | ||||
| -rw-r--r-- | data/maps/MossdeepCity/connections.s | 11 | ||||
| -rw-r--r-- | data/maps/MossdeepCity/header.s | 15 | ||||
| -rw-r--r-- | data/maps/MossdeepCity/map.bin | bin | 0 -> 6400 bytes |
4 files changed, 27 insertions, 0 deletions
diff --git a/data/maps/MossdeepCity/border.bin b/data/maps/MossdeepCity/border.bin new file mode 100644 index 000000000..c3fe51511 --- /dev/null +++ b/data/maps/MossdeepCity/border.bin @@ -0,0 +1 @@ +pppp
\ No newline at end of file diff --git a/data/maps/MossdeepCity/connections.s b/data/maps/MossdeepCity/connections.s new file mode 100644 index 000000000..73f37c00d --- /dev/null +++ b/data/maps/MossdeepCity/connections.s @@ -0,0 +1,11 @@ +MossdeepCity_MapConnectionsList:: @ 83087D4 + connection up, 0, Route125, 0 + connection down, 0, Route127, 0 + connection left, -40, Route124, 0 + +MossdeepCity_MapConnections:: @ 83087F8 + .4byte 0x3 + .4byte MossdeepCity_MapConnectionsList + + .incbin "baserom.gba", 0x308800, 0x8 + diff --git a/data/maps/MossdeepCity/header.s b/data/maps/MossdeepCity/header.s new file mode 100644 index 000000000..bd22da8f1 --- /dev/null +++ b/data/maps/MossdeepCity/header.s @@ -0,0 +1,15 @@ +MossdeepCity:: @ 83054F0 + .4byte MossdeepCity_MapAttributes + .4byte MossdeepCity_MapEvents + .4byte MossdeepCity_MapScripts + .4byte MossdeepCity_MapConnections + .2byte 399 + .2byte 7 + .byte 13 + .byte 0 + .byte 2 + .byte 2 + .2byte 0 + .byte 1 + .byte 0 + diff --git a/data/maps/MossdeepCity/map.bin b/data/maps/MossdeepCity/map.bin Binary files differnew file mode 100644 index 000000000..29b167286 --- /dev/null +++ b/data/maps/MossdeepCity/map.bin |
