"chances" → "probabilities", since other files use that term and "changes" exists right next to it

This commit is contained in:
Rangi 2018-02-04 11:46:53 -05:00
parent ac15415949
commit 885080f213
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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