summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/bugs_and_glitches.md6
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
```