wild DV buff

It doesn't appear to work properly for ATK/DEF, but SPC/SPE worked with a couple Bellsprout so it's good enough for now.
This commit is contained in:
May Evans 2022-09-04 11:56:47 +01:00
parent b857f71b5a
commit 3180772ed1
2 changed files with 3 additions and 2 deletions

View file

@ -6151,7 +6151,8 @@ LoadEnemyMonData:
jr z, .storeDVs jr z, .storeDVs
; random DVs for wild mon ; random DVs for wild mon
call BattleRandom call BattleRandom
ld b, a ld a, ATKDEFDV_TRAINER
ld b, SPDSPCDV_TRAINER
call BattleRandom call BattleRandom
.storeDVs .storeDVs
ld hl, wEnemyMonDVs ld hl, wEnemyMonDVs