mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
A few minor fixes
Alters a few bugged texts, still need to fix Faraway's entrance tile
This commit is contained in:
parent
87fdb46ede
commit
bb319e89b3
19 changed files with 102 additions and 61 deletions
|
|
@ -1,14 +1,14 @@
|
|||
FarawayIslandOutside_Object:
|
||||
db $02 ; border block
|
||||
db $2d ; border block
|
||||
|
||||
def_warp_events
|
||||
warp_event 2, 29, VERMILION_CITY, 11
|
||||
warp_event 3, 29, VERMILION_CITY, 10
|
||||
warp_event 14, 6, FARAWAY_ISLAND_INSIDE, 1
|
||||
warp_event 15, 6, FARAWAY_ISLAND_INSIDE, 2
|
||||
warp_event 2, 35, VERMILION_CITY, 11
|
||||
warp_event 3, 35, VERMILION_CITY, 10
|
||||
warp_event 14, 12, FARAWAY_ISLAND_INSIDE, 1
|
||||
warp_event 15, 12, FARAWAY_ISLAND_INSIDE, 2
|
||||
|
||||
def_bg_events
|
||||
bg_event 2, 22, 1 ; Sign
|
||||
bg_event 2, 28, 1 ; Sign
|
||||
|
||||
def_object_events
|
||||
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ InternalMapEntries:
|
|||
internal_map VICTORY_ROAD_1F, 0, 4, VictoryRoadName
|
||||
internal_map SILPH_GAUNTLET_7F, 10, 5, SilphCoName
|
||||
internal_map LANCES_ROOM, 0, 2, PokemonLeagueName
|
||||
internal_map FARAWAY_ISLAND_INSIDE, 17, 16, FarawayIslandName
|
||||
internal_map FARAWAY_ISLAND_INSIDE, 15, 15, FarawayIslandName
|
||||
internal_map POKEMON_MANSION_B2F, 2, 15, PokemonMansionName
|
||||
internal_map HALL_OF_FAME, 0, 2, PokemonLeagueName
|
||||
internal_map UNDERGROUND_PATH_NORTH_SOUTH, 10, 5, UndergroundPathName
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue