diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-07-29 21:31:29 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-07-29 21:31:29 -0700 |
commit | e8dcc91f918714188c4c73b4217c8656460abc79 (patch) | |
tree | b25486d183445f0e3b96bf72b9c792808be97f77 /wram.asm | |
parent | 9e2b26a0f56cddc89be0d2134070f0f80043bb95 (diff) |
Label wScore and wPaletteData
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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 |