diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2019-04-13 11:50:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-13 11:50:43 -0400 |
commit | 5cdf4f9ae0cb6884472d9f7ca3926e610345c3ba (patch) | |
tree | 5d82940943132c71f05e5c58c06ddbb49379034c /wram.asm | |
parent | 1ada06f576ebd25bfd00cfdc9d197d93946ebd5b (diff) | |
parent | c5a4c0bd2e75be4808aa4e4b88887135b38cb715 (diff) |
Merge pull request #623 from mid-kid/patch-1
Create some battle tower SRAM labels
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2409,7 +2409,10 @@ wStartHour:: db ; d4b7 wStartMinute:: db ; d4b8 wStartSecond:: db ; d4b9 -wRTC:: ds 8 ; d4ba +wRTC:: ds 4 ; d4ba + + ds 4 + wDST:: ; d4c2 ; bit 7: dst db |