aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/PokemonMansion3F.asm
diff options
context:
space:
mode:
authorVortyne <104168801+Vortyne@users.noreply.github.com>2023-11-19 18:37:59 -0500
committerGitHub <noreply@github.com>2023-11-19 17:37:59 -0600
commit3bbd38aa155c99ca90a3bf8a2c8aa80608999456 (patch)
tree1e27a99ad58758764cc6b8b5cc2ab1e49ff630cc /scripts/PokemonMansion3F.asm
parentFix SAFFRONCTIY typo (diff)
downloadpokeyellow-3bbd38aa155c99ca90a3bf8a2c8aa80608999456.tar.gz
pokeyellow-3bbd38aa155c99ca90a3bf8a2c8aa80608999456.tar.xz
pokeyellow-3bbd38aa155c99ca90a3bf8a2c8aa80608999456.zip
Name 2 unnamed labels I missed in SeafoamIslandsB4F and PokemonMansion3F (#437)
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