mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
whirlpool animation graphics
This commit is contained in:
parent
d8eed222b7
commit
70d5cf467a
BIN
gfx/tilesets/whirlpool/1.2bpp
Normal file
BIN
gfx/tilesets/whirlpool/1.2bpp
Normal file
Binary file not shown.
BIN
gfx/tilesets/whirlpool/2.2bpp
Normal file
BIN
gfx/tilesets/whirlpool/2.2bpp
Normal file
Binary file not shown.
BIN
gfx/tilesets/whirlpool/3.2bpp
Normal file
BIN
gfx/tilesets/whirlpool/3.2bpp
Normal file
Binary file not shown.
BIN
gfx/tilesets/whirlpool/4.2bpp
Normal file
BIN
gfx/tilesets/whirlpool/4.2bpp
Normal file
Binary file not shown.
@ -92,7 +92,7 @@ Tileset01Anim: ; 0xfc0a3
|
|||||||
dw NULL, TileAnimationPalette
|
dw NULL, TileAnimationPalette
|
||||||
dw NULL, WaitTileAnimation
|
dw NULL, WaitTileAnimation
|
||||||
dw NULL, AnimateFlowerTile
|
dw NULL, AnimateFlowerTile
|
||||||
dw $4a98, AnimateWhirlpoolTile
|
dw WhirlpoolFrames, AnimateWhirlpoolTile
|
||||||
dw $4a9c, AnimateWhirlpoolTile
|
dw $4a9c, AnimateWhirlpoolTile
|
||||||
dw $4aa0, AnimateWhirlpoolTile
|
dw $4aa0, AnimateWhirlpoolTile
|
||||||
dw $4aa4, AnimateWhirlpoolTile
|
dw $4aa4, AnimateWhirlpoolTile
|
||||||
@ -1024,5 +1024,20 @@ SproutPillarTile10:
|
|||||||
; fca98
|
; fca98
|
||||||
|
|
||||||
|
|
||||||
INCBIN "baserom.gbc", $fca98, $fcba8 - $fca98
|
WhirlpoolFrames: ; fca98
|
||||||
|
dw $9320, WhirlpoolFrames1
|
||||||
|
dw $9330, WhirlpoolFrames2
|
||||||
|
dw $9420, WhirlpoolFrames3
|
||||||
|
dw $9430, WhirlpoolFrames4
|
||||||
|
; fcaa8
|
||||||
|
|
||||||
|
WhirlpoolFrames1: ; fcaa8
|
||||||
|
INCBIN "gfx/tilesets/whirlpool/1.2bpp"
|
||||||
|
WhirlpoolFrames2: ; fcae8
|
||||||
|
INCBIN "gfx/tilesets/whirlpool/2.2bpp"
|
||||||
|
WhirlpoolFrames3: ; fcb28
|
||||||
|
INCBIN "gfx/tilesets/whirlpool/3.2bpp"
|
||||||
|
WhirlpoolFrames4: ; fcb68
|
||||||
|
INCBIN "gfx/tilesets/whirlpool/4.2bpp"
|
||||||
|
; fcba8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user