diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-05-06 22:45:07 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-05-06 22:45:07 -0400 |
commit | 8acc8d6e30392a30a8353923219db71527f3a9bb (patch) | |
tree | e0249b97485ddae4fdc0a410c5ad5add6f711d3e /docs/bugs_and_glitches.md | |
parent | aa51dbc61245d5b4949c1872b3d3e915a981ded3 (diff) | |
parent | 59c4d824e65409f6de211d6e0fd354ca4ef6c61e (diff) |
Merge branch 'master' of https://github.com/pret/pokecrystal
Diffstat (limited to 'docs/bugs_and_glitches.md')
-rw-r--r-- | docs/bugs_and_glitches.md | 2 |
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 ``` |