diff options
author | garak <garakmon@gmail.com> | 2019-04-18 10:44:26 -0400 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2019-05-05 16:33:50 -0400 |
commit | f5683b5c46b802cf75491d931a33d2fbe52a332c (patch) | |
tree | 7823edda08cadc183bfd5f7c5a80c603c0a2b17d /data/maps/Route3 | |
parent | c66f72ab9f8933755941c2650c4795634c51f90d (diff) |
move headers and connections into map dirs
Diffstat (limited to 'data/maps/Route3')
-rw-r--r-- | data/maps/Route3/connections.inc | 7 | ||||
-rw-r--r-- | data/maps/Route3/header.inc | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/data/maps/Route3/connections.inc b/data/maps/Route3/connections.inc new file mode 100644 index 000000000..b1e352125 --- /dev/null +++ b/data/maps/Route3/connections.inc @@ -0,0 +1,7 @@ +Route3_MapConnectionsList: @ 8352A1C + connection up, 60, MAP_ROUTE4 + connection left, -10, MAP_PEWTERCITY + +Route3_MapConnections:: @ 8352A34 + .4byte 2 + .4byte Route3_MapConnectionsList diff --git a/data/maps/Route3/header.inc b/data/maps/Route3/header.inc new file mode 100644 index 000000000..8c33a7801 --- /dev/null +++ b/data/maps/Route3/header.inc @@ -0,0 +1,8 @@ +Route3:: @ 8350864 + .4byte Route3_Layout @ 0x82E7234 + .4byte gMapEvents_Route3 @ 0x83B6870 + .4byte gMapScripts_Route3 @ 0x8167F77 + .4byte Route3_MapConnections @ 0x8352A34 + .2byte BGM_FRLG_ROUTE_3 + .2byte 91 + .byte 0x67, 0x00, 0x02, 0x03, 0x01, 0x06, 0x00, 0x00 |