summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm12
1 files changed, 9 insertions, 3 deletions
diff --git a/hram.asm b/hram.asm
index 8e59150..8e49ad5 100644
--- a/hram.asm
+++ b/hram.asm
@@ -9,7 +9,9 @@ hRTCHours:: db ; ff8d
hRTCMinutes:: db ; ff8e
hRTCSeconds:: db ; ff8f
hRTCDays:: db ; ff90
- ds 6 ; TODO
+ ds 2 ; TODO
+hRTCStatusFlags:: db ; ff93
+ ds 3 ; TODO
hVBlankCounter:: ; ff97
db
@@ -62,6 +64,10 @@ UNION
hTextBoxCursorBlinkInterval:: ds 2 ; ffaf
NEXTU
+ ds 1 ; TODO
+hTextErrno:: db ; ffb0
+
+NEXTU
hSpriteWidth:: ; ffaf
hSpriteInterlaceCounter:: ; ffaf
@@ -112,8 +118,8 @@ hSerialReceived:: ; ffd4
hLinkPlayerNumber:: ; ffd5
db
-
- db ; TODO
+hSerialIgnoringInitialData::
+ db
hSerialSend:: ; ffd7