diff options
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: |