diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-04 11:46:53 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-04 11:46:53 -0500 |
commit | 885080f21354f17ba7a45628a7c262d54dc346b9 (patch) | |
tree | 152cf7b264078f534a687a65f80960791fddd5db /engine | |
parent | ac15415949b741258fbb67a7ad5eb7020e8e745c (diff) |
"chances" → "probabilities", since other files use that term and "changes" exists right next to it
Diffstat (limited to 'engine')
-rwxr-xr-x | engine/events/special.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/special.asm b/engine/events/special.asm index 62955c3e9..ab1f35515 100755 --- a/engine/events/special.asm +++ b/engine/events/special.asm @@ -213,7 +213,7 @@ HaircutOrGrooming: ; 7420 ld [wScriptVar], a ret -INCLUDE "data/events/happiness_chances.asm" +INCLUDE "data/events/happiness_probabilities.asm" CopyPokemonName_Buffer1_Buffer3: ; 746e ld hl, wStringBuffer1 |