diff options
author | YamaArashi <shadow962@live.com> | 2015-07-14 14:32:49 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-14 14:32:49 -0700 |
commit | 01631a2e5910b5334ba0f7cc534bc5d7e5b60ccc (patch) | |
tree | 845122ead069a7f4de89062434501727767d2ef2 /engine/items/items.asm | |
parent | b1cb3788938fa981e65619f022a41f1c1d91ae3b (diff) |
player animations, emotion bubbles, etc.
Diffstat (limited to 'engine/items/items.asm')
-rwxr-xr-x | engine/items/items.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm index 8d6037eb..c632f57d 100755 --- a/engine/items/items.asm +++ b/engine/items/items.asm @@ -1783,7 +1783,7 @@ SuperRodCode: ; e283 (3:6283) call ReadSuperRodData ld a, e RodResponse: ; e28d (3:628d) - ld [wWhichTrade], a + ld [wRodResponse], a dec a ; is there a bite? jr nz, .next @@ -1801,7 +1801,7 @@ RodResponse: ; e28d (3:628d) push af push hl ld [hl], 0 - callba Func_707b6 + callba FishingAnim pop hl pop af ld [hl], a |