diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-01-02 17:47:58 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-01-02 17:47:58 +0100 |
commit | b4a49351c18dcef7f4493670058ad2833206f016 (patch) | |
tree | 9915d3345d724c5df1171a0262863f01a42c21f0 /engine/events/std_scripts.asm | |
parent | f1ea15bbfe8528143ace793b050891a9b1f99d03 (diff) |
Finish consistent Special function names
Diffstat (limited to 'engine/events/std_scripts.asm')
-rw-r--r-- | engine/events/std_scripts.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/std_scripts.asm b/engine/events/std_scripts.asm index 660001560..beb118e5c 100644 --- a/engine/events/std_scripts.asm +++ b/engine/events/std_scripts.asm @@ -107,7 +107,7 @@ PokecenterNurseScript: farwritetext NurseTakePokemonText pause 20 - special TrainerRankings_Healings + special Special_TrainerRankings_Healings spriteface LAST_TALKED, LEFT pause 10 special HealParty |