mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
13 lines
420 B
NASM
13 lines
420 B
NASM
HappinessData_YoungerHaircutBrother:
|
|
db $4c, 2, HAPPINESS_YOUNGCUT1 ; 30% chance
|
|
db $80, 3, HAPPINESS_YOUNGCUT2 ; 20% chance
|
|
db $ff, 4, HAPPINESS_YOUNGCUT3 ; 50% chance
|
|
|
|
HappinessData_OlderHaircutBrother:
|
|
db $9a, 2, HAPPINESS_OLDERCUT1 ; 60% chance
|
|
db $4c, 3, HAPPINESS_OLDERCUT2 ; 10% chance
|
|
db $ff, 4, HAPPINESS_OLDERCUT3 ; 30% chance
|
|
|
|
HappinessData_DaisysGrooming:
|
|
db $ff, 2, HAPPINESS_GROOMING ; 99.6% chance
|