Add real-time-clock and Daylight Savings Time wram labels.

This commit is contained in:
yenatch
2014-07-24 10:45:30 -07:00
parent f7e53b0f50
commit dea79bb86e
2 changed files with 46 additions and 39 deletions

View File

@@ -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