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