diff options
author | yenatch <yenatch@gmail.com> | 2015-07-21 23:49:18 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-07-21 23:49:18 -0700 |
commit | ec10d9dd6f8db685270529b49f0b3007a7242dcc (patch) | |
tree | 37b8a2883a5439baf83578eb1456d1145d5a0804 /maps/PowerPlant.asm | |
parent | dc620c08ee43a4baee7cb4b04b22661ccf2ad60a (diff) |
Add constants for common map object ids.
Diffstat (limited to 'maps/PowerPlant.asm')
-rw-r--r-- | maps/PowerPlant.asm | 4 |
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 |