summaryrefslogtreecommitdiff
path: root/docs/bugs_and_glitches.md
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-05-05 09:19:04 +0200
committermid-kid <esteve.varela@gmail.com>2018-05-05 09:19:04 +0200
commitc82deab86fc984b6af4686d88b42042be4f6cd9e (patch)
treeda8409973a788a962e8be9ae42d9cd7a18727c38 /docs/bugs_and_glitches.md
parenta63d9dfd4f4b214034c9a88a14b53635c10914d9 (diff)
fix-various-little-things
A compilation of suggestions from the discord that don't deserve separate commits and are not questionable at all™.
Diffstat (limited to 'docs/bugs_and_glitches.md')
-rw-r--r--docs/bugs_and_glitches.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md
index 2e83e6908..f7675ae78 100644
--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -1122,7 +1122,7 @@ The exact cause is unknown, but a workaround exists for `DexEntryScreen_MenuActi
```asm
.Cry: ; 40340
- ld a, [CurPartySpecies]
+ ld a, [wCurPartySpecies]
call PlayMonCry
ret
```