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/MountMoonSquare.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/MountMoonSquare.asm')
-rw-r--r-- | maps/MountMoonSquare.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/MountMoonSquare.asm b/maps/MountMoonSquare.asm index 111b1284b..702c9730d 100644 --- a/maps/MountMoonSquare.asm +++ b/maps/MountMoonSquare.asm @@ -34,7 +34,7 @@ UnknownScript_0x7709a: iffalse .NoDancing appear $2 appear $3 - applymovement $0, MovementData_0x77121 + applymovement PLAYER, MovementData_0x77121 pause 15 appear $4 spriteface $2, RIGHT |