mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
flower animation graphics
This commit is contained in:
parent
c8c887fb1e
commit
502fe13e30
1
gfx/tilesets/flower/cgb_1.2bpp
Normal file
1
gfx/tilesets/flower/cgb_1.2bpp
Normal file
@ -0,0 +1 @@
|
|||||||
|
¢M’-mL²A¼²HE0
|
1
gfx/tilesets/flower/cgb_2.2bpp
Normal file
1
gfx/tilesets/flower/cgb_2.2bpp
Normal file
@ -0,0 +1 @@
|
|||||||
|
˘Y$¤Z%Z<>f%Zš$E
|
1
gfx/tilesets/flower/dmg_1.2bpp
Normal file
1
gfx/tilesets/flower/dmg_1.2bpp
Normal file
@ -0,0 +1 @@
|
|||||||
|
¢AŒ!a ’1Œ‚HE0
|
1
gfx/tilesets/flower/dmg_2.2bpp
Normal file
1
gfx/tilesets/flower/dmg_2.2bpp
Normal file
@ -0,0 +1 @@
|
|||||||
|
¢A$˜BB€fZ‚$E
|
@ -625,7 +625,7 @@ AnimateFlowerTile: ; fc56d
|
|||||||
ld b, h
|
ld b, h
|
||||||
ld c, l
|
ld c, l
|
||||||
|
|
||||||
; Alternate tile graphc every other frame
|
; Alternate tile graphic every other frame
|
||||||
ld a, [TileAnimationTimer]
|
ld a, [TileAnimationTimer]
|
||||||
and 1 << 1
|
and 1 << 1
|
||||||
ld e, a
|
ld e, a
|
||||||
@ -648,12 +648,10 @@ AnimateFlowerTile: ; fc56d
|
|||||||
; fc58c
|
; fc58c
|
||||||
|
|
||||||
FlowerTileFrames: ; fc58c
|
FlowerTileFrames: ; fc58c
|
||||||
; frame 0 dmg
|
INCBIN "gfx/tilesets/flower/dmg_1.2bpp"
|
||||||
; frame 0 cgb
|
INCBIN "gfx/tilesets/flower/cgb_1.2bpp"
|
||||||
; frame 1 dmg
|
INCBIN "gfx/tilesets/flower/dmg_2.2bpp"
|
||||||
; frame 1 sgb
|
INCBIN "gfx/tilesets/flower/cgb_2.2bpp"
|
||||||
; INCBIN "gfx/tilesets/flower.2bpp"
|
|
||||||
INCBIN "baserom.gbc",$fc58c,$fc5cc - $fc58c
|
|
||||||
; fc5cc
|
; fc5cc
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user