"ld [MON_LEVEL], a" in ComputeNPCTrademonStats should be "ld [wCurPartyLevel], a"
This commit is contained in:
@@ -1373,7 +1373,7 @@ ComputeNPCTrademonStats:
|
|||||||
ld a, MON_LEVEL
|
ld a, MON_LEVEL
|
||||||
call GetPartyParamLocation
|
call GetPartyParamLocation
|
||||||
ld a, [hl]
|
ld a, [hl]
|
||||||
ld [MON_LEVEL], a ; wow
|
ld [MON_LEVEL], a ; should be "ld [wCurPartyLevel], a"
|
||||||
ld a, MON_SPECIES
|
ld a, MON_SPECIES
|
||||||
call GetPartyParamLocation
|
call GetPartyParamLocation
|
||||||
ld a, [hl]
|
ld a, [hl]
|
||||||
|
Reference in New Issue
Block a user