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/Route29.asm | |
parent | aa8db1632c8826ead8c8d246c8be265839374f7b (diff) |
spriteface → objectface, consistent with the other script commands
Diffstat (limited to 'maps/Route29.asm')
-rw-r--r-- | maps/Route29.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/Route29.asm b/maps/Route29.asm index e3ef95169..e8fc8878a 100644 --- a/maps/Route29.asm +++ b/maps/Route29.asm @@ -37,10 +37,10 @@ Route29_MapScripts: return Route29Tutorial1: - spriteface ROUTE29_COOLTRAINER_M1, UP + objectface ROUTE29_COOLTRAINER_M1, UP showemote EMOTE_SHOCK, ROUTE29_COOLTRAINER_M1, 15 applymovement ROUTE29_COOLTRAINER_M1, DudeMovementData1a - spriteface PLAYER, LEFT + objectface PLAYER, LEFT setevent EVENT_DUDE_TALKED_TO_YOU opentext writetext CatchingTutorialIntroText @@ -52,7 +52,7 @@ Route29Tutorial1: stopfollow loadwildmon RATTATA, 5 catchtutorial BATTLETYPE_TUTORIAL - spriteface ROUTE29_COOLTRAINER_M1, UP + objectface ROUTE29_COOLTRAINER_M1, UP opentext writetext CatchingTutorialDebriefText waitbutton @@ -62,10 +62,10 @@ Route29Tutorial1: end Route29Tutorial2: - spriteface ROUTE29_COOLTRAINER_M1, UP + objectface ROUTE29_COOLTRAINER_M1, UP showemote EMOTE_SHOCK, ROUTE29_COOLTRAINER_M1, 15 applymovement ROUTE29_COOLTRAINER_M1, DudeMovementData2a - spriteface PLAYER, LEFT + objectface PLAYER, LEFT setevent EVENT_DUDE_TALKED_TO_YOU opentext writetext CatchingTutorialIntroText @@ -77,7 +77,7 @@ Route29Tutorial2: stopfollow loadwildmon RATTATA, 5 catchtutorial BATTLETYPE_TUTORIAL - spriteface ROUTE29_COOLTRAINER_M1, UP + objectface ROUTE29_COOLTRAINER_M1, UP opentext writetext CatchingTutorialDebriefText waitbutton |