diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-03 18:56:56 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-03 18:56:56 -0400 |
commit | 8003084cd54e4365cb0bc4d7cfbcac04a3385e32 (patch) | |
tree | 2ab248a5e1cc9623c21e3301fa713332cd2d965f | |
parent | 0de7808dedff6e94aef542a0f838bc1e946706d7 (diff) |
HappinessData_DaisysGrooming uses percent macro
-rw-r--r-- | docs/bugs_and_glitches.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index 4fd24f7eb..25c68182b 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -1281,9 +1281,9 @@ CopyPokemonName_Buffer1_Buffer3: ```diff HappinessData_DaisysGrooming: -- db $ff, 2, HAPPINESS_GROOMING ; 99.6% chance -+ db $80, 2, HAPPINESS_GROOMING ; 50% chance -+ db $ff, 2, HAPPINESS_GROOMING ; 50% chance +- db 100 percent, 2, HAPPINESS_GROOMING ; 99.6% chance ++ db 50 percent + 1, 2, HAPPINESS_GROOMING ; 50% chance ++ db 100 percent, 2, HAPPINESS_GROOMING ; 50% chance ``` |