diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-16 23:47:45 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-16 23:47:45 -0500 |
commit | 6d20cf3e80780af15ed15acea2f7feac1ffd9705 (patch) | |
tree | 68890374634d2a62c0256e208e8ceff33c73ffc1 /docs/bugs_and_glitches.md | |
parent | bf074f359886707d2ffb2e0b525b03dc7af0fe29 (diff) |
"CryHeader" → "Cry"; "Cry" → "MonCry"
Diffstat (limited to 'docs/bugs_and_glitches.md')
-rw-r--r-- | docs/bugs_and_glitches.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index 52d788987..ef3855407 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -1002,7 +1002,7 @@ The exact cause is unknown, but a workaround exists for `DexEntryScreen_MenuActi call GetCryIndex ld e, c ld d, b - call PlayCryHeader + call PlayCry ret ``` @@ -1011,7 +1011,7 @@ The exact cause is unknown, but a workaround exists for `DexEntryScreen_MenuActi ```asm .Cry: ; 40340 ld a, [CurPartySpecies] - call PlayCry + call PlayMonCry ret ``` |