mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Merge branch 'master' of https://github.com/PlagueVonKarma/kep-hack
This commit is contained in:
commit
59a9bdb62e
|
@ -56,8 +56,8 @@ New areas
|
||||||
- Contains a house with a Move Tutor that can teach Tradeback moves without the need for GSC!
|
- Contains a house with a Move Tutor that can teach Tradeback moves without the need for GSC!
|
||||||
- Contains a Team Rocket house where they will sell you TMs and Evolution Items. Jessie and James are there too!
|
- Contains a Team Rocket house where they will sell you TMs and Evolution Items. Jessie and James are there too!
|
||||||
- Will contain a Battle Tower with infinite, randomised trainer parties!
|
- Will contain a Battle Tower with infinite, randomised trainer parties!
|
||||||
- Crimson Cave, located in Citrine City, houses several strong trainers and Pokémon.
|
- Garnet Cavern, located in Citrine City, houses several strong trainers and Pokémon.
|
||||||
- Chartreuse Trail, south of Citrine City, is a route that leads to Celeste Hill.
|
- Brunswick Trail, south of Citrine City, is a route that leads to Celeste Hill.
|
||||||
- Celeste Hill activates an event where the Galarian Legendary Birds can be fought.
|
- Celeste Hill activates an event where the Galarian Legendary Birds can be fought.
|
||||||
- Underwater Tunnel connects Route 25 and Route 10.
|
- Underwater Tunnel connects Route 25 and Route 10.
|
||||||
- Cinnabar Volcano is a new area that houses Moltres, allowing it to be obtained before Victory Road.
|
- Cinnabar Volcano is a new area that houses Moltres, allowing it to be obtained before Victory Road.
|
||||||
|
|
|
@ -193,7 +193,7 @@ DEF FIRST_INDOOR_MAP EQU const_value
|
||||||
map_const CINNABAR_LAB_FOSSIL_ROOM, 4, 4 ; $AB
|
map_const CINNABAR_LAB_FOSSIL_ROOM, 4, 4 ; $AB
|
||||||
map_const CINNABAR_POKECENTER, 7, 4 ; $AC
|
map_const CINNABAR_POKECENTER, 7, 4 ; $AC
|
||||||
map_const CINNABAR_MART, 4, 4 ; $AD
|
map_const CINNABAR_MART, 4, 4 ; $AD
|
||||||
map_const BRUNSWICK_TRAIL, 31, 12 ; $AE - was unused Cinnabar Mart copy
|
map_const BRUNSWICK_TRAIL, 32, 14 ; $AE - was unused Cinnabar Mart copy
|
||||||
map_const INDIGO_PLATEAU_LOBBY, 8, 6 ; $AF
|
map_const INDIGO_PLATEAU_LOBBY, 8, 6 ; $AF
|
||||||
map_const COPYCATS_HOUSE_1F, 4, 4 ; $B0
|
map_const COPYCATS_HOUSE_1F, 4, 4 ; $B0
|
||||||
map_const COPYCATS_HOUSE_2F, 4, 4 ; $B1
|
map_const COPYCATS_HOUSE_2F, 4, 4 ; $B1
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
map_header BrunswickTrail, BRUNSWICK_TRAIL, CITRINE, 0
|
map_header BrunswickTrail, BRUNSWICK_TRAIL, CITRINE, NORTH
|
||||||
|
connection north, CitrineCity, CITRINE_CITY, 18
|
||||||
end_map_header
|
end_map_header
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
map_header CitrineCity, CITRINE_CITY, CITRINE, 0
|
map_header CitrineCity, CITRINE_CITY, CITRINE, SOUTH
|
||||||
|
connection south, BrunswickTrail, BRUNSWICK_TRAIL, -18
|
||||||
end_map_header
|
end_map_header
|
||||||
|
|
|
@ -56,4 +56,5 @@ CeruleanCaveName: db "CERULEAN CAVE@"
|
||||||
PowerPlantName: db "POWER PLANT@"
|
PowerPlantName: db "POWER PLANT@"
|
||||||
FarawayIslandName: db "FARAWAY ISLAND@"
|
FarawayIslandName: db "FARAWAY ISLAND@"
|
||||||
UnderwaterTunnelName: db "UNDERWATER TUNNEL@"
|
UnderwaterTunnelName: db "UNDERWATER TUNNEL@"
|
||||||
|
BrunswickTrailName: db "BRUNSWICK TRAIL@"
|
||||||
CelesteHillName: db "CELESTE HILL@"
|
CelesteHillName: db "CELESTE HILL@"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
BrunswickTrail_Object:
|
BrunswickTrail_Object:
|
||||||
db $0 ; border block
|
db $43 ; border block
|
||||||
|
|
||||||
def_warp_events
|
def_warp_events
|
||||||
warp_event 24, 7, 0, REDS_HOUSE_2F
|
warp_event 24, 11, CELESTE_HILL, 1
|
||||||
|
|
||||||
def_bg_events
|
def_bg_events
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@ Route1_Object:
|
||||||
db $b ; border block
|
db $b ; border block
|
||||||
|
|
||||||
def_warp_events
|
def_warp_events
|
||||||
warp_event 5, 3, CELESTE_HILL, 1
|
|
||||||
|
|
||||||
def_bg_events
|
def_bg_events
|
||||||
bg_event 9, 27, 3 ; Route1Text3
|
bg_event 9, 27, 3 ; Route1Text3
|
||||||
|
|
|
@ -98,6 +98,7 @@ InternalMapEntries:
|
||||||
internal_map FUCHSIA_GOOD_ROD_HOUSE, 8, 13, FuchsiaCityName
|
internal_map FUCHSIA_GOOD_ROD_HOUSE, 8, 13, FuchsiaCityName
|
||||||
internal_map POKEMON_MANSION_1F, 2, 15, PokemonMansionName
|
internal_map POKEMON_MANSION_1F, 2, 15, PokemonMansionName
|
||||||
internal_map CINNABAR_MART, 2, 15, CinnabarIslandName
|
internal_map CINNABAR_MART, 2, 15, CinnabarIslandName
|
||||||
|
internal_map BRUNSWICK_TRAIL, 7, 10, BrunswickTrailName
|
||||||
internal_map INDIGO_PLATEAU_LOBBY, 0, 2, IndigoPlateauName
|
internal_map INDIGO_PLATEAU_LOBBY, 0, 2, IndigoPlateauName
|
||||||
internal_map MR_PSYCHICS_HOUSE, 10, 5, SaffronCityName
|
internal_map MR_PSYCHICS_HOUSE, 10, 5, SaffronCityName
|
||||||
internal_map ROUTE_15_GATE_2F, 9, 13, Route15Name
|
internal_map ROUTE_15_GATE_2F, 9, 13, Route15Name
|
||||||
|
|
|
@ -50,6 +50,7 @@ TownMapOrder:
|
||||||
db VICTORY_ROAD_3F
|
db VICTORY_ROAD_3F
|
||||||
db INDIGO_PLATEAU
|
db INDIGO_PLATEAU
|
||||||
db CITRINE_CITY
|
db CITRINE_CITY
|
||||||
|
db BRUNSWICK_TRAIL
|
||||||
db CELESTE_HILL
|
db CELESTE_HILL
|
||||||
db FARAWAY_ISLAND_OUTSIDE
|
db FARAWAY_ISLAND_OUTSIDE
|
||||||
TownMapOrderEnd:
|
TownMapOrderEnd:
|
||||||
|
|
5
maps.asm
5
maps.asm
|
@ -1318,11 +1318,12 @@ CitrineCity_Blocks: INCBIN "maps/CitrineCity.blk"
|
||||||
INCLUDE "data/maps/headers/CelesteHill.asm"
|
INCLUDE "data/maps/headers/CelesteHill.asm"
|
||||||
INCLUDE "scripts/CelesteHill.asm"
|
INCLUDE "scripts/CelesteHill.asm"
|
||||||
INCLUDE "data/maps/objects/CelesteHill.asm"
|
INCLUDE "data/maps/objects/CelesteHill.asm"
|
||||||
|
CelesteHill_Blocks: INCBIN "maps/CelesteHill.blk"
|
||||||
|
|
||||||
INCLUDE "data/maps/headers/BrunswickTrail.asm"
|
INCLUDE "data/maps/headers/BrunswickTrail.asm"
|
||||||
INCLUDE "scripts/BrunswickTrail.asm"
|
INCLUDE "scripts/BrunswickTrail.asm"
|
||||||
INCLUDE "data/maps/objects/BrunswickTrail.asm"
|
INCLUDE "data/maps/objects/BrunswickTrail.asm"
|
||||||
BrunswickTrail_Blocks:
|
BrunswickTrail_Blocks: INCBIN "maps/BrunswickTrail.blk"
|
||||||
CelesteHill_Blocks: INCBIN "maps/CelesteHill.blk"
|
|
||||||
|
|
||||||
INCLUDE "data/maps/headers/CitrineRocketHouse.asm"
|
INCLUDE "data/maps/headers/CitrineRocketHouse.asm"
|
||||||
INCLUDE "scripts/CitrineRocketHouse.asm"
|
INCLUDE "scripts/CitrineRocketHouse.asm"
|
||||||
|
|
Binary file not shown.
|
@ -28,4 +28,4 @@ D#####"T.CCCC<Fd
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
'eCCTTTTTF-T.CCxxxxxxcJKKKKKKKKTKKKKKKKKKU
|
'eCCTTTTTF-T.CCxxxxxxc>>>>>>>>gTG>>>>>>>>>
|
|
@ -1,6 +1,8 @@
|
||||||
|
|
||||||
MRRO1PRRN
|
MRRO1PRRN
|
||||||
M
|
M
|
||||||
|
|
||||||
|
|
||||||
1
|
1
|
||||||
|
|
||||||
tN
|
tN
|
||||||
|
|
Loading…
Reference in a new issue