diff options
author | yenatch <yenatch@gmail.com> | 2013-07-22 03:00:07 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-07-22 03:08:03 -0400 |
commit | 65bd235e61c8303989af86f9753c8f40488eb567 (patch) | |
tree | d3447c6c41b820e42f6411a49444ac073c73d9b2 /wram.asm | |
parent | 9c7b0932fc36fbb5526d8fd5362390c61d0e792b (diff) |
even more bank 1 asm
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -373,6 +373,7 @@ Sprites: ; c400 ; bit 3: vram bank (cgb only) ; bit 2-0: pal # (cgb only) ds 160 +SpritesEnd TileMap: ; c4a0 ; 20x18 grid of 8x8 tiles @@ -1622,7 +1623,9 @@ FRIDAY EQU 5 SATURDAY EQU 6 ds 1 - ds 12 + ds 10 + + ds 2 PlayerSprite: ; d4d8 ds 1 |