diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-05 15:12:59 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-05 15:12:59 -0400 |
commit | bb58230ca7a3f0f3c58af2b182051cf33ba609ac (patch) | |
tree | a1a799c8d7e7a63ecf160c90302b109f315bd3f3 | |
parent | 8c265476455c4793d263c7f2e6386904fbd3e305 (diff) |
Credit to chaos_lord2 for decoding that load in computing enemy stats
-rw-r--r-- | battle/core.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/core.asm b/battle/core.asm index 4bc1cd360..6b755e4de 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -6526,7 +6526,7 @@ LoadEnemyMon: ; 3e8eb ; Fill stats ld de, EnemyMonMaxHP ld b, FALSE - ld hl, LinkBattleRNs + 7 ; ? + ld hl, EnemyMonDVs - (MON_DVS - MON_STAT_EXP + 1) ; LinkBattleRNs + 7 ; ? predef CalcPkmnStats ; If we're in a trainer battle, |