summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm11
1 files changed, 10 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 06f8f8d..5c389e2 100755
--- a/wram.asm
+++ b/wram.asm
@@ -13,7 +13,16 @@ wOAMBuffer:: ; d000
; buffer for OAM data. Copied to OAM by DMA
ds 4 * 40
- ds $869
+ ds $4da
+
+wTimerSeconds:: ; 0xd57a
+ ds 1
+wTimerMinutes:: ; 0xd57b
+ ds 1
+wTimerFrames:: ; 0xd57c
+ ds 1
+
+ ds $38c
wTitleScreenCursorSelection:: ; 0xd909
; 0 = Game Start