You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
"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