diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/events/happiness_changes.asm | 12 | ||||
-rw-r--r-- | data/events/happiness_probabilities.asm | 16 | ||||
-rw-r--r-- | data/special_pointers.asm | 2 |
3 files changed, 15 insertions, 15 deletions
diff --git a/data/events/happiness_changes.asm b/data/events/happiness_changes.asm index de60ea32d..c0c7b0101 100644 --- a/data/events/happiness_changes.asm +++ b/data/events/happiness_changes.asm @@ -9,12 +9,12 @@ HappinessChanges: db -1, -1, -1 ; Lost to an enemy db -5, -5, -10 ; Fainted due to poison db -5, -5, -10 ; Lost to a much stronger enemy - db +1, +1, +1 ; Haircut (Y1) - db +3, +3, +1 ; Haircut (Y2) - db +5, +5, +2 ; Haircut (Y3) - db +1, +1, +1 ; Haircut (O1) - db +3, +3, +1 ; Haircut (O2) - db +10, +10, +4 ; Haircut (O3) + db +1, +1, +1 ; Haircut (older brother) 1 + db +3, +3, +1 ; Haircut (older brother) 2 + db +5, +5, +2 ; Haircut (older brother) 3 + db +1, +1, +1 ; Haircut (younger brother) 1 + db +3, +3, +1 ; Haircut (younger brother) 2 + db +10, +10, +4 ; Haircut (younger brother) 3 db -5, -5, -10 ; Used Heal Powder or Energypowder (bitter) db -10, -10, -15 ; Used Energy Root (bitter) db -15, -15, -20 ; Used Revival Herb (bitter) diff --git a/data/events/happiness_probabilities.asm b/data/events/happiness_probabilities.asm index 0dc08ac7e..7a80f989e 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 diff --git a/data/special_pointers.asm b/data/special_pointers.asm index 2b62dc6a3..4b1ffadfe 100644 --- a/data/special_pointers.asm +++ b/data/special_pointers.asm @@ -108,8 +108,8 @@ SpecialsPointers:: add_special LoadUsedSpritesGFX add_special PlaySlowCry add_special SnorlaxAwake ; $60 - add_special YoungerHaircutBrother add_special OlderHaircutBrother + add_special YoungerHaircutBrother add_special DaisysGrooming add_special PlayCurMonCry add_special ProfOaksPCBoot |