Add dummy Sootopolis map connections
This commit is contained in:
@@ -6,6 +6,3 @@ MossdeepCity_MapConnectionsList: @ 84867C4
|
|||||||
MossdeepCity_MapConnections: @ 84867E8
|
MossdeepCity_MapConnections: @ 84867E8
|
||||||
.4byte 0x3
|
.4byte 0x3
|
||||||
.4byte MossdeepCity_MapConnectionsList
|
.4byte MossdeepCity_MapConnectionsList
|
||||||
|
|
||||||
.incbin "baserom.gba", 0x4867f0, 0x8
|
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
SootopolisCity_MapConnectionsList:: @ 84867F0
|
||||||
|
@ empty
|
||||||
|
|
||||||
|
SootopolisCity_MapConnections:: @ 84867F0
|
||||||
|
.4byte 0
|
||||||
|
.4byte SootopolisCity_MapConnectionsList
|
||||||
+1232
-177
File diff suppressed because it is too large
Load Diff
@@ -611,6 +611,7 @@ gMapGroups: @ 8486578
|
|||||||
.include "data/maps/FortreeCity/connections.inc"
|
.include "data/maps/FortreeCity/connections.inc"
|
||||||
.include "data/maps/LilycoveCity/connections.inc"
|
.include "data/maps/LilycoveCity/connections.inc"
|
||||||
.include "data/maps/MossdeepCity/connections.inc"
|
.include "data/maps/MossdeepCity/connections.inc"
|
||||||
|
.include "data/maps/SootopolisCity/connections.inc"
|
||||||
.include "data/maps/EverGrandeCity/connections.inc"
|
.include "data/maps/EverGrandeCity/connections.inc"
|
||||||
.include "data/maps/Route101/connections.inc"
|
.include "data/maps/Route101/connections.inc"
|
||||||
.include "data/maps/Route102/connections.inc"
|
.include "data/maps/Route102/connections.inc"
|
||||||
|
|||||||
Reference in New Issue
Block a user