diff options
| author | Vortyne <104168801+Vortyne@users.noreply.github.com> | 2023-11-19 18:37:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-19 17:37:59 -0600 |
| commit | 3bbd38aa155c99ca90a3bf8a2c8aa80608999456 (patch) | |
| tree | 1e27a99ad58758764cc6b8b5cc2ab1e49ff630cc /scripts/PokemonMansion3F.asm | |
| parent | Fix SAFFRONCTIY typo (diff) | |
| download | pokeyellow-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.asm | 4 |
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 |
