diff options
author | einstein95 <einstein95@users.noreply.github.com> | 2017-09-30 21:55:14 +1300 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2017-09-30 21:55:14 +1300 |
commit | 9d864ede0e89cd95c9d2ff090a218bd64611fdee (patch) | |
tree | d4b18f8eb867228fc6e81356bceadf3be188cc2f /engine/trade.asm | |
parent | 66e9f2288377f697bd8a63b9fe7dbe4a314ff200 (diff) | |
parent | 5c2419383118280465a89657fed34ed6562f2981 (diff) |
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 4eb5c6c4..b168411f 100755 --- a/engine/trade.asm +++ b/engine/trade.asm @@ -46,7 +46,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 |