summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
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