summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2019-04-13 11:50:43 -0400
committerGitHub <noreply@github.com>2019-04-13 11:50:43 -0400
commit5cdf4f9ae0cb6884472d9f7ca3926e610345c3ba (patch)
tree5d82940943132c71f05e5c58c06ddbb49379034c /wram.asm
parent1ada06f576ebd25bfd00cfdc9d197d93946ebd5b (diff)
parentc5a4c0bd2e75be4808aa4e4b88887135b38cb715 (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.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 39e202cfb..61036d24f 100644
--- a/wram.asm
+++ b/wram.asm
@@ -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