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

@ -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