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/Route34IlexForestGate.asm | |
parent | aa8db1632c8826ead8c8d246c8be265839374f7b (diff) |
spriteface → objectface, consistent with the other script commands
Diffstat (limited to 'maps/Route34IlexForestGate.asm')
-rw-r--r-- | maps/Route34IlexForestGate.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/Route34IlexForestGate.asm b/maps/Route34IlexForestGate.asm index 8d600639e..19291b412 100644 --- a/maps/Route34IlexForestGate.asm +++ b/maps/Route34IlexForestGate.asm @@ -26,12 +26,12 @@ UnknownScript_0x62d3d: checkevent EVENT_FOREST_IS_RESTLESS iffalse UnknownScript_0x62d62 showemote EMOTE_SHOCK, ROUTE34ILEXFORESTGATE_TEACHER2, 20 - spriteface ROUTE34ILEXFORESTGATE_TEACHER2, LEFT - spriteface PLAYER, RIGHT + objectface ROUTE34ILEXFORESTGATE_TEACHER2, LEFT + objectface PLAYER, RIGHT follow PLAYER, ROUTE34ILEXFORESTGATE_TEACHER2 applymovement PLAYER, MovementData_0x62d97 stopfollow - spriteface PLAYER, DOWN + objectface PLAYER, DOWN opentext writetext UnknownText_0x62e41 waitbutton |