mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
split out pic animation asm and clean up some more includes
This commit is contained in:
parent
6690f3901a
commit
ef20124213
@ -1,3 +1,4 @@
|
||||
AnimationPointers:
|
||||
dw BulbasaurAnimation
|
||||
dw IvysaurAnimation
|
||||
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 IvysaurBitmasks
|
||||
dw VenusaurBitmasks
|
||||
|
@ -1,3 +1,4 @@
|
||||
AnimationExtraPointers:
|
||||
dw BulbasaurAnimationExtra
|
||||
dw IvysaurAnimationExtra
|
||||
dw VenusaurAnimationExtra
|
||||
|
@ -1,3 +1,4 @@
|
||||
UnownAnimationPointers:
|
||||
dw UnownAAnimation
|
||||
dw UnownBAnimation
|
||||
dw UnownCAnimation
|
||||
|
@ -1,3 +1,4 @@
|
||||
UnownBitmasksPointers:
|
||||
dw UnownABitmasks
|
||||
dw UnownBBitmasks
|
||||
dw UnownCBitmasks
|
||||
|
@ -1,3 +1,4 @@
|
||||
UnownAnimationExtraPointers:
|
||||
dw UnownAAnimationExtra
|
||||
dw UnownBAnimationExtra
|
||||
dw UnownCAnimationExtra
|
||||
|
Loading…
Reference in New Issue
Block a user