Get all map constants from include/ rather than constants/

This commit is contained in:
Marcus Huderle
2018-06-14 22:00:09 -05:00
parent 0c8cfc2297
commit acc1a5d446
621 changed files with 1839 additions and 2454 deletions

View File

@@ -1,5 +1,5 @@
BattleFrontier_OutsideEast_MapConnectionsList: @ 8486EE4
connection left, 0, BATTLE_FRONTIER_OUTSIDE_WEST, 0
connection left, 0, MAP_BATTLE_FRONTIER_OUTSIDE_WEST
BattleFrontier_OutsideEast_MapConnections: @ 8486EF0
.4byte 0x1

View File

@@ -1,5 +1,5 @@
BattleFrontier_OutsideWest_MapConnectionsList: @ 8486ED0
connection right, 0, BATTLE_FRONTIER_OUTSIDE_EAST, 0
connection right, 0, MAP_BATTLE_FRONTIER_OUTSIDE_EAST
BattleFrontier_OutsideWest_MapConnections: @ 8486EDC
.4byte 0x1

View File

@@ -1,6 +1,6 @@
DewfordTown_MapConnectionsList: @ 8486640
connection up, -60, ROUTE_106, 0
connection right, 0, ROUTE_107, 0
connection up, -60, MAP_ROUTE106
connection right, 0, MAP_ROUTE107
DewfordTown_MapConnections: @ 8486658
.4byte 0x2

View File

@@ -1,5 +1,5 @@
EverGrandeCity_MapConnectionsList: @ 84867F8
connection left, 40, ROUTE_128, 0
connection left, 40, MAP_ROUTE128
EverGrandeCity_MapConnections: @ 8486804
.4byte 0x1

View File

@@ -1,6 +1,6 @@
FallarborTown_MapConnectionsList: @ 8486674
connection left, 0, ROUTE_114, 0
connection right, 0, ROUTE_113, 0
connection left, 0, MAP_ROUTE114
connection right, 0, MAP_ROUTE113
FallarborTown_MapConnections: @ 848668C
.4byte 0x2

View File

@@ -1,6 +1,6 @@
FortreeCity_MapConnectionsList: @ 8486784
connection left, 0, ROUTE_119, 0
connection right, 0, ROUTE_120, 0
connection left, 0, MAP_ROUTE119
connection right, 0, MAP_ROUTE120
FortreeCity_MapConnections: @ 848679C
.4byte 0x2

View File

@@ -1,5 +1,5 @@
LavaridgeTown_MapConnectionsList: @ 8486660
connection right, -40, ROUTE_112, 0
connection right, -40, MAP_ROUTE112
LavaridgeTown_MapConnections: @ 848666C
.4byte 0x1

View File

@@ -1,6 +1,6 @@
LilycoveCity_MapConnectionsList: @ 84867A4
connection left, 10, ROUTE_121, 0
connection right, -10, ROUTE_124, 0
connection left, 10, MAP_ROUTE121
connection right, -10, MAP_ROUTE124
LilycoveCity_MapConnections: @ 84867BC
.4byte 0x2

View File

@@ -1,5 +1,5 @@
LittlerootTown_MapConnectionsList: @ 8486600
connection up, 0, ROUTE_101, 0
connection up, 0, MAP_ROUTE101
LittlerootTown_MapConnections: @ 848660C
.4byte 0x1

View File

@@ -1,8 +1,8 @@
MauvilleCity_MapConnectionsList: @ 8486720
connection up, 0, ROUTE_111, 0
connection down, 0, ROUTE_110, 0
connection left, 0, ROUTE_117, 0
connection right, 0, ROUTE_118, 0
connection up, 0, MAP_ROUTE111
connection down, 0, MAP_ROUTE110
connection left, 0, MAP_ROUTE117
connection right, 0, MAP_ROUTE118
MauvilleCity_MapConnections: @ 8486750
.4byte 0x4

View File

@@ -1,7 +1,7 @@
MossdeepCity_MapConnectionsList: @ 84867C4
connection up, 0, ROUTE_125, 0
connection down, 0, ROUTE_127, 0
connection left, -40, ROUTE_124, 0
connection up, 0, MAP_ROUTE125
connection down, 0, MAP_ROUTE127
connection left, -40, MAP_ROUTE124
MossdeepCity_MapConnections: @ 84867E8
.4byte 0x3

View File

@@ -1,7 +1,7 @@
OldaleTown_MapConnectionsList: @ 8486614
connection up, 0, ROUTE_103, 0
connection down, 0, ROUTE_101, 0
connection left, 0, ROUTE_102, 0
connection up, 0, MAP_ROUTE103
connection down, 0, MAP_ROUTE101
connection left, 0, MAP_ROUTE102
OldaleTown_MapConnections: @ 8486638
.4byte 0x3

View File

@@ -1,6 +1,6 @@
PacifidlogTown_MapConnectionsList: @ 84866B4
connection left, 0, ROUTE_132, 0
connection right, 0, ROUTE_131, 0
connection left, 0, MAP_ROUTE132
connection right, 0, MAP_ROUTE131
PacifidlogTown_MapConnections: @ 84866CC
.4byte 0x2

View File

@@ -1,6 +1,6 @@
PetalburgCity_MapConnectionsList: @ 84866D4
connection left, -50, ROUTE_104, 0
connection right, 10, ROUTE_102, 0
connection left, -50, MAP_ROUTE104
connection right, 10, MAP_ROUTE102
PetalburgCity_MapConnections: @ 84866EC
.4byte 0x2

View File

@@ -1,6 +1,6 @@
Route101_MapConnectionsList: @ 848680C
connection up, 0, OLDALE_TOWN, 0
connection down, 0, LITTLEROOT_TOWN, 0
connection up, 0, MAP_OLDALE_TOWN
connection down, 0, MAP_LITTLEROOT_TOWN
Route101_MapConnections: @ 8486824
.4byte 0x2

View File

@@ -1,6 +1,6 @@
Route102_MapConnectionsList: @ 848682C
connection left, -10, PETALBURG_CITY, 0
connection right, 0, OLDALE_TOWN, 0
connection left, -10, MAP_PETALBURG_CITY
connection right, 0, MAP_OLDALE_TOWN
Route102_MapConnections: @ 8486844
.4byte 0x2

View File

@@ -1,6 +1,6 @@
Route103_MapConnectionsList: @ 848684C
connection down, 0, OLDALE_TOWN, 0
connection right, -60, ROUTE_110, 0
connection down, 0, MAP_OLDALE_TOWN
connection right, -60, MAP_ROUTE110
Route103_MapConnections: @ 8486864
.4byte 0x2

View File

@@ -1,7 +1,7 @@
Route104_MapConnectionsList: @ 848686C
connection up, 0, RUSTBORO_CITY, 0
connection down, 0, ROUTE_105, 0
connection right, 50, PETALBURG_CITY, 0
connection up, 0, MAP_RUSTBORO_CITY
connection down, 0, MAP_ROUTE105
connection right, 50, MAP_PETALBURG_CITY
Route104_MapConnections: @ 8486890
.4byte 0x3

View File

@@ -1,7 +1,7 @@
Route105_MapConnectionsList: @ 8486898
connection up, 0, ROUTE_104, 0
connection down, 0, ROUTE_106, 0
connection dive, 0, UNDERWATER_6, 0
connection up, 0, MAP_ROUTE104
connection down, 0, MAP_ROUTE106
connection dive, 0, MAP_UNDERWATER6
Route105_MapConnections: @ 84868BC
.4byte 0x3

View File

@@ -1,6 +1,6 @@
Route106_MapConnectionsList: @ 84868C4
connection up, 0, ROUTE_105, 0
connection down, 60, DEWFORD_TOWN, 0
connection up, 0, MAP_ROUTE105
connection down, 60, MAP_DEWFORD_TOWN
Route106_MapConnections: @ 84868DC
.4byte 0x2

View File

@@ -1,6 +1,6 @@
Route107_MapConnectionsList: @ 84868E4
connection left, 0, DEWFORD_TOWN, 0
connection right, 0, ROUTE_108, 0
connection left, 0, MAP_DEWFORD_TOWN
connection right, 0, MAP_ROUTE108
Route107_MapConnections: @ 84868FC
.4byte 0x2

View File

@@ -1,6 +1,6 @@
Route108_MapConnectionsList: @ 8486904
connection left, 0, ROUTE_107, 0
connection right, -40, ROUTE_109, 0
connection left, 0, MAP_ROUTE107
connection right, -40, MAP_ROUTE109
Route108_MapConnections: @ 848691C
.4byte 0x2

View File

@@ -1,6 +1,6 @@
Route109_MapConnectionsList: @ 8486924
connection up, 0, SLATEPORT_CITY, 0
connection left, 40, ROUTE_108, 0
connection up, 0, MAP_SLATEPORT_CITY
connection left, 40, MAP_ROUTE108
Route109_MapConnections: @ 848693C
.4byte 0x2

View File

@@ -1,7 +1,7 @@
Route110_MapConnectionsList: @ 8486944
connection up, 0, MAUVILLE_CITY, 0
connection down, 0, SLATEPORT_CITY, 0
connection left, 60, ROUTE_103, 0
connection up, 0, MAP_MAUVILLE_CITY
connection down, 0, MAP_SLATEPORT_CITY
connection left, 60, MAP_ROUTE103
Route110_MapConnections: @ 8486968
.4byte 0x3

View File

@@ -1,7 +1,7 @@
Route111_MapConnectionsList: @ 8486970
connection down, 0, MAUVILLE_CITY, 0
connection left, 0, ROUTE_113, 0
connection left, 20, ROUTE_112, 0
connection down, 0, MAP_MAUVILLE_CITY
connection left, 0, MAP_ROUTE113
connection left, 20, MAP_ROUTE112
Route111_MapConnections: @ 8486994
.4byte 0x3

View File

@@ -1,7 +1,7 @@
Route112_MapConnectionsList: @ 848699C
connection up, -60, ROUTE_113, 0
connection left, 40, LAVARIDGE_TOWN, 0
connection right, -20, ROUTE_111, 0
connection up, -60, MAP_ROUTE113
connection left, 40, MAP_LAVARIDGE_TOWN
connection right, -20, MAP_ROUTE111
Route112_MapConnections: @ 84869C0
.4byte 0x3

View File

@@ -1,7 +1,7 @@
Route113_MapConnectionsList: @ 84869C8
connection down, 60, ROUTE_112, 0
connection left, 0, FALLARBOR_TOWN, 0
connection right, 0, ROUTE_111, 0
connection down, 60, MAP_ROUTE112
connection left, 0, MAP_FALLARBOR_TOWN
connection right, 0, MAP_ROUTE111
Route113_MapConnections: @ 84869EC
.4byte 0x3

View File

@@ -1,6 +1,6 @@
Route114_MapConnectionsList: @ 84869F4
connection left, 40, ROUTE_115, 0
connection right, 0, FALLARBOR_TOWN, 0
connection left, 40, MAP_ROUTE115
connection right, 0, MAP_FALLARBOR_TOWN
Route114_MapConnections: @ 8486A0C
.4byte 0x2

View File

@@ -1,6 +1,6 @@
Route115_MapConnectionsList: @ 8486A14
connection down, 0, RUSTBORO_CITY, 0
connection right, -40, ROUTE_114, 0
connection down, 0, MAP_RUSTBORO_CITY
connection right, -40, MAP_ROUTE114
Route115_MapConnections: @ 8486A2C
.4byte 0x2

View File

@@ -1,6 +1,6 @@
Route116_MapConnectionsList: @ 8486A34
connection down, 80, VERDANTURF_TOWN, 0
connection left, 0, RUSTBORO_CITY, 0
connection down, 80, MAP_VERDANTURF_TOWN
connection left, 0, MAP_RUSTBORO_CITY
Route116_MapConnections: @ 8486A4C
.4byte 0x2

View File

@@ -1,6 +1,6 @@
Route117_MapConnectionsList: @ 8486A54
connection left, 0, VERDANTURF_TOWN, 0
connection right, 0, MAUVILLE_CITY, 0
connection left, 0, MAP_VERDANTURF_TOWN
connection right, 0, MAP_MAUVILLE_CITY
Route117_MapConnections: @ 8486A6C
.4byte 0x2

View File

@@ -1,7 +1,7 @@
Route118_MapConnectionsList: @ 8486A74
connection up, 40, ROUTE_119, 0
connection left, 0, MAUVILLE_CITY, 0
connection right, 0, ROUTE_123, 0
connection up, 40, MAP_ROUTE119
connection left, 0, MAP_MAUVILLE_CITY
connection right, 0, MAP_ROUTE123
Route118_MapConnections: @ 8486A98
.4byte 0x3

View File

@@ -1,6 +1,6 @@
Route119_MapConnectionsList: @ 8486AA0
connection down, -40, ROUTE_118, 0
connection right, 0, FORTREE_CITY, 0
connection down, -40, MAP_ROUTE118
connection right, 0, MAP_FORTREE_CITY
Route119_MapConnections: @ 8486AB8
.4byte 0x2

View File

@@ -1,6 +1,6 @@
Route120_MapConnectionsList: @ 8486AC0
connection left, 0, FORTREE_CITY, 0
connection right, 80, ROUTE_121, 0
connection left, 0, MAP_FORTREE_CITY
connection right, 80, MAP_ROUTE121
Route120_MapConnections: @ 8486AD8
.4byte 0x2

View File

@@ -1,7 +1,7 @@
Route121_MapConnectionsList: @ 8486AE0
connection down, 20, ROUTE_122, 0
connection left, -80, ROUTE_120, 0
connection right, -10, LILYCOVE_CITY, 0
connection down, 20, MAP_ROUTE122
connection left, -80, MAP_ROUTE120
connection right, -10, MAP_LILYCOVE_CITY
Route121_MapConnections: @ 8486B04
.4byte 0x3

View File

@@ -1,6 +1,6 @@
Route122_MapConnectionsList: @ 8486B0C
connection up, -20, ROUTE_121, 0
connection down, -100, ROUTE_123, 0
connection up, -20, MAP_ROUTE121
connection down, -100, MAP_ROUTE123
Route122_MapConnections: @ 8486B24
.4byte 0x2

View File

@@ -1,6 +1,6 @@
Route123_MapConnectionsList: @ 8486B2C
connection up, 100, ROUTE_122, 0
connection left, 0, ROUTE_118, 0
connection up, 100, MAP_ROUTE122
connection left, 0, MAP_ROUTE118
Route123_MapConnections: @ 8486B44
.4byte 0x2

View File

@@ -1,9 +1,9 @@
Route124_MapConnectionsList: @ 8486B4C
connection down, 0, ROUTE_126, 0
connection left, 10, LILYCOVE_CITY, 0
connection right, 0, ROUTE_125, 0
connection right, 40, MOSSDEEP_CITY, 0
connection dive, 0, UNDERWATER_1, 0
connection down, 0, MAP_ROUTE126
connection left, 10, MAP_LILYCOVE_CITY
connection right, 0, MAP_ROUTE125
connection right, 40, MAP_MOSSDEEP_CITY
connection dive, 0, MAP_UNDERWATER1
Route124_MapConnections: @ 8486B88
.4byte 0x5

View File

@@ -1,7 +1,7 @@
Route125_MapConnectionsList: @ 8486B90
connection down, 0, MOSSDEEP_CITY, 0
connection left, 0, ROUTE_124, 0
connection dive, 0, UNDERWATER_7, 0
connection down, 0, MAP_MOSSDEEP_CITY
connection left, 0, MAP_ROUTE124
connection dive, 0, MAP_UNDERWATER7
Route125_MapConnections: @ 8486BB4
.4byte 0x3

View File

@@ -1,7 +1,7 @@
Route126_MapConnectionsList: @ 8486BBC
connection up, 0, ROUTE_124, 0
connection right, 0, ROUTE_127, 0
connection dive, 0, UNDERWATER_2, 0
connection up, 0, MAP_ROUTE124
connection right, 0, MAP_ROUTE127
connection dive, 0, MAP_UNDERWATER2
Route126_MapConnections: @ 8486BE0
.4byte 0x3

View File

@@ -1,8 +1,8 @@
Route127_MapConnectionsList: @ 8486BE8
connection up, 0, MOSSDEEP_CITY, 0
connection down, 0, ROUTE_128, 0
connection left, 0, ROUTE_126, 0
connection dive, 0, UNDERWATER_3, 0
connection up, 0, MAP_MOSSDEEP_CITY
connection down, 0, MAP_ROUTE128
connection left, 0, MAP_ROUTE126
connection dive, 0, MAP_UNDERWATER3
Route127_MapConnections: @ 8486C18
.4byte 0x4

View File

@@ -1,8 +1,8 @@
Route128_MapConnectionsList: @ 8486C20
connection up, 0, ROUTE_127, 0
connection down, 0, ROUTE_129, 0
connection right, -40, EVER_GRANDE_CITY, 0
connection dive, 0, UNDERWATER_4, 0
connection up, 0, MAP_ROUTE127
connection down, 0, MAP_ROUTE129
connection right, -40, MAP_EVER_GRANDE_CITY
connection dive, 0, MAP_UNDERWATER4
Route128_MapConnections: @ 8486C50
.4byte 0x4

View File

@@ -1,7 +1,7 @@
Route129_MapConnectionsList: @ 8486C58
connection up, 0, ROUTE_128, 0
connection left, 0, ROUTE_130, 0
connection dive, 0, UNDERWATER_5, 0
connection up, 0, MAP_ROUTE128
connection left, 0, MAP_ROUTE130
connection dive, 0, MAP_UNDERWATER5
Route129_MapConnections: @ 8486C7C
.4byte 0x3

View File

@@ -1,6 +1,6 @@
Route130_MapConnectionsList: @ 8486C84
connection left, 0, ROUTE_131, 0
connection right, 0, ROUTE_129, 0
connection left, 0, MAP_ROUTE131
connection right, 0, MAP_ROUTE129
Route130_MapConnections: @ 8486C9C
.4byte 0x2

View File

@@ -1,6 +1,6 @@
Route131_MapConnectionsList: @ 8486CA4
connection left, 0, PACIFIDLOG_TOWN, 0
connection right, 0, ROUTE_130, 0
connection left, 0, MAP_PACIFIDLOG_TOWN
connection right, 0, MAP_ROUTE130
Route131_MapConnections: @ 8486CBC
.4byte 0x2

View File

@@ -1,6 +1,6 @@
Route132_MapConnectionsList: @ 8486CC4
connection left, 0, ROUTE_133, 0
connection right, 0, PACIFIDLOG_TOWN, 0
connection left, 0, MAP_ROUTE133
connection right, 0, MAP_PACIFIDLOG_TOWN
Route132_MapConnections: @ 8486CDC
.4byte 0x2

View File

@@ -1,6 +1,6 @@
Route133_MapConnectionsList: @ 8486CE4
connection left, 0, ROUTE_134, 0
connection right, 0, ROUTE_132, 0
connection left, 0, MAP_ROUTE134
connection right, 0, MAP_ROUTE132
Route133_MapConnections: @ 8486CFC
.4byte 0x2

View File

@@ -1,6 +1,6 @@
Route134_MapConnectionsList: @ 8486D04
connection left, 0, SLATEPORT_CITY, 0
connection right, 0, ROUTE_133, 0
connection left, 0, MAP_SLATEPORT_CITY
connection right, 0, MAP_ROUTE133
Route134_MapConnections: @ 8486D1C
.4byte 0x2

View File

@@ -1,7 +1,7 @@
RustboroCity_MapConnectionsList: @ 8486758
connection up, 0, ROUTE_115, 0
connection down, 0, ROUTE_104, 0
connection right, 0, ROUTE_116, 0
connection up, 0, MAP_ROUTE115
connection down, 0, MAP_ROUTE104
connection right, 0, MAP_ROUTE116
RustboroCity_MapConnections: @ 848677C
.4byte 0x3

View File

@@ -1,7 +1,7 @@
SafariZone_North_MapConnectionsList: @ 8486E18
connection left, 0, SAFARI_ZONE_NORTHWEST, 0
connection down, 0, SAFARI_ZONE_SOUTH, 0
connection right, 0, SAFARI_ZONE_NORTHEAST, 0
connection left, 0, MAP_SAFARI_ZONE_NORTHWEST
connection down, 0, MAP_SAFARI_ZONE_SOUTH
connection right, 0, MAP_SAFARI_ZONE_NORTHEAST
SafariZone_North_MapConnections: @ 8486E3C
.4byte 0x3

View File

@@ -1,6 +1,6 @@
SafariZone_Northeast_MapConnectionsList: @ 8486E90
connection left, 0, SAFARI_ZONE_NORTH, 0
connection down, 0, SAFARI_ZONE_SOUTHEAST, 0
connection left, 0, MAP_SAFARI_ZONE_NORTH
connection down, 0, MAP_SAFARI_ZONE_SOUTHEAST
SafariZone_Northeast_MapConnections: @ 8486EA8
.4byte 0x2

View File

@@ -1,6 +1,6 @@
SafariZone_Northwest_MapConnectionsList: @ 8486DF8
connection right, 0, SAFARI_ZONE_NORTH, 0
connection down, 0, SAFARI_ZONE_SOUTHWEST, 0
connection right, 0, MAP_SAFARI_ZONE_NORTH
connection down, 0, MAP_SAFARI_ZONE_SOUTHWEST
SafariZone_Northwest_MapConnections: @ 8486E10
.4byte 0x2

View File

@@ -1,7 +1,7 @@
SafariZone_South_MapConnectionsList: @ 8486E64
connection up, 0, SAFARI_ZONE_NORTH, 0
connection left, 0, SAFARI_ZONE_SOUTHWEST, 0
connection right, 0, SAFARI_ZONE_SOUTHEAST, 0
connection up, 0, MAP_SAFARI_ZONE_NORTH
connection left, 0, MAP_SAFARI_ZONE_SOUTHWEST
connection right, 0, MAP_SAFARI_ZONE_SOUTHEAST
SafariZone_South_MapConnections: @ 8486E88
.4byte 0x3

View File

@@ -1,6 +1,6 @@
SafariZone_Southeast_MapConnectionsList: @ 8486EB0
connection left, 0, SAFARI_ZONE_SOUTH, 0
connection up, 0, SAFARI_ZONE_NORTHEAST, 0
connection left, 0, MAP_SAFARI_ZONE_SOUTH
connection up, 0, MAP_SAFARI_ZONE_NORTHEAST
SafariZone_Southeast_MapConnections: @ 8486EC8
.4byte 0x2

View File

@@ -1,6 +1,6 @@
SafariZone_Southwest_MapConnectionsList: @ 8486E44
connection up, 0, SAFARI_ZONE_NORTHWEST, 0
connection right, 0, SAFARI_ZONE_SOUTH, 0
connection up, 0, MAP_SAFARI_ZONE_NORTHWEST
connection right, 0, MAP_SAFARI_ZONE_SOUTH
SafariZone_Southwest_MapConnections: @ 8486E5C
.4byte 0x2

View File

@@ -1,7 +1,7 @@
SlateportCity_MapConnectionsList: @ 84866F4
connection up, 0, ROUTE_110, 0
connection down, 0, ROUTE_109, 0
connection right, 0, ROUTE_134, 0
connection up, 0, MAP_ROUTE110
connection down, 0, MAP_ROUTE109
connection right, 0, MAP_ROUTE134
SlateportCity_MapConnections: @ 8486718
.4byte 0x3

View File

@@ -1,6 +1,6 @@
Underwater1_MapConnectionsList: @ 8486D38
connection down, 0, UNDERWATER_2, 0
connection emerge, 0, ROUTE_124, 0
connection down, 0, MAP_UNDERWATER2
connection emerge, 0, MAP_ROUTE124
Underwater1_MapConnections: @ 8486D50
.4byte 0x2

View File

@@ -1,7 +1,7 @@
Underwater2_MapConnectionsList: @ 8486D6C
connection up, 0, UNDERWATER_1, 0
connection right, 0, UNDERWATER_3, 0
connection emerge, 0, ROUTE_126, 0
connection up, 0, MAP_UNDERWATER1
connection right, 0, MAP_UNDERWATER3
connection emerge, 0, MAP_ROUTE126
Underwater2_MapConnections: @ 8486D90
.4byte 0x3

View File

@@ -1,7 +1,7 @@
Underwater3_MapConnectionsList: @ 8486D98
connection emerge, 0, ROUTE_127, 0
connection left, 0, UNDERWATER_2, 0
connection down, 0, UNDERWATER_4, 0
connection emerge, 0, MAP_ROUTE127
connection left, 0, MAP_UNDERWATER2
connection down, 0, MAP_UNDERWATER4
Underwater3_MapConnections: @ 8486DBC
.4byte 0x3

View File

@@ -1,6 +1,6 @@
Underwater4_MapConnectionsList: @ 8486DC4
connection up, 0, UNDERWATER_3, 0
connection emerge, 0, ROUTE_128, 0
connection up, 0, MAP_UNDERWATER3
connection emerge, 0, MAP_ROUTE128
Underwater4_MapConnections: @ 8486DDC
.4byte 0x2

View File

@@ -1,5 +1,5 @@
Underwater5_MapConnectionsList: @ 8486DE4
connection emerge, 0, ROUTE_129, 0
connection emerge, 0, MAP_ROUTE129
Underwater5_MapConnections: @ 8486DF0
.4byte 0x1

View File

@@ -1,5 +1,5 @@
Underwater6_MapConnectionsList: @ 8486D24
connection emerge, 0, ROUTE_105, 0
connection emerge, 0, MAP_ROUTE105
Underwater6_MapConnections: @ 8486D30
.4byte 0x1

View File

@@ -1,5 +1,5 @@
Underwater7_MapConnectionsList: @ 8486D58
connection emerge, 0, ROUTE_125, 0
connection emerge, 0, MAP_ROUTE125
Underwater7_MapConnections: @ 8486D64
.4byte 0x1

View File

@@ -1,6 +1,6 @@
VerdanturfTown_MapConnectionsList: @ 8486694
connection up, -80, ROUTE_116, 0
connection right, 0, ROUTE_117, 0
connection up, -80, MAP_ROUTE116
connection right, 0, MAP_ROUTE117
VerdanturfTown_MapConnections: @ 84866AC
.4byte 0x2

View File

@@ -3,8 +3,8 @@ AbandonedShip_CaptainsOffice_EventObjects: @ 8536A5C
object_event 2, EVENT_OBJ_GFX_ITEM_BALL, 0, 0, 0, 6, 3, 1, 17, 0, 0, 0, AbandonedShip_CaptainsOffice_EventScript_29126E, 1100, 0, 0
AbandonedShip_CaptainsOffice_MapWarps: @ 8536A8C
warp_def 7, 6, 3, 4, ABANDONED_SHIP_DECK
warp_def 8, 6, 3, 4, ABANDONED_SHIP_DECK
warp_def 7, 6, 3, 4, MAP_ABANDONED_SHIP_DECK
warp_def 8, 6, 3, 4, MAP_ABANDONED_SHIP_DECK
AbandonedShip_CaptainsOffice_MapEvents:: @ 8536A9C
map_events AbandonedShip_CaptainsOffice_EventObjects, AbandonedShip_CaptainsOffice_MapWarps, 0x0, 0x0

View File

@@ -3,18 +3,18 @@ AbandonedShip_Corridors_1F_EventObjects: @ 85366C0
object_event 2, EVENT_OBJ_GFX_TUBER_M, 0, 0, 5, 10, 3, 45, 116, 0, 1, 3, AbandonedShip_Corridors_1F_EventScript_2379AE, 0, 0, 0
AbandonedShip_Corridors_1F_MapWarps: @ 85366F0
warp_def 9, 11, 3, 2, ABANDONED_SHIP_DECK
warp_def 8, 11, 3, 2, ABANDONED_SHIP_DECK
warp_def 0, 11, 3, 3, ABANDONED_SHIP_DECK
warp_def 1, 11, 3, 3, ABANDONED_SHIP_DECK
warp_def 11, 9, 3, 0, ABANDONED_SHIP_ROOMS_1F
warp_def 14, 9, 3, 3, ABANDONED_SHIP_ROOMS_1F
warp_def 11, 3, 3, 2, ABANDONED_SHIP_ROOMS_1F
warp_def 14, 3, 3, 4, ABANDONED_SHIP_ROOMS_1F
warp_def 3, 9, 3, 0, ABANDONED_SHIP_ROOMS_2_1F
warp_def 16, 2, 3, 7, ABANDONED_SHIP_CORRIDORS_B1F
warp_def 5, 2, 3, 6, ABANDONED_SHIP_CORRIDORS_B1F
warp_def 3, 3, 3, 2, ABANDONED_SHIP_ROOMS_2_1F
warp_def 9, 11, 3, 2, MAP_ABANDONED_SHIP_DECK
warp_def 8, 11, 3, 2, MAP_ABANDONED_SHIP_DECK
warp_def 0, 11, 3, 3, MAP_ABANDONED_SHIP_DECK
warp_def 1, 11, 3, 3, MAP_ABANDONED_SHIP_DECK
warp_def 11, 9, 3, 0, MAP_ABANDONED_SHIP_ROOMS_1F
warp_def 14, 9, 3, 3, MAP_ABANDONED_SHIP_ROOMS_1F
warp_def 11, 3, 3, 2, MAP_ABANDONED_SHIP_ROOMS_1F
warp_def 14, 3, 3, 4, MAP_ABANDONED_SHIP_ROOMS_1F
warp_def 3, 9, 3, 0, MAP_ABANDONED_SHIP_ROOMS2_1F
warp_def 16, 2, 3, 7, MAP_ABANDONED_SHIP_CORRIDORS_B1F
warp_def 5, 2, 3, 6, MAP_ABANDONED_SHIP_CORRIDORS_B1F
warp_def 3, 3, 3, 2, MAP_ABANDONED_SHIP_ROOMS2_1F
AbandonedShip_Corridors_1F_MapEvents:: @ 8536750
map_events AbandonedShip_Corridors_1F_EventObjects, AbandonedShip_Corridors_1F_MapWarps, 0x0, 0x0

View File

@@ -3,14 +3,14 @@ AbandonedShip_Corridors_B1F_EventObjects: @ 8536808
object_event 2, EVENT_OBJ_GFX_SAILOR, 0, 0, 9, 6, 3, 14, 0, 0, 1, 4, AbandonedShip_Corridors_B1F_EventScript_237E13, 0, 0, 0
AbandonedShip_Corridors_B1F_MapWarps: @ 8536838
warp_def 6, 4, 3, 2, ABANDONED_SHIP_ROOMS_2_B1F
warp_def 3, 4, 3, 0, ABANDONED_SHIP_ROOMS_2_B1F
warp_def 5, 7, 3, 0, ABANDONED_SHIP_ROOMS_B1F
warp_def 8, 7, 3, 1, ABANDONED_SHIP_ROOMS_B1F
warp_def 11, 7, 3, 2, ABANDONED_SHIP_ROOMS_B1F
warp_def 11, 4, 3, 0, ABANDONED_SHIP_ROOM_B1F
warp_def 0, 2, 3, 10, ABANDONED_SHIP_CORRIDORS_1F
warp_def 8, 2, 3, 9, ABANDONED_SHIP_CORRIDORS_1F
warp_def 6, 4, 3, 2, MAP_ABANDONED_SHIP_ROOMS2_B1F
warp_def 3, 4, 3, 0, MAP_ABANDONED_SHIP_ROOMS2_B1F
warp_def 5, 7, 3, 0, MAP_ABANDONED_SHIP_ROOMS_B1F
warp_def 8, 7, 3, 1, MAP_ABANDONED_SHIP_ROOMS_B1F
warp_def 11, 7, 3, 2, MAP_ABANDONED_SHIP_ROOMS_B1F
warp_def 11, 4, 3, 0, MAP_ABANDONED_SHIP_ROOM_B1F
warp_def 0, 2, 3, 10, MAP_ABANDONED_SHIP_CORRIDORS_1F
warp_def 8, 2, 3, 9, MAP_ABANDONED_SHIP_CORRIDORS_1F
AbandonedShip_Corridors_B1F_MapBGEvents: @ 8536878
bg_event 11, 4, 3, 0, 0, AbandonedShip_Corridors_B1F_EventScript_237DC8

View File

@@ -1,9 +1,9 @@
AbandonedShip_Deck_MapWarps: @ 8536684
warp_def 13, 15, 3, 0, ROUTE_108
warp_def 14, 15, 3, 0, ROUTE_108
warp_def 13, 9, 3, 1, ABANDONED_SHIP_CORRIDORS_1F
warp_def 8, 9, 3, 2, ABANDONED_SHIP_CORRIDORS_1F
warp_def 12, 5, 3, 0, ABANDONED_SHIP_CAPTAINS_OFFICE
warp_def 13, 15, 3, 0, MAP_ROUTE108
warp_def 14, 15, 3, 0, MAP_ROUTE108
warp_def 13, 9, 3, 1, MAP_ABANDONED_SHIP_CORRIDORS_1F
warp_def 8, 9, 3, 2, MAP_ABANDONED_SHIP_CORRIDORS_1F
warp_def 12, 5, 3, 0, MAP_ABANDONED_SHIP_CAPTAINS_OFFICE
AbandonedShip_Deck_MapEvents:: @ 85366AC
map_events 0x0, AbandonedShip_Deck_MapWarps, 0x0, 0x0

View File

@@ -1,10 +1,10 @@
AbandonedShip_HiddenFloorCorridors_MapWarps: @ 8536ACC
warp_def 3, 8, 3, 0, ABANDONED_SHIP_HIDDEN_FLOOR_ROOMS
warp_def 6, 8, 3, 2, ABANDONED_SHIP_HIDDEN_FLOOR_ROOMS
warp_def 9, 8, 3, 4, ABANDONED_SHIP_HIDDEN_FLOOR_ROOMS
warp_def 3, 3, 3, 6, ABANDONED_SHIP_HIDDEN_FLOOR_ROOMS
warp_def 6, 3, 3, 7, ABANDONED_SHIP_HIDDEN_FLOOR_ROOMS
warp_def 9, 3, 3, 8, ABANDONED_SHIP_HIDDEN_FLOOR_ROOMS
warp_def 3, 8, 3, 0, MAP_ABANDONED_SHIP_HIDDEN_FLOOR_ROOMS
warp_def 6, 8, 3, 2, MAP_ABANDONED_SHIP_HIDDEN_FLOOR_ROOMS
warp_def 9, 8, 3, 4, MAP_ABANDONED_SHIP_HIDDEN_FLOOR_ROOMS
warp_def 3, 3, 3, 6, MAP_ABANDONED_SHIP_HIDDEN_FLOOR_ROOMS
warp_def 6, 3, 3, 7, MAP_ABANDONED_SHIP_HIDDEN_FLOOR_ROOMS
warp_def 9, 3, 3, 8, MAP_ABANDONED_SHIP_HIDDEN_FLOOR_ROOMS
AbandonedShip_HiddenFloorCorridors_MapBGEvents: @ 8536AFC
bg_event 3, 8, 3, 0, 0, AbandonedShip_HiddenFloorCorridors_EventScript_238A19

View File

@@ -5,15 +5,15 @@ AbandonedShip_HiddenFloorRooms_EventObjects: @ 8536B40
object_event 4, EVENT_OBJ_GFX_ITEM_BALL, 0, 0, 31, 11, 3, 1, 17, 0, 0, 0, AbandonedShip_HiddenFloorRooms_EventScript_291295, 1101, 0, 0
AbandonedShip_HiddenFloorRooms_MapWarps: @ 8536BA0
warp_def 6, 14, 3, 0, ABANDONED_SHIP_HIDDEN_FLOOR_CORRIDORS
warp_def 7, 14, 3, 0, ABANDONED_SHIP_HIDDEN_FLOOR_CORRIDORS
warp_def 21, 14, 3, 1, ABANDONED_SHIP_HIDDEN_FLOOR_CORRIDORS
warp_def 22, 14, 3, 1, ABANDONED_SHIP_HIDDEN_FLOOR_CORRIDORS
warp_def 36, 14, 3, 2, ABANDONED_SHIP_HIDDEN_FLOOR_CORRIDORS
warp_def 37, 14, 3, 2, ABANDONED_SHIP_HIDDEN_FLOOR_CORRIDORS
warp_def 6, 1, 3, 3, ABANDONED_SHIP_HIDDEN_FLOOR_CORRIDORS
warp_def 21, 1, 3, 4, ABANDONED_SHIP_HIDDEN_FLOOR_CORRIDORS
warp_def 36, 1, 3, 5, ABANDONED_SHIP_HIDDEN_FLOOR_CORRIDORS
warp_def 6, 14, 3, 0, MAP_ABANDONED_SHIP_HIDDEN_FLOOR_CORRIDORS
warp_def 7, 14, 3, 0, MAP_ABANDONED_SHIP_HIDDEN_FLOOR_CORRIDORS
warp_def 21, 14, 3, 1, MAP_ABANDONED_SHIP_HIDDEN_FLOOR_CORRIDORS
warp_def 22, 14, 3, 1, MAP_ABANDONED_SHIP_HIDDEN_FLOOR_CORRIDORS
warp_def 36, 14, 3, 2, MAP_ABANDONED_SHIP_HIDDEN_FLOOR_CORRIDORS
warp_def 37, 14, 3, 2, MAP_ABANDONED_SHIP_HIDDEN_FLOOR_CORRIDORS
warp_def 6, 1, 3, 3, MAP_ABANDONED_SHIP_HIDDEN_FLOOR_CORRIDORS
warp_def 21, 1, 3, 4, MAP_ABANDONED_SHIP_HIDDEN_FLOOR_CORRIDORS
warp_def 36, 1, 3, 5, MAP_ABANDONED_SHIP_HIDDEN_FLOOR_CORRIDORS
AbandonedShip_HiddenFloorRooms_MapBGEvents: @ 8536BE8
bg_event 42, 10, 3, 7, 0, ITEM_ROOM_1_KEY, 31, 0

View File

@@ -2,8 +2,8 @@ AbandonedShip_Room_B1F_EventObjects: @ 853697C
object_event 1, EVENT_OBJ_GFX_ITEM_BALL, 0, 0, 4, 4, 3, 1, 17, 0, 0, 0, AbandonedShip_Room_B1F_EventScript_291254, 1098, 0, 0
AbandonedShip_Room_B1F_MapWarps: @ 8536994
warp_def 4, 7, 3, 5, ABANDONED_SHIP_CORRIDORS_B1F
warp_def 5, 7, 3, 5, ABANDONED_SHIP_CORRIDORS_B1F
warp_def 4, 7, 3, 5, MAP_ABANDONED_SHIP_CORRIDORS_B1F
warp_def 5, 7, 3, 5, MAP_ABANDONED_SHIP_CORRIDORS_B1F
AbandonedShip_Room_B1F_MapEvents:: @ 85369A4
map_events AbandonedShip_Room_B1F_EventObjects, AbandonedShip_Room_B1F_MapWarps, 0x0, 0x0

View File

@@ -6,9 +6,9 @@ AbandonedShip_Rooms2_1F_EventObjects: @ 85369B8
object_event 5, EVENT_OBJ_GFX_TUBER_F, 0, 0, 7, 2, 3, 9, 17, 0, 1, 3, AbandonedShip_Rooms2_1F_EventScript_23816F, 0, 0, 0
AbandonedShip_Rooms2_1F_MapWarps: @ 8536A30
warp_def 4, 16, 3, 8, ABANDONED_SHIP_CORRIDORS_1F
warp_def 5, 16, 3, 8, ABANDONED_SHIP_CORRIDORS_1F
warp_def 4, 1, 3, 11, ABANDONED_SHIP_CORRIDORS_1F
warp_def 4, 16, 3, 8, MAP_ABANDONED_SHIP_CORRIDORS_1F
warp_def 5, 16, 3, 8, MAP_ABANDONED_SHIP_CORRIDORS_1F
warp_def 4, 1, 3, 11, MAP_ABANDONED_SHIP_CORRIDORS_1F
AbandonedShip_Rooms2_1F_MapEvents:: @ 8536A48
map_events AbandonedShip_Rooms2_1F_EventObjects, AbandonedShip_Rooms2_1F_MapWarps, 0x0, 0x0

View File

@@ -3,10 +3,10 @@ AbandonedShip_Rooms2_B1F_EventObjects: @ 85368F4
object_event 2, EVENT_OBJ_GFX_ITEM_BALL, 0, 0, 13, 3, 3, 1, 17, 0, 0, 0, AbandonedShip_Rooms2_B1F_EventScript_291247, 1097, 0, 0
AbandonedShip_Rooms2_B1F_MapWarps: @ 8536924
warp_def 4, 7, 3, 1, ABANDONED_SHIP_CORRIDORS_B1F
warp_def 5, 7, 3, 1, ABANDONED_SHIP_CORRIDORS_B1F
warp_def 13, 7, 3, 0, ABANDONED_SHIP_CORRIDORS_B1F
warp_def 14, 7, 3, 0, ABANDONED_SHIP_CORRIDORS_B1F
warp_def 4, 7, 3, 1, MAP_ABANDONED_SHIP_CORRIDORS_B1F
warp_def 5, 7, 3, 1, MAP_ABANDONED_SHIP_CORRIDORS_B1F
warp_def 13, 7, 3, 0, MAP_ABANDONED_SHIP_CORRIDORS_B1F
warp_def 14, 7, 3, 0, MAP_ABANDONED_SHIP_CORRIDORS_B1F
AbandonedShip_Rooms2_B1F_MapEvents:: @ 8536944
map_events AbandonedShip_Rooms2_B1F_EventObjects, AbandonedShip_Rooms2_B1F_MapWarps, 0x0, 0x0

View File

@@ -5,12 +5,12 @@ AbandonedShip_Rooms_1F_EventObjects: @ 8536764
object_event 4, EVENT_OBJ_GFX_YOUNGSTER, 0, 0, 10, 16, 3, 16, 17, 0, 1, 4, AbandonedShip_Rooms_1F_EventScript_237A9C, 0, 0, 0
AbandonedShip_Rooms_1F_MapWarps: @ 85367C4
warp_def 4, 16, 3, 4, ABANDONED_SHIP_CORRIDORS_1F
warp_def 5, 16, 3, 4, ABANDONED_SHIP_CORRIDORS_1F
warp_def 4, 1, 3, 6, ABANDONED_SHIP_CORRIDORS_1F
warp_def 13, 16, 3, 5, ABANDONED_SHIP_CORRIDORS_1F
warp_def 13, 1, 3, 7, ABANDONED_SHIP_CORRIDORS_1F
warp_def 14, 16, 3, 5, ABANDONED_SHIP_CORRIDORS_1F
warp_def 4, 16, 3, 4, MAP_ABANDONED_SHIP_CORRIDORS_1F
warp_def 5, 16, 3, 4, MAP_ABANDONED_SHIP_CORRIDORS_1F
warp_def 4, 1, 3, 6, MAP_ABANDONED_SHIP_CORRIDORS_1F
warp_def 13, 16, 3, 5, MAP_ABANDONED_SHIP_CORRIDORS_1F
warp_def 13, 1, 3, 7, MAP_ABANDONED_SHIP_CORRIDORS_1F
warp_def 14, 16, 3, 5, MAP_ABANDONED_SHIP_CORRIDORS_1F
AbandonedShip_Rooms_1F_MapEvents:: @ 85367F4
map_events AbandonedShip_Rooms_1F_EventObjects, AbandonedShip_Rooms_1F_MapWarps, 0x0, 0x0

View File

@@ -3,9 +3,9 @@ AbandonedShip_Rooms_B1F_EventObjects: @ 8536898
object_event 2, EVENT_OBJ_GFX_ITEM_BALL, 0, 0, 6, 7, 3, 1, 17, 0, 0, 0, AbandonedShip_Rooms_B1F_EventScript_29123A, 1096, 0, 0
AbandonedShip_Rooms_B1F_MapWarps: @ 85368C8
warp_def 4, 1, 3, 2, ABANDONED_SHIP_CORRIDORS_B1F
warp_def 13, 1, 3, 3, ABANDONED_SHIP_CORRIDORS_B1F
warp_def 22, 1, 3, 4, ABANDONED_SHIP_CORRIDORS_B1F
warp_def 4, 1, 3, 2, MAP_ABANDONED_SHIP_CORRIDORS_B1F
warp_def 13, 1, 3, 3, MAP_ABANDONED_SHIP_CORRIDORS_B1F
warp_def 22, 1, 3, 4, MAP_ABANDONED_SHIP_CORRIDORS_B1F
AbandonedShip_Rooms_B1F_MapEvents:: @ 85368E0
map_events AbandonedShip_Rooms_B1F_EventObjects, AbandonedShip_Rooms_B1F_MapWarps, 0x0, 0x0

View File

@@ -1,6 +1,6 @@
AbandonedShip_Underwater1_MapWarps: @ 8536958
warp_def 3, 7, 3, 0, ABANDONED_SHIP_UNDERWATER_2
warp_def 4, 7, 3, 0, ABANDONED_SHIP_UNDERWATER_2
warp_def 3, 7, 3, 0, MAP_ABANDONED_SHIP_UNDERWATER2
warp_def 4, 7, 3, 0, MAP_ABANDONED_SHIP_UNDERWATER2
AbandonedShip_Underwater1_MapEvents:: @ 8536968
map_events 0x0, AbandonedShip_Underwater1_MapWarps, 0x0, 0x0

View File

@@ -1,5 +1,5 @@
AbandonedShip_Underwater2_MapWarps: @ 8536AB0
warp_def 3, 1, 3, 0, ABANDONED_SHIP_UNDERWATER_1
warp_def 3, 1, 3, 0, MAP_ABANDONED_SHIP_UNDERWATER1
AbandonedShip_Underwater2_MapEvents:: @ 8536AB8
map_events 0x0, AbandonedShip_Underwater2_MapWarps, 0x0, 0x0

View File

@@ -1,5 +1,5 @@
AlteringCave_MapWarps: @ 8537894
warp_def 18, 22, 0, 0, ROUTE_103
warp_def 18, 22, 0, 0, MAP_ROUTE103
AlteringCave_MapEvents:: @ 853789C
map_events 0x0, AlteringCave_MapWarps, 0x0, 0x0

View File

@@ -2,9 +2,9 @@ AncientTomb_EventObjects: @ 8536CDC
object_event 1, EVENT_OBJ_GFX_REGISTEEL, 0, 0, 8, 7, 3, 8, 0, 0, 0, 0, AncientTomb_EventScript_23905A, 937, 0, 0
AncientTomb_MapWarps: @ 8536CF4
warp_def 8, 29, 3, 0, ROUTE_120
warp_def 8, 20, 0, 2, ANCIENT_TOMB
warp_def 8, 11, 3, 1, ANCIENT_TOMB
warp_def 8, 29, 3, 0, MAP_ROUTE120
warp_def 8, 20, 0, 2, MAP_ANCIENT_TOMB
warp_def 8, 11, 3, 1, MAP_ANCIENT_TOMB
AncientTomb_MapBGEvents: @ 8536D0C
bg_event 8, 20, 0, 0, 0, AncientTomb_EventScript_239033

View File

@@ -4,9 +4,9 @@ AquaHideout_1F_EventObjects: @ 8535304
object_event 3, EVENT_OBJ_GFX_AQUA_MEMBER_M, 0, 0, 20, 4, 3, 50, 93, 0, 1, 3, AquaHideout_1F_EventScript_2334F8, 924, 0, 0
AquaHideout_1F_MapWarps: @ 853534C
warp_def 13, 27, 1, 6, LILYCOVE_CITY
warp_def 14, 27, 1, 6, LILYCOVE_CITY
warp_def 22, 1, 3, 0, AQUA_HIDEOUT_B1F
warp_def 13, 27, 1, 6, MAP_LILYCOVE_CITY
warp_def 14, 27, 1, 6, MAP_LILYCOVE_CITY
warp_def 22, 1, 3, 0, MAP_AQUA_HIDEOUT_B1F
AquaHideout_1F_MapEvents:: @ 8535364
map_events AquaHideout_1F_EventObjects, AquaHideout_1F_MapWarps, 0x0, 0x0

View File

@@ -10,31 +10,31 @@ AquaHideout_B1F_EventObjects: @ 8535378
object_event 9, EVENT_OBJ_GFX_AQUA_MEMBER_F, 0, 0, 28, 21, 3, 7, 17, 0, 1, 4, AquaHideout_B1F_EventScript_233AEC, 924, 0, 0
AquaHideout_B1F_MapWarps: @ 8535450
warp_def 29, 1, 3, 2, AQUA_HIDEOUT_1F
warp_def 18, 1, 3, 0, AQUA_HIDEOUT_B2F
warp_def 12, 1, 3, 1, AQUA_HIDEOUT_B2F
warp_def 3, 3, 3, 2, AQUA_HIDEOUT_B2F
warp_def 31, 4, 3, 7, AQUA_HIDEOUT_B1F
warp_def 27, 4, 3, 8, AQUA_HIDEOUT_B1F
warp_def 20, 4, 3, 10, AQUA_HIDEOUT_B1F
warp_def 27, 12, 3, 4, AQUA_HIDEOUT_B1F
warp_def 3, 15, 3, 5, AQUA_HIDEOUT_B1F
warp_def 3, 20, 3, 12, AQUA_HIDEOUT_B1F
warp_def 32, 19, 3, 6, AQUA_HIDEOUT_B1F
warp_def 23, 10, 3, 22, AQUA_HIDEOUT_B1F
warp_def 45, 3, 3, 9, AQUA_HIDEOUT_B1F
warp_def 42, 5, 3, 18, AQUA_HIDEOUT_B1F
warp_def 45, 5, 3, 12, AQUA_HIDEOUT_B1F
warp_def 48, 5, 3, 16, AQUA_HIDEOUT_B1F
warp_def 42, 9, 3, 15, AQUA_HIDEOUT_B1F
warp_def 45, 9, 3, 20, AQUA_HIDEOUT_B1F
warp_def 48, 9, 3, 13, AQUA_HIDEOUT_B1F
warp_def 42, 13, 3, 24, AQUA_HIDEOUT_B1F
warp_def 45, 13, 3, 17, AQUA_HIDEOUT_B1F
warp_def 48, 13, 3, 12, AQUA_HIDEOUT_B1F
warp_def 42, 17, 3, 11, AQUA_HIDEOUT_B1F
warp_def 45, 17, 3, 17, AQUA_HIDEOUT_B1F
warp_def 48, 17, 3, 19, AQUA_HIDEOUT_B1F
warp_def 29, 1, 3, 2, MAP_AQUA_HIDEOUT_1F
warp_def 18, 1, 3, 0, MAP_AQUA_HIDEOUT_B2F
warp_def 12, 1, 3, 1, MAP_AQUA_HIDEOUT_B2F
warp_def 3, 3, 3, 2, MAP_AQUA_HIDEOUT_B2F
warp_def 31, 4, 3, 7, MAP_AQUA_HIDEOUT_B1F
warp_def 27, 4, 3, 8, MAP_AQUA_HIDEOUT_B1F
warp_def 20, 4, 3, 10, MAP_AQUA_HIDEOUT_B1F
warp_def 27, 12, 3, 4, MAP_AQUA_HIDEOUT_B1F
warp_def 3, 15, 3, 5, MAP_AQUA_HIDEOUT_B1F
warp_def 3, 20, 3, 12, MAP_AQUA_HIDEOUT_B1F
warp_def 32, 19, 3, 6, MAP_AQUA_HIDEOUT_B1F
warp_def 23, 10, 3, 22, MAP_AQUA_HIDEOUT_B1F
warp_def 45, 3, 3, 9, MAP_AQUA_HIDEOUT_B1F
warp_def 42, 5, 3, 18, MAP_AQUA_HIDEOUT_B1F
warp_def 45, 5, 3, 12, MAP_AQUA_HIDEOUT_B1F
warp_def 48, 5, 3, 16, MAP_AQUA_HIDEOUT_B1F
warp_def 42, 9, 3, 15, MAP_AQUA_HIDEOUT_B1F
warp_def 45, 9, 3, 20, MAP_AQUA_HIDEOUT_B1F
warp_def 48, 9, 3, 13, MAP_AQUA_HIDEOUT_B1F
warp_def 42, 13, 3, 24, MAP_AQUA_HIDEOUT_B1F
warp_def 45, 13, 3, 17, MAP_AQUA_HIDEOUT_B1F
warp_def 48, 13, 3, 12, MAP_AQUA_HIDEOUT_B1F
warp_def 42, 17, 3, 11, MAP_AQUA_HIDEOUT_B1F
warp_def 45, 17, 3, 17, MAP_AQUA_HIDEOUT_B1F
warp_def 48, 17, 3, 19, MAP_AQUA_HIDEOUT_B1F
AquaHideout_B1F_MapEvents:: @ 8535518
map_events AquaHideout_B1F_EventObjects, AquaHideout_B1F_MapWarps, 0x0, 0x0

View File

@@ -7,16 +7,16 @@ AquaHideout_B2F_EventObjects: @ 853552C
object_event 6, EVENT_OBJ_GFX_AQUA_MEMBER_M, 0, 0, 13, 5, 3, 9, 17, 0, 1, 5, AquaHideout_B2F_EventScript_233EC6, 924, 0, 0
AquaHideout_B2F_MapWarps: @ 85355BC
warp_def 18, 1, 3, 1, AQUA_HIDEOUT_B1F
warp_def 12, 1, 3, 2, AQUA_HIDEOUT_B1F
warp_def 3, 3, 3, 3, AQUA_HIDEOUT_B1F
warp_def 31, 8, 3, 5, AQUA_HIDEOUT_B2F
warp_def 8, 8, 3, 8, AQUA_HIDEOUT_B2F
warp_def 5, 8, 3, 3, AQUA_HIDEOUT_B2F
warp_def 18, 13, 3, 7, AQUA_HIDEOUT_B2F
warp_def 12, 13, 3, 6, AQUA_HIDEOUT_B2F
warp_def 31, 17, 3, 4, AQUA_HIDEOUT_B2F
warp_def 32, 20, 3, 4, AQUA_HIDEOUT_B1F
warp_def 18, 1, 3, 1, MAP_AQUA_HIDEOUT_B1F
warp_def 12, 1, 3, 2, MAP_AQUA_HIDEOUT_B1F
warp_def 3, 3, 3, 3, MAP_AQUA_HIDEOUT_B1F
warp_def 31, 8, 3, 5, MAP_AQUA_HIDEOUT_B2F
warp_def 8, 8, 3, 8, MAP_AQUA_HIDEOUT_B2F
warp_def 5, 8, 3, 3, MAP_AQUA_HIDEOUT_B2F
warp_def 18, 13, 3, 7, MAP_AQUA_HIDEOUT_B2F
warp_def 12, 13, 3, 6, MAP_AQUA_HIDEOUT_B2F
warp_def 31, 17, 3, 4, MAP_AQUA_HIDEOUT_B2F
warp_def 32, 20, 3, 4, MAP_AQUA_HIDEOUT_B1F
AquaHideout_B2F_MapCoordEvents: @ 853560C
coord_event 28, 17, 3, 0, VAR_TEMP_1, 0, 0, AquaHideout_B2F_EventScript_233DE5

View File

@@ -2,8 +2,8 @@ ArtisanCave_1F_EventObjects: @ 8537774
object_event 1, EVENT_OBJ_GFX_ITEM_BALL, 0, 0, 14, 5, 3, 1, 17, 0, 0, 0, ArtisanCave_1F_EventScript_2914D1, 1163, 0, 0
ArtisanCave_1F_MapWarps: @ 853778C
warp_def 10, 17, 0, 13, BATTLE_FRONTIER_OUTSIDE_EAST
warp_def 6, 5, 0, 1, ARTISAN_CAVE_B1F
warp_def 10, 17, 0, 13, MAP_BATTLE_FRONTIER_OUTSIDE_EAST
warp_def 6, 5, 0, 1, MAP_ARTISAN_CAVE_B1F
ArtisanCave_1F_MapEvents:: @ 853779C
map_events ArtisanCave_1F_EventObjects, ArtisanCave_1F_MapWarps, 0x0, 0x0

View File

@@ -2,8 +2,8 @@ ArtisanCave_B1F_EventObjects: @ 8537708
object_event 1, EVENT_OBJ_GFX_ITEM_BALL, 0, 0, 32, 38, 3, 1, 17, 0, 0, 0, ArtisanCave_B1F_EventScript_2914C4, 1162, 0, 0
ArtisanCave_B1F_MapWarps: @ 8537720
warp_def 8, 48, 0, 10, BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 38, 5, 0, 1, ARTISAN_CAVE_1F
warp_def 8, 48, 0, 10, MAP_BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 38, 5, 0, 1, MAP_ARTISAN_CAVE_1F
ArtisanCave_B1F_MapBGEvents: @ 8537730
bg_event 32, 29, 0, 7, 0, ITEM_ZINC, 102, 0

View File

@@ -6,7 +6,7 @@ BattleFrontier_BattleArenaLobby_EventObjects: @ 853C814
object_event 5, EVENT_OBJ_GFX_YOUNGSTER, 0, 0, 14, 10, 3, 9, 17, 0, 0, 0, BattleFrontier_BattleArenaLobby_EventScript_2560A6, 0, 0, 0
BattleFrontier_BattleArenaLobby_MapWarps: @ 853C88C
warp_def 7, 12, 3, 1, BATTLE_FRONTIER_OUTSIDE_EAST
warp_def 7, 12, 3, 1, MAP_BATTLE_FRONTIER_OUTSIDE_EAST
BattleFrontier_BattleArenaLobby_MapBGEvents: @ 853C894
bg_event 5, 9, 3, 1, 0, BattleFrontier_BattleArenaLobby_EventScript_256092

View File

@@ -2,8 +2,8 @@ BattleFrontier_BattleDomeCorridor_EventObjects: @ 853C14C
object_event 1, EVENT_OBJ_GFX_TEALA, 0, 0, 23, 5, 0, 8, 17, 0, 0, 0, 0x0, 0, 0, 0
BattleFrontier_BattleDomeCorridor_MapWarps: @ 853C164
warp_def 6, 8, 3, 1, BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 7, 8, 3, 1, BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 6, 8, 3, 1, MAP_BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 7, 8, 3, 1, MAP_BATTLE_FRONTIER_OUTSIDE_WEST
BattleFrontier_BattleDomeCorridor_MapEvents:: @ 853C174
map_events BattleFrontier_BattleDomeCorridor_EventObjects, BattleFrontier_BattleDomeCorridor_MapWarps, 0x0, 0x0

View File

@@ -7,8 +7,8 @@ BattleFrontier_BattleDomeLobby_EventObjects: @ 853C068
object_event 6, EVENT_OBJ_GFX_TEALA, 0, 0, 17, 10, 0, 8, 17, 0, 0, 0, BattleFrontier_BattleDomeLobby_EventScript_249A47, 0, 0, 0
BattleFrontier_BattleDomeLobby_MapWarps: @ 853C0F8
warp_def 11, 16, 0, 1, BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 12, 16, 0, 1, BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 11, 16, 0, 1, MAP_BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 12, 16, 0, 1, MAP_BATTLE_FRONTIER_OUTSIDE_WEST
BattleFrontier_BattleDomeLobby_MapBGEvents: @ 853C108
bg_event 4, 10, 0, 0, 0, BattleFrontier_BattleDomeLobby_EventScript_249D52

View File

@@ -2,8 +2,8 @@ BattleFrontier_BattleDomePreBattleRoom_EventObjects: @ 853C188
object_event 1, EVENT_OBJ_GFX_TEALA, 0, 0, 5, 2, 3, 8, 17, 0, 0, 0, 0x0, 0, 0, 0
BattleFrontier_BattleDomePreBattleRoom_MapWarps: @ 853C1A0
warp_def 6, 8, 3, 1, BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 7, 8, 3, 1, BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 6, 8, 3, 1, MAP_BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 7, 8, 3, 1, MAP_BATTLE_FRONTIER_OUTSIDE_WEST
BattleFrontier_BattleDomePreBattleRoom_MapEvents:: @ 853C1B0
map_events BattleFrontier_BattleDomePreBattleRoom_EventObjects, BattleFrontier_BattleDomePreBattleRoom_MapWarps, 0x0, 0x0

View File

@@ -7,8 +7,8 @@ BattleFrontier_BattleFactoryLobby_EventObjects: @ 853C9D8
object_event 6, EVENT_OBJ_GFX_SCIENTIST_1, 0, 0, 14, 7, 0, 8, 17, 0, 0, 0, BattleFrontier_BattleFactoryLobby_EventScript_2585DD, 0, 0, 0
BattleFrontier_BattleFactoryLobby_MapWarps: @ 853CA68
warp_def 9, 11, 0, 2, BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 10, 11, 0, 2, BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 9, 11, 0, 2, MAP_BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 10, 11, 0, 2, MAP_BATTLE_FRONTIER_OUTSIDE_WEST
BattleFrontier_BattleFactoryLobby_MapBGEvents: @ 853CA78
bg_event 2, 7, 0, 1, 0, BattleFrontier_BattleFactoryLobby_EventScript_2587E1

View File

@@ -6,8 +6,8 @@ BattleFrontier_BattlePalaceBattleRoom_EventObjects: @ 853C4FC
object_event 5, EVENT_OBJ_GFX_AZURILL, 0, 0, 13, 1, 3, 8, 17, 0, 0, 0, 0x0, 0, 0, 0
BattleFrontier_BattlePalaceBattleRoom_MapWarps: @ 853C574
warp_def 0, 9, 3, 2, BATTLE_FRONTIER_BATTLE_PALACE_CORRIDOR
warp_def 1, 9, 3, 2, BATTLE_FRONTIER_BATTLE_PALACE_CORRIDOR
warp_def 0, 9, 3, 2, MAP_BATTLE_FRONTIER_BATTLE_PALACE_CORRIDOR
warp_def 1, 9, 3, 2, MAP_BATTLE_FRONTIER_BATTLE_PALACE_CORRIDOR
BattleFrontier_BattlePalaceBattleRoom_MapEvents:: @ 853C584
map_events BattleFrontier_BattlePalaceBattleRoom_EventObjects, BattleFrontier_BattlePalaceBattleRoom_MapWarps, 0x0, 0x0

View File

@@ -8,10 +8,10 @@ BattleFrontier_BattlePalaceCorridor_EventObjects: @ 853C420
object_event 7, EVENT_OBJ_GFX_WINGULL, 0, 0, 3, 10, 0, 2, 33, 0, 0, 0, 0x0, 0, 0, 0
BattleFrontier_BattlePalaceCorridor_MapWarps: @ 853C4C8
warp_def 8, 13, 3, 2, BATTLE_FRONTIER_BATTLE_PALACE_LOBBY
warp_def 9, 13, 3, 2, BATTLE_FRONTIER_BATTLE_PALACE_LOBBY
warp_def 6, 3, 3, 0, BATTLE_FRONTIER_BATTLE_PALACE_BATTLE_ROOM
warp_def 10, 3, 3, 0, BATTLE_FRONTIER_BATTLE_PALACE_BATTLE_ROOM
warp_def 8, 13, 3, 2, MAP_BATTLE_FRONTIER_BATTLE_PALACE_LOBBY
warp_def 9, 13, 3, 2, MAP_BATTLE_FRONTIER_BATTLE_PALACE_LOBBY
warp_def 6, 3, 3, 0, MAP_BATTLE_FRONTIER_BATTLE_PALACE_BATTLE_ROOM
warp_def 10, 3, 3, 0, MAP_BATTLE_FRONTIER_BATTLE_PALACE_BATTLE_ROOM
BattleFrontier_BattlePalaceCorridor_MapEvents:: @ 853C4E8
map_events BattleFrontier_BattlePalaceCorridor_EventObjects, BattleFrontier_BattlePalaceCorridor_MapWarps, 0x0, 0x0

View File

@@ -7,9 +7,9 @@ BattleFrontier_BattlePalaceLobby_EventObjects: @ 853C340
object_event 6, EVENT_OBJ_GFX_OLD_MAN_1, 0, 0, 19, 6, 0, 8, 17, 0, 0, 0, BattleFrontier_BattlePalaceLobby_EventScript_24D956, 0, 0, 0
BattleFrontier_BattlePalaceLobby_MapWarps: @ 853C3D0
warp_def 12, 11, 0, 2, BATTLE_FRONTIER_OUTSIDE_EAST
warp_def 13, 11, 0, 2, BATTLE_FRONTIER_OUTSIDE_EAST
warp_def 5, 4, 3, 0, BATTLE_FRONTIER_BATTLE_PALACE_CORRIDOR
warp_def 12, 11, 0, 2, MAP_BATTLE_FRONTIER_OUTSIDE_EAST
warp_def 13, 11, 0, 2, MAP_BATTLE_FRONTIER_OUTSIDE_EAST
warp_def 5, 4, 3, 0, MAP_BATTLE_FRONTIER_BATTLE_PALACE_CORRIDOR
BattleFrontier_BattlePalaceLobby_MapBGEvents: @ 853C3E8
bg_event 2, 7, 0, 1, 0, BattleFrontier_BattlePalaceLobby_EventScript_24DC50

View File

@@ -5,9 +5,9 @@ BattleFrontier_BattlePikeLobby_EventObjects: @ 853CBB0
object_event 4, EVENT_OBJ_GFX_BEAUTY, 0, 0, 8, 9, 3, 2, 17, 0, 0, 0, BattleFrontier_BattlePikeLobby_EventScript_25BABD, 0, 0, 0
BattleFrontier_BattlePikeLobby_MapWarps: @ 853CC10
warp_def 5, 12, 0, 0, BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 4, 12, 0, 0, BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 6, 12, 0, 0, BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 5, 12, 0, 0, MAP_BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 4, 12, 0, 0, MAP_BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 6, 12, 0, 0, MAP_BATTLE_FRONTIER_OUTSIDE_WEST
BattleFrontier_BattlePikeLobby_MapBGEvents: @ 853CC28
bg_event 8, 3, 0, 0, 0, BattleFrontier_BattlePikeLobby_EventScript_25BA80

View File

@@ -10,9 +10,9 @@ BattleFrontier_BattlePointExchangeServiceCorner_EventObjects: @ 853D018
object_event 9, EVENT_OBJ_GFX_GIRL_1, 0, 0, 12, 10, 0, 2, 17, 0, 0, 0, BattleFrontier_BattlePointExchangeServiceCorner_EventScript_25F7F1, 0, 0, 0
BattleFrontier_BattlePointExchangeServiceCorner_MapWarps: @ 853D0F0
warp_def 7, 10, 0, 6, BATTLE_FRONTIER_OUTSIDE_EAST
warp_def 6, 10, 0, 6, BATTLE_FRONTIER_OUTSIDE_EAST
warp_def 8, 10, 0, 6, BATTLE_FRONTIER_OUTSIDE_EAST
warp_def 7, 10, 0, 6, MAP_BATTLE_FRONTIER_OUTSIDE_EAST
warp_def 6, 10, 0, 6, MAP_BATTLE_FRONTIER_OUTSIDE_EAST
warp_def 8, 10, 0, 6, MAP_BATTLE_FRONTIER_OUTSIDE_EAST
BattleFrontier_BattlePointExchangeServiceCorner_MapEvents:: @ 853D108
map_events BattleFrontier_BattlePointExchangeServiceCorner_EventObjects, BattleFrontier_BattlePointExchangeServiceCorner_MapWarps, 0x0, 0x0

View File

@@ -5,7 +5,7 @@ BattleFrontier_BattlePyramidLobby_EventObjects: @ 853C598
object_event 4, EVENT_OBJ_GFX_FAT_MAN, 0, 0, 12, 16, 4, 2, 17, 0, 0, 0, BattleFrontier_BattlePyramidLobby_EventScript_250E8C, 0, 0, 0
BattleFrontier_BattlePyramidLobby_MapWarps: @ 853C5F8
warp_def 7, 17, 4, 3, BATTLE_FRONTIER_OUTSIDE_EAST
warp_def 7, 17, 4, 3, MAP_BATTLE_FRONTIER_OUTSIDE_EAST
BattleFrontier_BattlePyramidLobby_MapBGEvents: @ 853C600
bg_event 5, 12, 0, 1, 0, BattleFrontier_BattlePyramidLobby_EventScript_250D42

View File

@@ -4,8 +4,8 @@ BattleFrontier_BattleTowerBattleRoom_EventObjects: @ 853B7D0
object_event 3, EVENT_OBJ_GFX_TEALA, 0, 0, 4, 8, 3, 7, 0, 0, 0, 0, 0x0, 0, 0, 0
BattleFrontier_BattleTowerBattleRoom_MapWarps: @ 853B818
warp_def 5, 8, 0, 2, BATTLE_FRONTIER_BATTLE_TOWER_LOBBY
warp_def 6, 8, 0, 2, BATTLE_FRONTIER_BATTLE_TOWER_LOBBY
warp_def 5, 8, 0, 2, MAP_BATTLE_FRONTIER_BATTLE_TOWER_LOBBY
warp_def 6, 8, 0, 2, MAP_BATTLE_FRONTIER_BATTLE_TOWER_LOBBY
BattleFrontier_BattleTowerBattleRoom_MapEvents:: @ 853B828
map_events BattleFrontier_BattleTowerBattleRoom_EventObjects, BattleFrontier_BattleTowerBattleRoom_MapWarps, 0x0, 0x0

View File

@@ -10,9 +10,9 @@ BattleFrontier_BattleTowerLobby_EventObjects: @ 853B638
object_event 9, EVENT_OBJ_GFX_TEALA, 0, 0, 18, 5, 3, 8, 0, 0, 0, 0, BattleFrontier_BattleTowerLobby_EventScript_23ED74, 0, 0, 0
BattleFrontier_BattleTowerLobby_MapWarps: @ 853B710
warp_def 12, 9, 3, 0, BATTLE_FRONTIER_OUTSIDE_EAST
warp_def 13, 9, 3, 0, BATTLE_FRONTIER_OUTSIDE_EAST
warp_def 6, 1, 0, 0, BATTLE_FRONTIER_BATTLE_TOWER_BATTLE_ROOM
warp_def 12, 9, 3, 0, MAP_BATTLE_FRONTIER_OUTSIDE_EAST
warp_def 13, 9, 3, 0, MAP_BATTLE_FRONTIER_OUTSIDE_EAST
warp_def 6, 1, 0, 0, MAP_BATTLE_FRONTIER_BATTLE_TOWER_BATTLE_ROOM
BattleFrontier_BattleTowerLobby_MapBGEvents: @ 853B728
bg_event 4, 5, 0, 1, 0, BattleFrontier_BattleTowerLobby_EventScript_23EFC7

View File

@@ -4,7 +4,7 @@ BattleFrontier_Lounge1_EventObjects: @ 853CFB4
object_event 3, EVENT_OBJ_GFX_BOY_2, 0, 0, 5, 4, 0, 2, 18, 0, 0, 0, BattleFrontier_Lounge1_EventScript_25E956, 0, 0, 0
BattleFrontier_Lounge1_MapWarps: @ 853CFFC
warp_def 4, 9, 0, 5, BATTLE_FRONTIER_OUTSIDE_EAST
warp_def 4, 9, 0, 5, MAP_BATTLE_FRONTIER_OUTSIDE_EAST
BattleFrontier_Lounge1_MapEvents:: @ 853D004
map_events BattleFrontier_Lounge1_EventObjects, BattleFrontier_Lounge1_MapWarps, 0x0, 0x0

View File

@@ -6,8 +6,8 @@ BattleFrontier_Lounge2_EventObjects: @ 853D11C
object_event 5, EVENT_OBJ_GFX_MANIAC, 0, 0, 10, 5, 0, 9, 17, 0, 0, 0, BattleFrontier_Lounge2_EventScript_260752, 0, 0, 0
BattleFrontier_Lounge2_MapWarps: @ 853D194
warp_def 1, 7, 0, 3, BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 2, 7, 0, 3, BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 1, 7, 0, 3, MAP_BATTLE_FRONTIER_OUTSIDE_WEST
warp_def 2, 7, 0, 3, MAP_BATTLE_FRONTIER_OUTSIDE_WEST
BattleFrontier_Lounge2_MapEvents:: @ 853D1A4
map_events BattleFrontier_Lounge2_EventObjects, BattleFrontier_Lounge2_MapWarps, 0x0, 0x0

View File

@@ -6,7 +6,7 @@ BattleFrontier_Lounge3_EventObjects: @ 853D1B8
object_event 5, EVENT_OBJ_GFX_MAN_4, 0, 0, 0, 6, 0, 2, 48, 0, 0, 0, BattleFrontier_Lounge3_EventScript_261FB8, 0, 0, 0
BattleFrontier_Lounge3_MapWarps: @ 853D230
warp_def 4, 9, 0, 9, BATTLE_FRONTIER_OUTSIDE_EAST
warp_def 4, 9, 0, 9, MAP_BATTLE_FRONTIER_OUTSIDE_EAST
BattleFrontier_Lounge3_MapEvents:: @ 853D238
map_events BattleFrontier_Lounge3_EventObjects, BattleFrontier_Lounge3_MapWarps, 0x0, 0x0

Some files were not shown because too many files have changed in this diff Show More