Minor fixes to the Vermilion warp thing

Makes minor progress on the warp issue. Still unsure why this isn't working properly...
This commit is contained in:
Llinos Evans 2023-05-01 19:09:20 +01:00
parent 2aaae32b4b
commit 6413e7806e
3 changed files with 5 additions and 9 deletions

View file

@ -7,6 +7,8 @@ CitrineCity_Object:
warp_event 15, 17, CITRINE_POKECENTER, 1
warp_event 15, 27, CITRINE_MART, 1
warp_event 22, 5, GARNET_CAVERN_1F, 1
warp_event 39, 31, VERMILION_CITY, 6
warp_event 39, 30, VERMILION_CITY, 6
def_bg_events

View file

@ -2,8 +2,8 @@ FarawayIslandOutside_Object:
db $2d ; border block
def_warp_events
warp_event 2, 35, VERMILION_CITY, 10
warp_event 3, 35, VERMILION_CITY, 9
warp_event 2, 35, VERMILION_CITY, 6
warp_event 3, 35, VERMILION_CITY, 6
warp_event 14, 12, FARAWAY_ISLAND_INSIDE, 1
warp_event 15, 12, FARAWAY_ISLAND_INSIDE, 2

View file

@ -242,9 +242,6 @@ PassListings:
ldh [hWarpDestinationMap], a
ld a, $1
ld [wDestinationWarpID], a
ld a, VERMILION_CITY
ld [wLastMap], a
call PlayMapChangeSound
call WarpFound2
jr .done
.choseCitrine
@ -252,11 +249,8 @@ PassListings:
call PrintText
ld a, CITRINE_CITY
ldh [hWarpDestinationMap], a
ld a, $1
ld a, $6
ld [wDestinationWarpID], a
ld a, VERMILION_CITY
ld [wLastMap], a
call PlayMapChangeSound
call WarpFound2
jr .done
.cancelledPass