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 /docs | |
parent | ac15415949b741258fbb67a7ad5eb7020e8e745c (diff) |
"chances" → "probabilities", since other files use that term and "changes" exists right next to it
Diffstat (limited to 'docs')
-rw-r--r-- | docs/bugs_and_glitches.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index 8e066469e..792c08888 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -739,7 +739,7 @@ This is a bug with `HaircutOrGrooming` in [engine/events/special.asm](/engine/ev ... -INCLUDE "data/events/happiness_chances.asm" +INCLUDE "data/events/happiness_probabilities.asm" CopyPokemonName_Buffer1_Buffer3: ; 746e ld hl, wStringBuffer1 @@ -748,7 +748,7 @@ CopyPokemonName_Buffer1_Buffer3: ; 746e jp CopyBytes ``` -In [data/events/happiness_chances.asm](/data/events/happiness_chances.asm): +In [data/events/happiness_probabilities.asm](/data/events/happiness_probabilities.asm): ```asm HappinessData_DaisysGrooming: ; 746b |