mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
clean up incbins in tileset animations
This commit is contained in:
parent
8dd7cf7c20
commit
4082d11ff3
@ -466,16 +466,11 @@ AnimateFountain: ; fc387
|
|||||||
dw .frame5
|
dw .frame5
|
||||||
dw .frame1
|
dw .frame1
|
||||||
|
|
||||||
.frame1
|
.frame1 INCBIN "gfx/tilesets/fountain/1.2bpp"
|
||||||
INCBIN "gfx/tilesets/fountain/1.2bpp"
|
.frame2 INCBIN "gfx/tilesets/fountain/2.2bpp"
|
||||||
.frame2
|
.frame3 INCBIN "gfx/tilesets/fountain/3.2bpp"
|
||||||
INCBIN "gfx/tilesets/fountain/2.2bpp"
|
.frame4 INCBIN "gfx/tilesets/fountain/4.2bpp"
|
||||||
.frame3
|
.frame5 INCBIN "gfx/tilesets/fountain/5.2bpp"
|
||||||
INCBIN "gfx/tilesets/fountain/3.2bpp"
|
|
||||||
.frame4
|
|
||||||
INCBIN "gfx/tilesets/fountain/4.2bpp"
|
|
||||||
.frame5
|
|
||||||
INCBIN "gfx/tilesets/fountain/5.2bpp"
|
|
||||||
; fc402
|
; fc402
|
||||||
|
|
||||||
|
|
||||||
@ -1046,68 +1041,39 @@ Functionfc71e: ; fc71e
|
|||||||
; fc750
|
; fc750
|
||||||
|
|
||||||
|
|
||||||
SproutPillarTilePointers: ; fc750
|
SproutPillarTilePointer1: dw $92d0, SproutPillarTile1
|
||||||
SproutPillarTilePointer1:
|
SproutPillarTilePointer2: dw $92f0, SproutPillarTile2
|
||||||
dw $92d0, SproutPillarTile1
|
SproutPillarTilePointer3: dw $93d0, SproutPillarTile3
|
||||||
SproutPillarTilePointer2:
|
SproutPillarTilePointer4: dw $93f0, SproutPillarTile4
|
||||||
dw $92f0, SproutPillarTile2
|
SproutPillarTilePointer5: dw $93c0, SproutPillarTile5
|
||||||
SproutPillarTilePointer3:
|
SproutPillarTilePointer6: dw $92c0, SproutPillarTile6
|
||||||
dw $93d0, SproutPillarTile3
|
SproutPillarTilePointer7: dw $94d0, SproutPillarTile7
|
||||||
SproutPillarTilePointer4:
|
SproutPillarTilePointer8: dw $94f0, SproutPillarTile8
|
||||||
dw $93f0, SproutPillarTile4
|
SproutPillarTilePointer9: dw $95d0, SproutPillarTile9
|
||||||
SproutPillarTilePointer5:
|
SproutPillarTilePointer10: dw $95f0, SproutPillarTile10
|
||||||
dw $93c0, SproutPillarTile5
|
|
||||||
SproutPillarTilePointer6:
|
|
||||||
dw $92c0, SproutPillarTile6
|
|
||||||
SproutPillarTilePointer7:
|
|
||||||
dw $94d0, SproutPillarTile7
|
|
||||||
SproutPillarTilePointer8:
|
|
||||||
dw $94f0, SproutPillarTile8
|
|
||||||
SproutPillarTilePointer9:
|
|
||||||
dw $95d0, SproutPillarTile9
|
|
||||||
SproutPillarTilePointer10:
|
|
||||||
dw $95f0, SproutPillarTile10
|
|
||||||
|
|
||||||
SproutPillarTile1:
|
SproutPillarTile1: INCBIN "gfx/tilesets/sprout-pillar/1.2bpp"
|
||||||
INCBIN "gfx/tilesets/sprout-pillar/1.2bpp"
|
SproutPillarTile2: INCBIN "gfx/tilesets/sprout-pillar/2.2bpp"
|
||||||
SproutPillarTile2:
|
SproutPillarTile3: INCBIN "gfx/tilesets/sprout-pillar/3.2bpp"
|
||||||
INCBIN "gfx/tilesets/sprout-pillar/2.2bpp"
|
SproutPillarTile4: INCBIN "gfx/tilesets/sprout-pillar/4.2bpp"
|
||||||
SproutPillarTile3:
|
SproutPillarTile5: INCBIN "gfx/tilesets/sprout-pillar/5.2bpp"
|
||||||
INCBIN "gfx/tilesets/sprout-pillar/3.2bpp"
|
SproutPillarTile6: INCBIN "gfx/tilesets/sprout-pillar/6.2bpp"
|
||||||
SproutPillarTile4:
|
SproutPillarTile7: INCBIN "gfx/tilesets/sprout-pillar/7.2bpp"
|
||||||
INCBIN "gfx/tilesets/sprout-pillar/4.2bpp"
|
SproutPillarTile8: INCBIN "gfx/tilesets/sprout-pillar/8.2bpp"
|
||||||
SproutPillarTile5:
|
SproutPillarTile9: INCBIN "gfx/tilesets/sprout-pillar/9.2bpp"
|
||||||
INCBIN "gfx/tilesets/sprout-pillar/5.2bpp"
|
SproutPillarTile10: INCBIN "gfx/tilesets/sprout-pillar/10.2bpp"
|
||||||
SproutPillarTile6:
|
|
||||||
INCBIN "gfx/tilesets/sprout-pillar/6.2bpp"
|
|
||||||
SproutPillarTile7:
|
|
||||||
INCBIN "gfx/tilesets/sprout-pillar/7.2bpp"
|
|
||||||
SproutPillarTile8:
|
|
||||||
INCBIN "gfx/tilesets/sprout-pillar/8.2bpp"
|
|
||||||
SproutPillarTile9:
|
|
||||||
INCBIN "gfx/tilesets/sprout-pillar/9.2bpp"
|
|
||||||
SproutPillarTile10:
|
|
||||||
INCBIN "gfx/tilesets/sprout-pillar/10.2bpp"
|
|
||||||
; fca98
|
; fca98
|
||||||
|
|
||||||
|
|
||||||
WhirlpoolFrames1: ; fca98
|
WhirlpoolFrames1: dw $9320, WhirlpoolTiles1
|
||||||
dw $9320, WhirlpoolTiles1
|
WhirlpoolFrames2: dw $9330, WhirlpoolTiles2
|
||||||
WhirlpoolFrames2: ; fca9c
|
WhirlpoolFrames3: dw $9420, WhirlpoolTiles3
|
||||||
dw $9330, WhirlpoolTiles2
|
WhirlpoolFrames4: dw $9430, WhirlpoolTiles4
|
||||||
WhirlpoolFrames3: ; fcaa0
|
|
||||||
dw $9420, WhirlpoolTiles3
|
|
||||||
WhirlpoolFrames4: ; fcaa4
|
|
||||||
dw $9430, WhirlpoolTiles4
|
|
||||||
; fcaa8
|
; fcaa8
|
||||||
|
|
||||||
WhirlpoolTiles1: ; fcaa8
|
WhirlpoolTiles1: INCBIN "gfx/tilesets/whirlpool/1.2bpp"
|
||||||
INCBIN "gfx/tilesets/whirlpool/1.2bpp"
|
WhirlpoolTiles2: INCBIN "gfx/tilesets/whirlpool/2.2bpp"
|
||||||
WhirlpoolTiles2: ; fcae8
|
WhirlpoolTiles3: INCBIN "gfx/tilesets/whirlpool/3.2bpp"
|
||||||
INCBIN "gfx/tilesets/whirlpool/2.2bpp"
|
WhirlpoolTiles4: INCBIN "gfx/tilesets/whirlpool/4.2bpp"
|
||||||
WhirlpoolTiles3: ; fcb28
|
|
||||||
INCBIN "gfx/tilesets/whirlpool/3.2bpp"
|
|
||||||
WhirlpoolTiles4: ; fcb68
|
|
||||||
INCBIN "gfx/tilesets/whirlpool/4.2bpp"
|
|
||||||
; fcba8
|
; fcba8
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user