diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-24 11:17:05 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-24 11:17:05 -0500 |
commit | d719d318e8b2de51e818485423ac878d20dd295a (patch) | |
tree | d351a653914ee5dab13947b21a16552719c2a8c9 /engine/routines | |
parent | 132fe4692581891802c38420bdd4744d58bf78d5 (diff) |
Remove Special_ prefix from special routines (close #478)
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 545629e51..6f28ea845 100644 --- a/engine/routines/playslowcry.asm +++ b/engine/routines/playslowcry.asm @@ -1,4 +1,4 @@ -Special_PlaySlowCry: ; fb841 +PlaySlowCry: ; fb841 ld a, [ScriptVar] call LoadCry jr c, .done |