mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
roof graphics
This commit is contained in:
parent
8b8de40525
commit
da689fa7d6
BIN
gfx/tilesets/roofs/0.2bpp
Normal file
BIN
gfx/tilesets/roofs/0.2bpp
Normal file
Binary file not shown.
BIN
gfx/tilesets/roofs/1.2bpp
Normal file
BIN
gfx/tilesets/roofs/1.2bpp
Normal file
Binary file not shown.
BIN
gfx/tilesets/roofs/2.2bpp
Normal file
BIN
gfx/tilesets/roofs/2.2bpp
Normal file
Binary file not shown.
BIN
gfx/tilesets/roofs/3.2bpp
Normal file
BIN
gfx/tilesets/roofs/3.2bpp
Normal file
Binary file not shown.
BIN
gfx/tilesets/roofs/4.2bpp
Normal file
BIN
gfx/tilesets/roofs/4.2bpp
Normal file
Binary file not shown.
6
main.asm
6
main.asm
@ -27928,7 +27928,11 @@ MapGroupRoofs: ; 1c021i
|
|||||||
; 1c03c
|
; 1c03c
|
||||||
|
|
||||||
Roofs: ; 1c03c
|
Roofs: ; 1c03c
|
||||||
INCBIN "baserom.gbc", $1c03c, $1c30c - $1c03c
|
INCBIN "gfx/tilesets/roofs/0.2bpp"
|
||||||
|
INCBIN "gfx/tilesets/roofs/1.2bpp"
|
||||||
|
INCBIN "gfx/tilesets/roofs/2.2bpp"
|
||||||
|
INCBIN "gfx/tilesets/roofs/3.2bpp"
|
||||||
|
INCBIN "gfx/tilesets/roofs/4.2bpp"
|
||||||
; 1c30c
|
; 1c30c
|
||||||
|
|
||||||
INCLUDE "tilesets/data_2.asm"
|
INCLUDE "tilesets/data_2.asm"
|
||||||
|
Loading…
Reference in New Issue
Block a user