mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
HappinessData_DaisysGrooming uses percent macro
This commit is contained in:
parent
0de7808ded
commit
8003084cd5
@ -1281,9 +1281,9 @@ CopyPokemonName_Buffer1_Buffer3:
|
|||||||
|
|
||||||
```diff
|
```diff
|
||||||
HappinessData_DaisysGrooming:
|
HappinessData_DaisysGrooming:
|
||||||
- db $ff, 2, HAPPINESS_GROOMING ; 99.6% chance
|
- db 100 percent, 2, HAPPINESS_GROOMING ; 99.6% chance
|
||||||
+ db $80, 2, HAPPINESS_GROOMING ; 50% chance
|
+ db 50 percent + 1, 2, HAPPINESS_GROOMING ; 50% chance
|
||||||
+ db $ff, 2, HAPPINESS_GROOMING ; 50% chance
|
+ db 100 percent, 2, HAPPINESS_GROOMING ; 50% chance
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user