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 /data/maps | |
| parent | c120f29452a4218795be9c5e254459a811280758 (diff) | |
add unreferenced, empty Sootopolis map connections
Diffstat (limited to 'data/maps')
| -rw-r--r-- | data/maps/MossdeepCity/connections.s | 3 | ||||
| -rw-r--r-- | data/maps/SootopolisCity/connections.s | 6 |
2 files changed, 6 insertions, 3 deletions
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 |
