Name 2 unnamed labels I missed in SeafoamIslandsB4F and PokemonMansion3F (#437)

This commit is contained in:
Vortyne
2023-11-19 18:37:59 -05:00
committed by GitHub
parent 27940a7298
commit 3bbd38aa15
2 changed files with 4 additions and 4 deletions

View File

@@ -45,9 +45,9 @@ PokemonMansion3FDefaultScript:
jp z, CheckFightingMapTrainers
cp $3
ld a, POKEMON_MANSION_1F
jr nz, .asm_52250
jr nz, .fellDownHoleTo1F
ld a, POKEMON_MANSION_2F
.asm_52250
.fellDownHoleTo1F
ld [wDungeonWarpDestinationMap], a
ret

View File

@@ -118,7 +118,7 @@ SeafoamIslandsB4FObjectMoving2Script:
ld a, [wSimulatedJoypadStatesIndex]
ld b, a
cp $1
call z, SeaFoamIslands5Script_46872
call z, .doneForcedSurfMovement
ld a, b
and a
ret nz
@@ -126,7 +126,7 @@ SeafoamIslandsB4FObjectMoving2Script:
ld [wSeafoamIslandsB4FCurScript], a
ret
SeaFoamIslands5Script_46872:
.doneForcedSurfMovement:
xor a
ld [wWalkBikeSurfState], a
ld [wWalkBikeSurfStateCopy], a