diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-07-07 00:44:21 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-07-07 00:44:21 -0400 |
commit | f99a715fae311d2611ec4a714b002e103c4642ca (patch) | |
tree | 55c3b2f36f037ab192777755fe7e4b8f5a22131d /scripts/SeafoamIslandsB3F.asm | |
parent | 725b86ebbec23bd1f53fd60bf0201c904fee951d (diff) |
Replace some hard-coded values with constants
Diffstat (limited to 'scripts/SeafoamIslandsB3F.asm')
-rwxr-xr-x | scripts/SeafoamIslandsB3F.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/SeafoamIslandsB3F.asm b/scripts/SeafoamIslandsB3F.asm index 7343b17d..c8fec338 100755 --- a/scripts/SeafoamIslandsB3F.asm +++ b/scripts/SeafoamIslandsB3F.asm @@ -32,7 +32,7 @@ SeafoamIslandsB3F_Script: predef ShowObject jr .asm_465ed .asm_465dc - ld a, $a2 + ld a, SEAFOAM_ISLANDS_B4F ld [wDungeonWarpDestinationMap], a ld hl, Seafoam4HolesCoords call IsPlayerOnDungeonWarp |