summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-04-02 13:19:38 -0700
committerMarcus Huderle <huderlem@gmail.com>2017-04-02 13:19:38 -0700
commit76cf59aa4c8958030e1276a748a5123a302bc990 (patch)
tree9efc15e0cae098abc0996b2a1cdef0b6ce42cab6 /wram.asm
parentd563f9f1da2eee3062ccce36fe782a9be1b49e20 (diff)
Label some Timer-related stuff
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm6
1 files changed, 5 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index d74b9cc..1757a7c 100755
--- a/wram.asm
+++ b/wram.asm
@@ -722,7 +722,11 @@ wd580:: ; 0xd580
wd581:: ; 0xd581
ds $1
-wd582:: ; 0xd582
+wTimerDigits:: ; 0xd582
+; first byte = minutes
+; second byte = tens place
+; third byte = ones place
+; fourth byte = unused, but still written to
ds $4
wd586:: ; 0xd586