diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-08-30 22:04:08 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-08-30 22:05:50 -0500 |
commit | 5facf8377aeda68cb3fca389cb1784cf9c2d406b (patch) | |
tree | 5327b1d17ee65f0452c7df779f5a0158607f8c11 /main.asm | |
parent | 38065a744de1065cc021a4cafe22476f8425448d (diff) |
No more wram_constants.asm
unfortunately, this means manually declaring the wEnemyMon1 party struct
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |