diff --git a/engine/pokemon/move_mon.asm b/engine/pokemon/move_mon.asm index e214b5b6a..e011ef7bb 100644 --- a/engine/pokemon/move_mon.asm +++ b/engine/pokemon/move_mon.asm @@ -1373,7 +1373,7 @@ ComputeNPCTrademonStats: ld a, MON_LEVEL call GetPartyParamLocation ld a, [hl] - ld [MON_LEVEL], a ; wow + ld [MON_LEVEL], a ; should be "ld [wCurPartyLevel], a" ld a, MON_SPECIES call GetPartyParamLocation ld a, [hl]