summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-22 20:47:57 -0500
committeryenatch <yenatch@gmail.com>2013-12-22 21:28:41 -0500
commit48db6daef9741aafaf0ff339c01f9e7920089f8e (patch)
treedb9c36c79b07e060aecd6c1c0a8694b52dfcae3e /wram.asm
parent496502b3dc16318cf59dd41d8462330f66cd19d6 (diff)
overworld object struct constants
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm6
1 files changed, 5 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index d7ce8f5bb..c55c49c46 100644
--- a/wram.asm
+++ b/wram.asm
@@ -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