mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
"chances" → "probabilities", since other files use that term and "changes" exists right next to it
This commit is contained in:
parent
ac15415949
commit
885080f213
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user