diff options
author | yenatch <yenatch@gmail.com> | 2013-12-22 20:47:57 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-22 21:28:41 -0500 |
commit | 48db6daef9741aafaf0ff339c01f9e7920089f8e (patch) | |
tree | db9c36c79b07e060aecd6c1c0a8694b52dfcae3e /wram.asm | |
parent | 496502b3dc16318cf59dd41d8462330f66cd19d6 (diff) |
overworld object struct constants
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1637,6 +1637,8 @@ CurDay: ; d4cb ds 10 +ObjectStructs: + PlayerStruct: ; d4d6 ds 2 PlayerSprite: ; d4d8 @@ -1659,7 +1661,9 @@ PlayerAction: ; d4e1 ; 4 spinning ; 6 fishing ds 1 - ds 2 + ds 1 +PlayerFacing: ; d4e3 + ds 1 StandingTile: ; d4e4 ds 1 StandingTile2: ; d4e5 |