mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
even more bank 1 asm
This commit is contained in:
parent
9c7b0932fc
commit
65bd235e61
5
wram.asm
5
wram.asm
@ -373,6 +373,7 @@ Sprites: ; c400
|
|||||||
; bit 3: vram bank (cgb only)
|
; bit 3: vram bank (cgb only)
|
||||||
; bit 2-0: pal # (cgb only)
|
; bit 2-0: pal # (cgb only)
|
||||||
ds 160
|
ds 160
|
||||||
|
SpritesEnd
|
||||||
|
|
||||||
TileMap: ; c4a0
|
TileMap: ; c4a0
|
||||||
; 20x18 grid of 8x8 tiles
|
; 20x18 grid of 8x8 tiles
|
||||||
@ -1622,7 +1623,9 @@ FRIDAY EQU 5
|
|||||||
SATURDAY EQU 6
|
SATURDAY EQU 6
|
||||||
ds 1
|
ds 1
|
||||||
|
|
||||||
ds 12
|
ds 10
|
||||||
|
|
||||||
|
ds 2
|
||||||
|
|
||||||
PlayerSprite: ; d4d8
|
PlayerSprite: ; d4d8
|
||||||
ds 1
|
ds 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user