aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/seafoamislands4.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-07-19 03:52:20 -0500
committerdannye <corrnondacqb@yahoo.com>2015-07-19 03:52:20 -0500
commit64b4cf624fe2175e2c7539b91bc41b6dae28a00e (patch)
tree971ea955f5d40af7612f7b69029b49db98064690 /scripts/seafoamislands4.asm
parentName sound effects (diff)
parentsmall changes (diff)
downloadpokeyellow-64b4cf624fe2175e2c7539b91bc41b6dae28a00e.tar.gz
pokeyellow-64b4cf624fe2175e2c7539b91bc41b6dae28a00e.tar.xz
pokeyellow-64b4cf624fe2175e2c7539b91bc41b6dae28a00e.zip
Merge branch 'master' of https://github.com/YamaArashi/pokered
Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm
Diffstat (limited to 'scripts/seafoamislands4.asm')
-rwxr-xr-xscripts/seafoamislands4.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/seafoamislands4.asm b/scripts/seafoamislands4.asm
index 8009e221..f16ab2c6 100755
--- a/scripts/seafoamislands4.asm
+++ b/scripts/seafoamislands4.asm
@@ -8,7 +8,7 @@ SeafoamIslands4Script: ; 4658d (11:658d)
call CheckBoulderCoords
ret nc
ld hl, wd881
- ld a, [wWhichTrade]
+ ld a, [wCoordIndex]
cp $1
jr nz, .asm_465b8
set 0, [hl]
@@ -35,7 +35,7 @@ SeafoamIslands4Script: ; 4658d (11:658d)
ld a, $a2
ld [wDungeonWarpDestinationMap], a
ld hl, Seafoam4HolesCoords
- call Func_46981
+ call IsPlayerOnDungeonWarp
ld a, [wd732]
bit 4, a
ret nz