diff options
Diffstat (limited to 'data/maps/Route1')
-rw-r--r-- | data/maps/Route1/connections.inc | 7 | ||||
-rw-r--r-- | data/maps/Route1/header.inc | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/data/maps/Route1/connections.inc b/data/maps/Route1/connections.inc new file mode 100644 index 000000000..d266874a8 --- /dev/null +++ b/data/maps/Route1/connections.inc @@ -0,0 +1,7 @@ +Route1_MapConnectionsList: @ 83529DC + connection up, -12, MAP_VIRIDIANCITY + connection down, 0, MAP_PALLETTOWN + +Route1_MapConnections:: @ 83529F4 + .4byte 2 + .4byte Route1_MapConnectionsList diff --git a/data/maps/Route1/header.inc b/data/maps/Route1/header.inc new file mode 100644 index 000000000..6f2a76447 --- /dev/null +++ b/data/maps/Route1/header.inc @@ -0,0 +1,8 @@ +Route1:: @ 835082C + .4byte Route1_Layout @ 0x82E55CC + .4byte gMapEvents_Route1 @ 0x83B6648 + .4byte gMapScripts_Route1 @ 0x8167EFD + .4byte Route1_MapConnections @ 0x83529F4 + .2byte BGM_FRLG_ROUTE_1 + .2byte 89 + .byte 0x65, 0x00, 0x02, 0x03, 0x01, 0x06, 0x00, 0x00 |