summaryrefslogtreecommitdiff
path: root/data/events
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-05-05 09:55:19 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-05-05 10:17:02 -0400
commitb69526a90818e0ac103274c6d8d3f424f49f207c (patch)
tree1ce24b5bb520504eafadabc60fb07c3a127e140f /data/events
parentd47c5603674414e6afeb34693d6255cfb9dece65 (diff)
Miscellaneous fixes
Addresses the haircut brothers' probability comments in #709
Diffstat (limited to 'data/events')
-rw-r--r--data/events/happiness_probabilities.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/events/happiness_probabilities.asm b/data/events/happiness_probabilities.asm
index 7a80f989e..fe4392aa6 100644
--- a/data/events/happiness_probabilities.asm
+++ b/data/events/happiness_probabilities.asm
@@ -1,12 +1,12 @@
HappinessData_OlderHaircutBrother:
db $4c, 2, HAPPINESS_OLDERCUT1 ; 30% chance
- db $80, 3, HAPPINESS_OLDERCUT2 ; 20% chance
- db $ff, 4, HAPPINESS_OLDERCUT3 ; 50% chance
+ db $80, 3, HAPPINESS_OLDERCUT2 ; 50% chance
+ db $ff, 4, HAPPINESS_OLDERCUT3 ; 20% chance
HappinessData_YoungerHaircutBrother:
db $9a, 2, HAPPINESS_YOUNGCUT1 ; 60% chance
- db $4c, 3, HAPPINESS_YOUNGCUT2 ; 10% chance
- db $ff, 4, HAPPINESS_YOUNGCUT3 ; 30% chance
+ db $4c, 3, HAPPINESS_YOUNGCUT2 ; 30% chance
+ db $ff, 4, HAPPINESS_YOUNGCUT3 ; 10% chance
HappinessData_DaisysGrooming:
db $ff, 2, HAPPINESS_GROOMING ; 99.6% chance