diff options
author | yenatch <yenatch@gmail.com> | 2014-07-24 10:45:30 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-07-24 10:45:54 -0700 |
commit | dea79bb86e9c24c6a3da78f623d992545bfbed3a (patch) | |
tree | 09668c37e9763dde24eefef4580fa3073684aeaa /wram.asm | |
parent | f7e53b0f509945ac9247666594f945f0f435ed77 (diff) |
Add real-time-clock and Daylight Savings Time wram labels.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1248,8 +1248,11 @@ StartMinute:: ; d4b8 StartSecond:: ; d4b9 ds 1 - ds 9 - +wRTC:: ; d4ba + ds 8 +wDST:: ; d4c2 + ds 1 + GameTimeCap:: ; d4c3 ds 1 GameTimeHours:: ; d4c4 |