diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-06-07 20:00:21 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-06-07 20:00:21 -0400 |
commit | 1f9e688b76c90403d14f1ab68b47b0e7d1df24c6 (patch) | |
tree | 189df227ee182bc3648e86589ec910a6bc34d322 /engine | |
parent | a41dac9a2fe3ef50db1c8519d440d83cc6721203 (diff) |
MON_PKRUS -> MON_POKERUS
Diffstat (limited to 'engine')
-rw-r--r-- | engine/battle/core.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 8e6283738..5345d7e72 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -3865,7 +3865,7 @@ InitBattleMon: ld bc, MON_DVS - MON_ID add hl, bc ld de, wBattleMonDVs - ld bc, MON_PKRUS - MON_DVS + ld bc, MON_POKERUS - MON_DVS call CopyBytes inc hl inc hl @@ -3951,7 +3951,7 @@ InitEnemyMon: ld bc, MON_DVS - MON_ID add hl, bc ld de, wEnemyMonDVs - ld bc, MON_PKRUS - MON_DVS + ld bc, MON_POKERUS - MON_DVS call CopyBytes inc hl inc hl @@ -7034,7 +7034,7 @@ GiveExperiencePoints: .no_carry_stat_exp push hl push bc - ld a, MON_PKRUS + ld a, MON_POKERUS call GetPartyParamLocation ld a, [hl] and a |