summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
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