summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2015-07-29 21:31:29 -0700
committerMarcus Huderle <huderlem@gmail.com>2015-07-29 21:31:29 -0700
commite8dcc91f918714188c4c73b4217c8656460abc79 (patch)
treeb25486d183445f0e3b96bf72b9c792808be97f77 /wram.asm
parent9e2b26a0f56cddc89be0d2134070f0f80043bb95 (diff)
Label wScore and wPaletteData
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm14
1 files changed, 13 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 86dd525..730f2a8 100755
--- a/wram.asm
+++ b/wram.asm
@@ -13,7 +13,19 @@ wOAMBuffer:: ; d000
; buffer for OAM data. Copied to OAM by DMA
ds 4 * 40
- ds $40c
+ ds $160
+
+wPaletteData:: ; 0xd200
+ ; 16 palette definitions
+ ds $100
+
+ ds $16a
+
+wScore:: ; 0xd46a
+; player's current score
+ ds 6
+
+ ds $3c
wCurrentStage:: ; 0xd4ac
ds 1