You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
split out pic animation asm and clean up some more includes
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
AnimationPointers:
|
||||||
dw BulbasaurAnimation
|
dw BulbasaurAnimation
|
||||||
dw IvysaurAnimation
|
dw IvysaurAnimation
|
||||||
dw VenusaurAnimation
|
dw VenusaurAnimation
|
||||||
|
1029
gfx/pics/animation.asm
Normal file
1029
gfx/pics/animation.asm
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,4 @@
|
|||||||
|
BitmasksPointers:
|
||||||
dw BulbasaurBitmasks
|
dw BulbasaurBitmasks
|
||||||
dw IvysaurBitmasks
|
dw IvysaurBitmasks
|
||||||
dw VenusaurBitmasks
|
dw VenusaurBitmasks
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
AnimationExtraPointers:
|
||||||
dw BulbasaurAnimationExtra
|
dw BulbasaurAnimationExtra
|
||||||
dw IvysaurAnimationExtra
|
dw IvysaurAnimationExtra
|
||||||
dw VenusaurAnimationExtra
|
dw VenusaurAnimationExtra
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
UnownAnimationPointers:
|
||||||
dw UnownAAnimation
|
dw UnownAAnimation
|
||||||
dw UnownBAnimation
|
dw UnownBAnimation
|
||||||
dw UnownCAnimation
|
dw UnownCAnimation
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
UnownBitmasksPointers:
|
||||||
dw UnownABitmasks
|
dw UnownABitmasks
|
||||||
dw UnownBBitmasks
|
dw UnownBBitmasks
|
||||||
dw UnownCBitmasks
|
dw UnownCBitmasks
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
UnownAnimationExtraPointers:
|
||||||
dw UnownAAnimationExtra
|
dw UnownAAnimationExtra
|
||||||
dw UnownBAnimationExtra
|
dw UnownBAnimationExtra
|
||||||
dw UnownCAnimationExtra
|
dw UnownCAnimationExtra
|
||||||
|
Reference in New Issue
Block a user