diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-04-02 13:19:38 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-04-02 13:19:38 -0700 |
commit | 76cf59aa4c8958030e1276a748a5123a302bc990 (patch) | |
tree | 9efc15e0cae098abc0996b2a1cdef0b6ce42cab6 /wram.asm | |
parent | d563f9f1da2eee3062ccce36fe782a9be1b49e20 (diff) |
Label some Timer-related stuff
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |