diff options
Diffstat (limited to 'engine/trade.asm')
| -rwxr-xr-x | engine/trade.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/trade.asm b/engine/trade.asm index 2476ca78..e4bc0768 100755 --- a/engine/trade.asm +++ b/engine/trade.asm @@ -47,7 +47,7 @@ TradeAnimCommon: ld l, a ld de, .loop push de - jp [hl] ; call trade func, which will return to the top of the loop + jp hl ; call trade func, which will return to the top of the loop .done pop af ld [hSCX], a |
