summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorEldred Habert <eldredhabert0@gmail.com>2018-06-03 20:32:40 +0200
committerGitHub <noreply@github.com>2018-06-03 20:32:40 +0200
commit63ee9c801200b64108dbfcfbc31fe2f5eda975c9 (patch)
treec9b94852c7bb0d7e107b6b84c3c7103e08e5efb0 /hram.asm
parent3a7ac51071ad9f3ae277046c29d7482b56754d1d (diff)
parent02051b9e0e213fb7d2e349e3cce220bb7a983472 (diff)
Merge pull request #2 from PikalaxALT/build_more_roms
Build all four ROMs in the dump
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/hram.asm b/hram.asm
index 3956201..694b92e 100644
--- a/hram.asm
+++ b/hram.asm
@@ -6,8 +6,8 @@ hOAMDMA:: ; ff80
hRTCHours:: db ; ff8d
hRTCMinutes:: db ; ff8e
hRTCSeconds:: db ; ff8f
-
- ds 7 ; TODO
+hRTCDays:: db ; ff90
+ ds 6 ; TODO
hVBlankCounter:: ; ff97
db