summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-08-30 22:04:08 -0500
committerdannye <corrnondacqb@yahoo.com>2015-08-30 22:05:50 -0500
commit5facf8377aeda68cb3fca389cb1784cf9c2d406b (patch)
tree5327b1d17ee65f0452c7df779f5a0158607f8c11 /main.asm
parent38065a744de1065cc021a4cafe22476f8425448d (diff)
No more wram_constants.asm
unfortunately, this means manually declaring the wEnemyMon1 party struct
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index fb7e2045..8049b646 100755
--- a/main.asm
+++ b/main.asm
@@ -2967,10 +2967,10 @@ LoadWildData: ; ceb8 (3:4eb8)
add hl,bc
.NoGrassData
ld a,[hli]
- ld [W_WATERRATE],a
+ ld [wWaterRate],a
and a
ret z ; if no water data, we're done
- ld de,W_WATERMONS ; otherwise, load surfing data
+ ld de,wWaterMons ; otherwise, load surfing data
ld bc,$0014
jp CopyData