diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-02 10:18:22 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-02 10:18:22 -0400 |
commit | 5e0709b60fde9c43624b469e2f675d53bc3585ed (patch) | |
tree | 46f481783b4fad19d1e01f52439fc39582c1f615 /scripts | |
parent | a2befe3463baee7a9e935b5d0caef3744f7371f3 (diff) |
Seafoam Islands 2-5
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/seafoamislands5.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/seafoamislands5.asm b/scripts/seafoamislands5.asm index f8b7aed7..5901c5ca 100755 --- a/scripts/seafoamislands5.asm +++ b/scripts/seafoamislands5.asm @@ -6,8 +6,9 @@ SeafoamIslands5Script: ; 46799 (11:6799) SeafoamIslands5Script_467a5: ; 467a5 (11:67a5) xor a - ld [wSeafoamIslands5CurScript], a ld [wJoyIgnore], a + ld [wSeafoamIslands5CurScript], a + ld [W_CURMAPSCRIPT], a ret SeafoamIslands5ScriptPointers: ; 467ad (11:67ad) |