diff options
author | yenatch <yenatch@gmail.com> | 2015-08-17 00:14:40 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-08-17 00:14:40 -0400 |
commit | 9974a2c7014cbe7db3d0e516580fea48001ab3df (patch) | |
tree | 61c015b170efbe7975650f37d0f15cc775242aa0 /maps/MountMoon.asm | |
parent | b77741ff7020747dbee6b295b87afe6ef0963dd2 (diff) | |
parent | abf3fc21378ddc6a4028aa1852d256472bc859e0 (diff) |
Merge pull request #303 from yenatch/map-objects
Add constants for common map object ids.
Diffstat (limited to 'maps/MountMoon.asm')
-rw-r--r-- | maps/MountMoon.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/MountMoon.asm b/maps/MountMoon.asm index 94ef24277..6f94a253c 100644 --- a/maps/MountMoon.asm +++ b/maps/MountMoon.asm @@ -17,8 +17,8 @@ UnknownScript_0x7408d: end UnknownScript_0x7408e: - spriteface $0, RIGHT - showemote EMOTE_SHOCK, $0, 15 + spriteface PLAYER, RIGHT + showemote EMOTE_SHOCK, PLAYER, 15 special Functionc48f pause 15 applymovement $2, MovementData_0x740f9 |