aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/PokemonMansion3F.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/PokemonMansion3F.asm')
-rw-r--r--scripts/PokemonMansion3F.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/PokemonMansion3F.asm b/scripts/PokemonMansion3F.asm
index c3a9fba8..f64357d5 100644
--- a/scripts/PokemonMansion3F.asm
+++ b/scripts/PokemonMansion3F.asm
@@ -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