Cubburn and Palssio families

This adds the Cubburn and Palssio families; Silent Hills can start proper development from here.
This commit is contained in:
Llinos Evans 2023-11-02 14:37:12 +00:00
parent 4c1d1132aa
commit bd35a6c862
77 changed files with 497 additions and 16 deletions

View file

@ -187,6 +187,12 @@ AnimationPointers:
dw TotodileAnimation
dw CroconawAnimation
dw FeraligatrAnimation
dw CubburnAnimation
dw FlambearAnimation
dw BruinousAnimation
dw PalssioAnimation
dw PressioAnimation
dw DonmarinAnimation
dw SentretAnimation
dw FurretAnimation
dw HoothootAnimation

View file

@ -185,6 +185,12 @@ TyphlosionAnimation: INCLUDE "gfx/pokemon/typhlosion/anim.asm"
TotodileAnimation: INCLUDE "gfx/pokemon/totodile/anim.asm"
CroconawAnimation: INCLUDE "gfx/pokemon/croconaw/anim.asm"
FeraligatrAnimation: INCLUDE "gfx/pokemon/feraligatr/anim.asm"
CubburnAnimation: INCLUDE "gfx/pokemon/cubburn/anim.asm"
FlambearAnimation: INCLUDE "gfx/pokemon/flambear/anim.asm"
BruinousAnimation: INCLUDE "gfx/pokemon/bruinous/anim.asm"
PalssioAnimation: INCLUDE "gfx/pokemon/palssio/anim.asm"
PressioAnimation: INCLUDE "gfx/pokemon/pressio/anim.asm"
DonmarinAnimation: INCLUDE "gfx/pokemon/donmarin/anim.asm"
SentretAnimation: INCLUDE "gfx/pokemon/sentret/anim.asm"
FurretAnimation: INCLUDE "gfx/pokemon/furret/anim.asm"
HoothootAnimation: INCLUDE "gfx/pokemon/hoothoot/anim.asm"

View file

@ -187,6 +187,12 @@ BitmasksPointers:
dw TotodileBitmasks
dw CroconawBitmasks
dw FeraligatrBitmasks
dw CubburnBitmasks
dw FlambearBitmasks
dw BruinousBitmasks
dw PalssioBitmasks
dw PressioBitmasks
dw DonmarinBitmasks
dw SentretBitmasks
dw FurretBitmasks
dw HoothootBitmasks

View file

@ -185,6 +185,12 @@ TyphlosionBitmasks: INCLUDE "gfx/pokemon/typhlosion/bitmask.asm"
TotodileBitmasks: INCLUDE "gfx/pokemon/totodile/bitmask.asm"
CroconawBitmasks: INCLUDE "gfx/pokemon/croconaw/bitmask.asm"
FeraligatrBitmasks: INCLUDE "gfx/pokemon/feraligatr/bitmask.asm"
CubburnBitmasks: INCLUDE "gfx/pokemon/cubburn/bitmask.asm"
FlambearBitmasks: INCLUDE "gfx/pokemon/flambear/bitmask.asm"
BruinousBitmasks: INCLUDE "gfx/pokemon/bruinous/bitmask.asm"
PalssioBitmasks: INCLUDE "gfx/pokemon/palssio/bitmask.asm"
PressioBitmasks: INCLUDE "gfx/pokemon/pressio/bitmask.asm"
DonmarinBitmasks: INCLUDE "gfx/pokemon/donmarin/bitmask.asm"
SentretBitmasks: INCLUDE "gfx/pokemon/sentret/bitmask.asm"
FurretBitmasks: INCLUDE "gfx/pokemon/furret/bitmask.asm"
HoothootBitmasks: INCLUDE "gfx/pokemon/hoothoot/bitmask.asm"

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -187,6 +187,12 @@ FramesPointers:
dba TotodileFrames
dba CroconawFrames
dba FeraligatrFrames
dba CubburnFrames
dba FlambearFrames
dba BruinousFrames
dba PalssioFrames
dba PressioFrames
dba DonmarinFrames
dba SentretFrames
dba FurretFrames
dba HoothootFrames

View file

@ -187,6 +187,12 @@ AnimationIdlePointers:
dw TotodileAnimationIdle
dw CroconawAnimationIdle
dw FeraligatrAnimationIdle
dw CubburnAnimationIdle
dw FlambearAnimationIdle
dw BruinousAnimationIdle
dw PalssioAnimationIdle
dw PressioAnimationIdle
dw DonmarinAnimationIdle
dw SentretAnimationIdle
dw FurretAnimationIdle
dw HoothootAnimationIdle

View file

@ -185,6 +185,12 @@ TyphlosionAnimationIdle: INCLUDE "gfx/pokemon/typhlosion/anim_idle.asm"
TotodileAnimationIdle: INCLUDE "gfx/pokemon/totodile/anim_idle.asm"
CroconawAnimationIdle: INCLUDE "gfx/pokemon/croconaw/anim_idle.asm"
FeraligatrAnimationIdle: INCLUDE "gfx/pokemon/feraligatr/anim_idle.asm"
CubburnAnimationIdle: INCLUDE "gfx/pokemon/cubburn/anim_idle.asm"
FlambearAnimationIdle: INCLUDE "gfx/pokemon/flambear/anim_idle.asm"
BruinousAnimationIdle: INCLUDE "gfx/pokemon/bruinous/anim_idle.asm"
PalssioAnimationIdle: INCLUDE "gfx/pokemon/palssio/anim_idle.asm"
PressioAnimationIdle: INCLUDE "gfx/pokemon/pressio/anim_idle.asm"
DonmarinAnimationIdle: INCLUDE "gfx/pokemon/donmarin/anim_idle.asm"
SentretAnimationIdle: INCLUDE "gfx/pokemon/sentret/anim_idle.asm"
FurretAnimationIdle: INCLUDE "gfx/pokemon/furret/anim_idle.asm"
HoothootAnimationIdle: INCLUDE "gfx/pokemon/hoothoot/anim_idle.asm"

View file

@ -9,6 +9,12 @@ TyphlosionFrames: INCLUDE "gfx/pokemon/typhlosion/frames.asm"
TotodileFrames: INCLUDE "gfx/pokemon/totodile/frames.asm"
CroconawFrames: INCLUDE "gfx/pokemon/croconaw/frames.asm"
FeraligatrFrames: INCLUDE "gfx/pokemon/feraligatr/frames.asm"
CubburnFrames: INCLUDE "gfx/pokemon/cubburn/frames.asm"
FlambearFrames: INCLUDE "gfx/pokemon/flambear/frames.asm"
BruinousFrames: INCLUDE "gfx/pokemon/bruinous/frames.asm"
PalssioFrames: INCLUDE "gfx/pokemon/palssio/frames.asm"
PressioFrames: INCLUDE "gfx/pokemon/pressio/frames.asm"
DonmarinFrames: INCLUDE "gfx/pokemon/donmarin/frames.asm"
SentretFrames: INCLUDE "gfx/pokemon/sentret/frames.asm"
FurretFrames: INCLUDE "gfx/pokemon/furret/frames.asm"
HoothootFrames: INCLUDE "gfx/pokemon/hoothoot/frames.asm"

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25