diff options
Diffstat (limited to 'data/maps/Route10')
| -rw-r--r-- | data/maps/Route10/connections.inc | 7 | ||||
| -rw-r--r-- | data/maps/Route10/header.inc | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/data/maps/Route10/connections.inc b/data/maps/Route10/connections.inc new file mode 100644 index 000000000..3b6a576d2 --- /dev/null +++ b/data/maps/Route10/connections.inc @@ -0,0 +1,7 @@ +Route10_MapConnectionsList: @ 8352AFC + connection down, 0, MAP_LAVENDERTOWN + connection left, 0, MAP_ROUTE9 + +Route10_MapConnections:: @ 8352B14 + .4byte 2 + .4byte Route10_MapConnectionsList diff --git a/data/maps/Route10/header.inc b/data/maps/Route10/header.inc new file mode 100644 index 000000000..8c8dc7244 --- /dev/null +++ b/data/maps/Route10/header.inc @@ -0,0 +1,8 @@ +Route10:: @ 8350928 + .4byte Route10_Layout @ 0x82EC3D0 + .4byte gMapEvents_Route10 @ 0x83B6FA0 + .4byte gMapScripts_Route10 @ 0x8167FD9 + .4byte Route10_MapConnections @ 0x8352B14 + .2byte BGM_FRLG_ROUTE_3 + .2byte 98 + .byte 0x6e, 0x00, 0x02, 0x03, 0x01, 0x06, 0x00, 0x00 |
