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/PowerPlant.asm | |
parent | aa8db1632c8826ead8c8d246c8be265839374f7b (diff) |
spriteface → objectface, consistent with the other script commands
Diffstat (limited to 'maps/PowerPlant.asm')
-rw-r--r-- | maps/PowerPlant.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/PowerPlant.asm b/maps/PowerPlant.asm index 4395c12e2..89ec341b2 100644 --- a/maps/PowerPlant.asm +++ b/maps/PowerPlant.asm @@ -26,19 +26,19 @@ PowerPlantGuardPhoneScript: waitsfx pause 30 applymovement POWERPLANT_OFFICER1, MovementData_0x188ed5 - spriteface POWERPLANT_GYM_GUY1, DOWN - spriteface POWERPLANT_GYM_GUY2, DOWN + objectface POWERPLANT_GYM_GUY1, DOWN + objectface POWERPLANT_GYM_GUY2, DOWN opentext writetext UnknownText_0x188f22 waitbutton closetext - spriteface POWERPLANT_OFFICER1, LEFT - spriteface PLAYER, RIGHT + objectface POWERPLANT_OFFICER1, LEFT + objectface PLAYER, RIGHT opentext writetext UnknownText_0x188f7f waitbutton closetext - spriteface PLAYER, DOWN + objectface PLAYER, DOWN applymovement POWERPLANT_OFFICER1, MovementData_0x188eda setscene SCENE_POWERPLANT_NOTHING end |