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 /maps/MountMoon.asm | |
parent | aa8db1632c8826ead8c8d246c8be265839374f7b (diff) |
spriteface → objectface, consistent with the other script commands
Diffstat (limited to 'maps/MountMoon.asm')
-rw-r--r-- | maps/MountMoon.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/MountMoon.asm b/maps/MountMoon.asm index 08a9c4c17..829dcf1d9 100644 --- a/maps/MountMoon.asm +++ b/maps/MountMoon.asm @@ -16,7 +16,7 @@ MountMoon_MapScripts: end .RivalBattle: - spriteface PLAYER, RIGHT + objectface PLAYER, RIGHT showemote EMOTE_SHOCK, PLAYER, 15 special FadeOutMusic pause 15 |