aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/SeafoamIslandsB1F.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/SeafoamIslandsB1F.asm
parentMerge pull request #201 from SatoMew/master (diff)
parentMerge branch 'master' of https://github.com/pret/pokered (diff)
downloadpokeyellow-36597a7917144bbf5d9ae63a0f9d537f6f58eb74.tar.gz
pokeyellow-36597a7917144bbf5d9ae63a0f9d537f6f58eb74.tar.xz
pokeyellow-36597a7917144bbf5d9ae63a0f9d537f6f58eb74.zip
Merge pull request #220 from Rangi42/master
Replace some hard-coded values with constants
Diffstat (limited to 'scripts/SeafoamIslandsB1F.asm')
-rwxr-xr-xscripts/SeafoamIslandsB1F.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/SeafoamIslandsB1F.asm b/scripts/SeafoamIslandsB1F.asm
index 876c0837..a4c5767b 100755
--- a/scripts/SeafoamIslandsB1F.asm
+++ b/scripts/SeafoamIslandsB1F.asm
@@ -31,7 +31,7 @@ SeafoamIslandsB1F_Script:
ld [wMissableObjectIndex], a
predef_jump ShowObject
.asm_46362
- ld a, $a0
+ ld a, SEAFOAM_ISLANDS_B2F
ld [wDungeonWarpDestinationMap], a
ld hl, Seafoam2HolesCoords
jp IsPlayerOnDungeonWarp