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/SeafoamIslands1F.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/SeafoamIslands1F.asm')
| -rwxr-xr-x | scripts/SeafoamIslands1F.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/SeafoamIslands1F.asm b/scripts/SeafoamIslands1F.asm index dc3b8599..b024a6bd 100755 --- a/scripts/SeafoamIslands1F.asm +++ b/scripts/SeafoamIslands1F.asm @@ -32,7 +32,7 @@ SeafoamIslands1F_Script: ld [wMissableObjectIndex], a predef_jump ShowObject .asm_4483b - ld a, $9f + ld a, SEAFOAM_ISLANDS_B1F ld [wDungeonWarpDestinationMap], a ld hl, Seafoam1HolesCoords jp IsPlayerOnDungeonWarp |
