summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm7
1 files changed, 5 insertions, 2 deletions
diff --git a/hram.asm b/hram.asm
index 9e3e438..8e59150 100644
--- a/hram.asm
+++ b/hram.asm
@@ -101,8 +101,9 @@ hPrintNumTemp:: ds 3 ; ffba big-endian
hLCDCPointer:: ; ffd0
db
-
- ds 3 ; TODO
+hLYOverrideStart:: db ; ffd1
+hLYOverrideEnd:: db ; ffd2
+ ds 1 ; TODO
hSerialReceived:: ; ffd4
@@ -188,4 +189,6 @@ hRandomAdd:: db ; ffef
hRandomSub:: db ; fff0
hRTCRandom:: db ; fff1
+hBattleTurn:: db ; fff2
+
; TODO