summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm11
1 files changed, 10 insertions, 1 deletions
diff --git a/hram.asm b/hram.asm
index 2402928..2d28b47 100644
--- a/hram.asm
+++ b/hram.asm
@@ -15,7 +15,16 @@ hVBlank:: ; ff99
db
- ds 54 ; TODO
+ ds 21 ; TODO
+
+hSpriteWidth:: ; ffaf
+hSpriteInterlaceCounter:: ; ffaf
+ db
+hSpriteHeight:: ; ffb0
+ db
+hSpriteOffset:: ; ffb1
+ db
+ ds 30 ; TODO
hLCDCPointer:: ; ffd0