mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-04 02:10:01 +01:00
Add dummy Sootopolis map connections
This commit is contained in:
parent
f61810a8f9
commit
455a979819
@ -6,6 +6,3 @@ MossdeepCity_MapConnectionsList: @ 84867C4
|
||||
MossdeepCity_MapConnections: @ 84867E8
|
||||
.4byte 0x3
|
||||
.4byte MossdeepCity_MapConnectionsList
|
||||
|
||||
.incbin "baserom.gba", 0x4867f0, 0x8
|
||||
|
||||
|
6
data/maps/SootopolisCity/connections.inc
Normal file
6
data/maps/SootopolisCity/connections.inc
Normal file
@ -0,0 +1,6 @@
|
||||
SootopolisCity_MapConnectionsList:: @ 84867F0
|
||||
@ empty
|
||||
|
||||
SootopolisCity_MapConnections:: @ 84867F0
|
||||
.4byte 0
|
||||
.4byte SootopolisCity_MapConnectionsList
|
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/LilycoveCity/connections.inc"
|
||||
.include "data/maps/MossdeepCity/connections.inc"
|
||||
.include "data/maps/SootopolisCity/connections.inc"
|
||||
.include "data/maps/EverGrandeCity/connections.inc"
|
||||
.include "data/maps/Route101/connections.inc"
|
||||
.include "data/maps/Route102/connections.inc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user