You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Miscellaneous fixes
Addresses the haircut brothers' probability comments in #709
This commit is contained in:
@@ -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
|
||||
|
@@ -1,7 +1,7 @@
|
||||
unownword: MACRO
|
||||
x = 1
|
||||
rept STRLEN(\1)
|
||||
db STRSUB(\1, x, 1) - $40
|
||||
db STRSUB(\1, x, 1) - "A" + $40
|
||||
x = x + 1
|
||||
endr
|
||||
db -1
|
||||
|
Reference in New Issue
Block a user