summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorTauwasser <Tauwasser@tauwasser.eu>2018-05-31 02:51:33 +0200
committerTauwasser <Tauwasser@tauwasser.eu>2018-05-31 02:54:03 +0200
commit096913a754b001ed064d949352766c65a293eb1e (patch)
tree360f90b0cafbb79c7324d6e72a0fba41c370b1f6 /hram.asm
parent613f81d41e6c829614f7fdbe01d923bdad630587 (diff)
home: add front pic and decompression disassembly
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
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