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/MountMoonSquare.asm | |
parent | aa8db1632c8826ead8c8d246c8be265839374f7b (diff) |
spriteface → objectface, consistent with the other script commands
Diffstat (limited to 'maps/MountMoonSquare.asm')
-rw-r--r-- | maps/MountMoonSquare.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/MountMoonSquare.asm b/maps/MountMoonSquare.asm index e8c82c961..502c752d3 100644 --- a/maps/MountMoonSquare.asm +++ b/maps/MountMoonSquare.asm @@ -34,7 +34,7 @@ ClefairyDance: applymovement PLAYER, PlayerWalksUpToDancingClefairies pause 15 appear MOUNTMOONSQUARE_ROCK - spriteface MOUNTMOONSQUARE_FAIRY1, RIGHT + objectface MOUNTMOONSQUARE_FAIRY1, RIGHT cry CLEFAIRY waitsfx pause 30 @@ -54,10 +54,10 @@ ClefairyDance: follow MOUNTMOONSQUARE_FAIRY1, MOUNTMOONSQUARE_FAIRY2 applymovement MOUNTMOONSQUARE_FAIRY1, ClefairyDanceStep7 stopfollow - spriteface MOUNTMOONSQUARE_FAIRY1, DOWN + objectface MOUNTMOONSQUARE_FAIRY1, DOWN pause 10 showemote EMOTE_SHOCK, MOUNTMOONSQUARE_FAIRY1, 15 - spriteface MOUNTMOONSQUARE_FAIRY1, DOWN + objectface MOUNTMOONSQUARE_FAIRY1, DOWN cry CLEFAIRY pause 15 follow MOUNTMOONSQUARE_FAIRY1, MOUNTMOONSQUARE_FAIRY2 |