summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2014-08-16 19:43:42 -0500
committerBryan Bishop <kanzure@gmail.com>2014-08-16 19:43:42 -0500
commit4f018846fb35ca08cb2b0dc7a1f9159905c16777 (patch)
treee6dfa70a0676f08bfba0b1680c9784af4d090567 /wram.asm
parent85fe70ecba172bb48794b33a90c1733b35f2e0ed (diff)
parentb922fe72a19bb82d4f0c0ebaadf415e8dfcb7166 (diff)
Merge pull request #260 from yenatch/master
Dump the phone scripts.
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm7
1 files changed, 5 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index c29fd3f87..beefc0c39 100644
--- a/wram.asm
+++ b/wram.asm
@@ -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