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/SeafoamIslandsB1F.asm | |
| parent | Merge pull request #196 from Rangi42/polishedmaps (diff) | |
| download | pokeyellow-f99a715fae311d2611ec4a714b002e103c4642ca.tar.gz pokeyellow-f99a715fae311d2611ec4a714b002e103c4642ca.tar.xz pokeyellow-f99a715fae311d2611ec4a714b002e103c4642ca.zip | |
Replace some hard-coded values with constants
Diffstat (limited to 'scripts/SeafoamIslandsB1F.asm')
| -rwxr-xr-x | scripts/SeafoamIslandsB1F.asm | 2 |
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 |
