You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08: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
|
||||
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]
|
||||
|
||||
Reference in New Issue
Block a user