summaryrefslogtreecommitdiff
path: root/data/events
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-05-04 10:57:46 -0400
committerentrpntr <entrpntr@gmail.com>2020-05-04 10:57:46 -0400
commit39a7f59931e03e4ebd155e061ac6e71a6d6bd97a (patch)
tree2601e63dcfc316ed96c20887897b2d244782d354 /data/events
parent3d651a7c49317e9c2b55bffcb589bf2e1e2b4ccd (diff)
Clean up specials and swarms.
Diffstat (limited to 'data/events')
-rw-r--r--data/events/happiness_probabilities.asm16
1 files changed, 8 insertions, 8 deletions
diff --git a/data/events/happiness_probabilities.asm b/data/events/happiness_probabilities.asm
index 0dc08ac7..7a80f989 100644
--- a/data/events/happiness_probabilities.asm
+++ b/data/events/happiness_probabilities.asm
@@ -1,12 +1,12 @@
-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
+ db $4c, 2, HAPPINESS_OLDERCUT1 ; 30% chance
+ db $80, 3, HAPPINESS_OLDERCUT2 ; 20% chance
+ db $ff, 4, HAPPINESS_OLDERCUT3 ; 50% chance
+
+HappinessData_YoungerHaircutBrother:
+ db $9a, 2, HAPPINESS_YOUNGCUT1 ; 60% chance
+ db $4c, 3, HAPPINESS_YOUNGCUT2 ; 10% chance
+ db $ff, 4, HAPPINESS_YOUNGCUT3 ; 30% chance
HappinessData_DaisysGrooming:
db $ff, 2, HAPPINESS_GROOMING ; 99.6% chance