diff options
-rw-r--r-- | engine/pokemon/move_mon.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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] |