diff options
author | YamaArashi <shadow962@live.com> | 2016-07-04 13:00:29 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-07-04 13:00:29 -0700 |
commit | 4623aa30a961ce55ba7dd61bdae70d38d9451afb (patch) | |
tree | e446fb64eac5dc1a4acd486772bd9fd7a4274fe7 | |
parent | c120f29452a4218795be9c5e254459a811280758 (diff) |
add unreferenced, empty Sootopolis map connections
-rw-r--r-- | data/data2.s | 1 | ||||
-rw-r--r-- | data/maps/MossdeepCity/connections.s | 3 | ||||
-rw-r--r-- | data/maps/SootopolisCity/connections.s | 6 |
3 files changed, 7 insertions, 3 deletions
diff --git a/data/data2.s b/data/data2.s index 8bbfc7a69..b00171298 100644 --- a/data/data2.s +++ b/data/data2.s @@ -2459,6 +2459,7 @@ gMapGroups:: @ 8308588 .include "data/maps/FortreeCity/connections.s" .include "data/maps/LilycoveCity/connections.s" .include "data/maps/MossdeepCity/connections.s" + .include "data/maps/SootopolisCity/connections.s" .include "data/maps/EverGrandeCity/connections.s" .include "data/maps/Route101/connections.s" .include "data/maps/Route102/connections.s" diff --git a/data/maps/MossdeepCity/connections.s b/data/maps/MossdeepCity/connections.s index 73f37c00d..340dadb0c 100644 --- a/data/maps/MossdeepCity/connections.s +++ b/data/maps/MossdeepCity/connections.s @@ -6,6 +6,3 @@ MossdeepCity_MapConnectionsList:: @ 83087D4 MossdeepCity_MapConnections:: @ 83087F8 .4byte 0x3 .4byte MossdeepCity_MapConnectionsList - - .incbin "baserom.gba", 0x308800, 0x8 - diff --git a/data/maps/SootopolisCity/connections.s b/data/maps/SootopolisCity/connections.s new file mode 100644 index 000000000..dcf558dcd --- /dev/null +++ b/data/maps/SootopolisCity/connections.s @@ -0,0 +1,6 @@ +SootopolisCity_MapConnectionsList:: @ 8308800 + @ empty + +SootopolisCity_MapConnections:: @ 8308800 + .4byte 0 + .4byte SootopolisCity_MapConnectionsList |