spriteface → objectface, consistent with the other script commands

This commit is contained in:
Rangi
2018-02-02 21:50:43 -05:00
parent aa8db1632c
commit c834bdadf2
80 changed files with 323 additions and 323 deletions

View File

@@ -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