mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
"ld [MON_LEVEL], a" in ComputeNPCTrademonStats should be "ld [wCurPartyLevel], a"
This commit is contained in:
parent
e140e88b7b
commit
a41dac9a2f
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user