You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
"chances" → "probabilities", since other files use that term and "changes" exists right next to it
This commit is contained in:
@@ -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
|
CopyPokemonName_Buffer1_Buffer3: ; 746e
|
||||||
ld hl, wStringBuffer1
|
ld hl, wStringBuffer1
|
||||||
@@ -748,7 +748,7 @@ CopyPokemonName_Buffer1_Buffer3: ; 746e
|
|||||||
jp CopyBytes
|
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
|
```asm
|
||||||
HappinessData_DaisysGrooming: ; 746b
|
HappinessData_DaisysGrooming: ; 746b
|
||||||
|
@@ -213,7 +213,7 @@ HaircutOrGrooming: ; 7420
|
|||||||
ld [wScriptVar], a
|
ld [wScriptVar], a
|
||||||
ret
|
ret
|
||||||
|
|
||||||
INCLUDE "data/events/happiness_chances.asm"
|
INCLUDE "data/events/happiness_probabilities.asm"
|
||||||
|
|
||||||
CopyPokemonName_Buffer1_Buffer3: ; 746e
|
CopyPokemonName_Buffer1_Buffer3: ; 746e
|
||||||
ld hl, wStringBuffer1
|
ld hl, wStringBuffer1
|
||||||
|
Reference in New Issue
Block a user