diff options
Diffstat (limited to 'data/maps/Route12')
-rw-r--r-- | data/maps/Route12/connections.inc | 8 | ||||
-rw-r--r-- | data/maps/Route12/header.inc | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/data/maps/Route12/connections.inc b/data/maps/Route12/connections.inc new file mode 100644 index 000000000..b33041939 --- /dev/null +++ b/data/maps/Route12/connections.inc @@ -0,0 +1,8 @@ +Route12_MapConnectionsList: @ 8352B3C + connection up, 0, MAP_LAVENDERTOWN + connection down, -48, MAP_ROUTE13 + connection left, 60, MAP_ROUTE11 + +Route12_MapConnections:: @ 8352B60 + .4byte 3 + .4byte Route12_MapConnectionsList diff --git a/data/maps/Route12/header.inc b/data/maps/Route12/header.inc new file mode 100644 index 000000000..89963d62a --- /dev/null +++ b/data/maps/Route12/header.inc @@ -0,0 +1,8 @@ +Route12:: @ 8350960 + .4byte Route12_Layout @ 0x82EE5D8 + .4byte gMapEvents_Route12 @ 0x83B72DC + .4byte gMapScripts_Route12 @ 0x8168000 + .4byte Route12_MapConnections @ 0x8352B60 + .2byte BGM_FRLG_ROUTE_11 + .2byte 100 + .byte 0x70, 0x00, 0x02, 0x03, 0x01, 0x06, 0x00, 0x00 |