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/Route39Barn.asm | |
parent | aa8db1632c8826ead8c8d246c8be265839374f7b (diff) |
spriteface → objectface, consistent with the other script commands
Diffstat (limited to 'maps/Route39Barn.asm')
-rw-r--r-- | maps/Route39Barn.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/Route39Barn.asm b/maps/Route39Barn.asm index 71d6745ce..9c3f2af8c 100644 --- a/maps/Route39Barn.asm +++ b/maps/Route39Barn.asm @@ -16,14 +16,14 @@ TwinScript_0x9cc76: writetext Text_MoomooIsSick waitbutton closetext - spriteface ROUTE39BARN_TWIN1, RIGHT + objectface ROUTE39BARN_TWIN1, RIGHT end .FeedingMooMoo: writetext Text_WereFeedingMoomoo waitbutton closetext - spriteface ROUTE39BARN_TWIN1, RIGHT + objectface ROUTE39BARN_TWIN1, RIGHT end TwinScript_0x9cc90: @@ -34,14 +34,14 @@ TwinScript_0x9cc90: writetext Text_MoomooIsSick waitbutton closetext - spriteface ROUTE39BARN_TWIN2, LEFT + objectface ROUTE39BARN_TWIN2, LEFT end .FeedingMooMoo: writetext Text_WereFeedingMoomoo waitbutton closetext - spriteface ROUTE39BARN_TWIN2, LEFT + objectface ROUTE39BARN_TWIN2, LEFT end MooMoo: |