summaryrefslogtreecommitdiff
path: root/maps/PowerPlant.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-08-17 00:14:40 -0400
committeryenatch <yenatch@gmail.com>2015-08-17 00:14:40 -0400
commit9974a2c7014cbe7db3d0e516580fea48001ab3df (patch)
tree61c015b170efbe7975650f37d0f15cc775242aa0 /maps/PowerPlant.asm
parentb77741ff7020747dbee6b295b87afe6ef0963dd2 (diff)
parentabf3fc21378ddc6a4028aa1852d256472bc859e0 (diff)
Merge pull request #303 from yenatch/map-objects
Add constants for common map object ids.
Diffstat (limited to 'maps/PowerPlant.asm')
-rw-r--r--maps/PowerPlant.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/PowerPlant.asm b/maps/PowerPlant.asm
index ee45ddcf1..8a281e16b 100644
--- a/maps/PowerPlant.asm
+++ b/maps/PowerPlant.asm
@@ -28,12 +28,12 @@ UnknownScript_0x188dc5:
closetext
loadmovesprites
spriteface $2, LEFT
- spriteface $0, RIGHT
+ spriteface PLAYER, RIGHT
loadfont
writetext UnknownText_0x188f7f
closetext
loadmovesprites
- spriteface $0, DOWN
+ spriteface PLAYER, DOWN
applymovement $2, MovementData_0x188eda
dotrigger $0
end