mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-22 07:22:15 +13:00
First Commit
Upload literally everything from the pokecrystal16 expand-move-ID branch
This commit is contained in:
commit
2f8a41f833
4618 changed files with 480386 additions and 0 deletions
13
data/events/happiness_probabilities.asm
Normal file
13
data/events/happiness_probabilities.asm
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
HappinessData_OlderHaircutBrother:
|
||||
db 30 percent, 2, HAPPINESS_OLDERCUT1 ; 30% chance
|
||||
db 50 percent + 1, 3, HAPPINESS_OLDERCUT2 ; 50% chance
|
||||
db -1, 4, HAPPINESS_OLDERCUT3 ; 20% chance
|
||||
|
||||
HappinessData_YoungerHaircutBrother:
|
||||
db 60 percent + 1, 2, HAPPINESS_YOUNGCUT1 ; 60% chance
|
||||
db 30 percent, 3, HAPPINESS_YOUNGCUT2 ; 30% chance
|
||||
db -1, 4, HAPPINESS_YOUNGCUT3 ; 10% chance
|
||||
|
||||
HappinessData_DaisysGrooming:
|
||||
; BUG: Daisy's grooming doesn't always increase happiness (see docs/bugs_and_glitches.md)
|
||||
db -1, 2, HAPPINESS_GROOMING ; 99.6% chance
|
||||
Loading…
Add table
Add a link
Reference in a new issue