aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/seafoamislands5.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/seafoamislands5.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/seafoamislands5.asm')
-rwxr-xr-xscripts/seafoamislands5.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/seafoamislands5.asm b/scripts/seafoamislands5.asm
index 47583600..ab303728 100755
--- a/scripts/seafoamislands5.asm
+++ b/scripts/seafoamislands5.asm
@@ -34,7 +34,7 @@ SeafoamIslands5Script0: ; 467c7 (11:67c7)
ld hl, CoordsData_467fe
call ArePlayerCoordsInArray
ret nc
- ld a, [wWhichTrade]
+ ld a, [wCoordIndex]
cp $3
jr nc, .asm_467e6
ld a, $40
@@ -81,7 +81,7 @@ SeafoamIslands5Script2: ; 46816 (11:6816)
call ArePlayerCoordsInArray
ld a, $0
jr nc, .asm_46849
- ld a, [wWhichTrade]
+ ld a, [wCoordIndex]
cp $1
jr nz, .asm_46837
ld de, RLEMovementData_46859