summaryrefslogtreecommitdiff
path: root/scripts/SeafoamIslandsB2F.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2019-07-17 17:30:53 -0500
committerGitHub <noreply@github.com>2019-07-17 17:30:53 -0500
commit36597a7917144bbf5d9ae63a0f9d537f6f58eb74 (patch)
treee478588912070f759c95b8c276c03dc7a296c9d2 /scripts/SeafoamIslandsB2F.asm
parent8addeffe6fb5012113e695b17680734933076e8e (diff)
parent092be231ccec12904d189092270b792c7f1fd68e (diff)
Merge pull request #220 from Rangi42/master
Replace some hard-coded values with constants
Diffstat (limited to 'scripts/SeafoamIslandsB2F.asm')
-rwxr-xr-xscripts/SeafoamIslandsB2F.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/SeafoamIslandsB2F.asm b/scripts/SeafoamIslandsB2F.asm
index c0141a3e..eb6d2437 100755
--- a/scripts/SeafoamIslandsB2F.asm
+++ b/scripts/SeafoamIslandsB2F.asm
@@ -31,7 +31,7 @@ SeafoamIslandsB2F_Script:
ld [wMissableObjectIndex], a
predef_jump ShowObject
.asm_4649e
- ld a, $a1
+ ld a, SEAFOAM_ISLANDS_B3F
ld [wDungeonWarpDestinationMap], a
ld hl, Seafoam3HolesCoords
jp IsPlayerOnDungeonWarp