You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Use -1 for terminating happiness probability data
This commit is contained in:
@@ -1990,9 +1990,9 @@ CopyPokemonName_Buffer1_Buffer3:
|
||||
|
||||
```diff
|
||||
HappinessData_DaisysGrooming:
|
||||
- db 100 percent, 2, HAPPINESS_GROOMING ; 99.6% chance
|
||||
+ db 50 percent + 1, 2, HAPPINESS_GROOMING ; 50% chance
|
||||
+ db 100 percent, 2, HAPPINESS_GROOMING ; 50% chance
|
||||
- db -1, 2, HAPPINESS_GROOMING ; 99.6% chance
|
||||
+ db 50 percent, 2, HAPPINESS_GROOMING ; 50% chance
|
||||
+ db -1, 2, HAPPINESS_GROOMING ; 50% chance
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user