summaryrefslogtreecommitdiff
path: root/engine/routines
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-01-24 11:17:05 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-01-24 11:17:05 -0500
commitd719d318e8b2de51e818485423ac878d20dd295a (patch)
treed351a653914ee5dab13947b21a16552719c2a8c9 /engine/routines
parent132fe4692581891802c38420bdd4744d58bf78d5 (diff)
Remove Special_ prefix from special routines (close #478)
Diffstat (limited to 'engine/routines')
-rw-r--r--engine/routines/playslowcry.asm2
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