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 /maps/ElmsLab.asm | |
parent | 7c0e903c4821b3e7ded9b795661ed3608e023cc2 (diff) |
Consolidate Special function names
Diffstat (limited to 'maps/ElmsLab.asm')
-rw-r--r-- | maps/ElmsLab.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/ElmsLab.asm b/maps/ElmsLab.asm index 13c8b367e..754222323 100644 --- a/maps/ElmsLab.asm +++ b/maps/ElmsLab.asm @@ -312,7 +312,7 @@ ElmsLabHealingMachine_HealParty: special HealParty playmusic MUSIC_NONE writebyte 1 ; Machine is in Elm's Lab - special HealMachineAnim + special Special_HealMachineAnim pause 30 special RestartMapMusic closetext @@ -556,7 +556,7 @@ CopScript: opentext writetext ElmsLabOfficerText1 buttonsound - special SpecialNameRival + special Special_NameRival writetext ElmsLabOfficerText2 waitbutton closetext |