aboutsummaryrefslogtreecommitdiffstats
path: root/engine/events
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events')
-rw-r--r--engine/events/in_game_trades.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/in_game_trades.asm b/engine/events/in_game_trades.asm
index 4c6041b0..5cc251f4 100644
--- a/engine/events/in_game_trades.asm
+++ b/engine/events/in_game_trades.asm
@@ -226,7 +226,7 @@ InGameTrade_CopyDataToReceivedMon:
ld bc, wPartyMon2 - wPartyMon1
call InGameTrade_GetReceivedMonPointer
ld hl, wTradedEnemyMonOTID
- ld bc, $2
+ ld bc, 2
jp CopyData
; the received mon's index is (partyCount - 1),