diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-01-02 17:13:57 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-01-02 17:13:57 +0100 |
commit | f1ea15bbfe8528143ace793b050891a9b1f99d03 (patch) | |
tree | 0a4644b24aaf3a09dee22e2f338ec324cb5b940c /engine/routines | |
parent | 7c0e903c4821b3e7ded9b795661ed3608e023cc2 (diff) |
Consolidate Special function names
Diffstat (limited to 'engine/routines')
-rw-r--r-- | engine/routines/playslowcry.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/routines/playslowcry.asm b/engine/routines/playslowcry.asm index 3cc347a55..636741bcf 100644 --- a/engine/routines/playslowcry.asm +++ b/engine/routines/playslowcry.asm @@ -1,4 +1,4 @@ -PlaySlowCry: ; fb841 +Special_PlaySlowCry: ; fb841 ld a, [ScriptVar] call LoadCryHeader jr c, .done |