mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08: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
|
||||
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]
|
||||
|
Loading…
Reference in New Issue
Block a user