diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-28 17:55:14 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-28 17:55:14 -0500 |
commit | 2e3b58e6207997315cd69bf50968494b3b2b982b (patch) | |
tree | 104e499b82988166a41f778ac9f6e5132f307022 /engine/items | |
parent | 0f624fa59a3574fc401bcc52cdda4eccb315ff8f (diff) |
BankA misc functions
predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_
Diffstat (limited to 'engine/items')
-rwxr-xr-x | engine/items/items.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm index c2aff579..831f6afc 100755 --- a/engine/items/items.asm +++ b/engine/items/items.asm @@ -1972,7 +1972,7 @@ RodResponse: ; e15b (3:615b) jr nz, DoNotGenerateFishingEncounter ; if yes, store level and species data ld a, 1 - ld [W_MOVEMISSED], a + ld [wMoveMissed], a ld a, b ; level ld [wCurEnemyLVL], a ld a, c ; species |