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/SeafoamIslandsB4F.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/SeafoamIslandsB4F.asm')
| -rw-r--r-- | scripts/SeafoamIslandsB4F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/SeafoamIslandsB4F.asm b/scripts/SeafoamIslandsB4F.asm index 7584cd81..bff27e9f 100644 --- a/scripts/SeafoamIslandsB4F.asm +++ b/scripts/SeafoamIslandsB4F.asm @@ -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 |
