summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-08-21 14:30:20 -0400
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-08-21 14:30:20 -0400
commitf74a4e1cc394169c8755b6f2b16e3aba6a210ae4 (patch)
treeade2c9b3702415bdfa400d3420a32ecaaa2723ae /data
parentb38965afe50fa46e849768c9cc625ddad929a7d5 (diff)
Make pokegold build and add .gitattributes
Diffstat (limited to 'data')
-rw-r--r--data/events/happiness_probabilities.asm12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/events/happiness_probabilities.asm b/data/events/happiness_probabilities.asm
new file mode 100644
index 00000000..798c56fa
--- /dev/null
+++ b/data/events/happiness_probabilities.asm
@@ -0,0 +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
+
+HappinessData_DaisysGrooming:
+ db $ff, 2, HAPPINESS_GROOMING ; 99.6% chance \ No newline at end of file