"ld [MON_LEVEL], a" in ComputeNPCTrademonStats should be "ld [wCurPartyLevel], a"

This commit is contained in:
Rangi 2021-06-07 19:36:03 -04:00
parent e140e88b7b
commit a41dac9a2f

View File

@ -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]