diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-02 21:50:43 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-02 21:50:43 -0500 |
| commit | c834bdadf2f3e38d684f798dfa67d7cd751a6a65 (patch) | |
| tree | 62c0bf2e96028aa86f5ee2373f9a77723c9636c1 /engine/events | |
| parent | aa8db1632c8826ead8c8d246c8be265839374f7b (diff) | |
spriteface → objectface, consistent with the other script commands
Diffstat (limited to 'engine/events')
| -rw-r--r-- | engine/events/std_scripts.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/events/std_scripts.asm b/engine/events/std_scripts.asm index d075b5a6b..e3dbd92df 100644 --- a/engine/events/std_scripts.asm +++ b/engine/events/std_scripts.asm @@ -109,7 +109,7 @@ PokecenterNurseScript: farwritetext NurseTakePokemonText pause 20 special StubbedTrainerRankings_Healings - spriteface LAST_TALKED, LEFT + objectface LAST_TALKED, LEFT pause 10 special HealParty playmusic MUSIC_NONE @@ -117,7 +117,7 @@ PokecenterNurseScript: special HealMachineAnim pause 30 special RestartMapMusic - spriteface LAST_TALKED, DOWN + objectface LAST_TALKED, DOWN pause 10 checkphonecall ; elm already called about pokerus @@ -134,9 +134,9 @@ PokecenterNurseScript: .done farwritetext NurseGoodbyeText - spriteface LAST_TALKED, UP + objectface LAST_TALKED, UP pause 10 - spriteface LAST_TALKED, DOWN + objectface LAST_TALKED, DOWN pause 10 waitbutton |
