Uh oh...it's weirduck.

He's finally here. Performing for you. And he has a very, very funny face.
This commit is contained in:
Llinos Evans 2024-07-06 17:43:35 +01:00
parent 2f19d364ab
commit d191b9c60b
35 changed files with 66 additions and 8 deletions

View file

@ -68,6 +68,7 @@ AnimationPointers:
dw PersianAnimation
dw PerrserkerAnimation
dw PsyduckAnimation
dw WeirduckAnimation
dw GolduckAnimation
dw MankeyAnimation
dw PrimeapeAnimation

View file

@ -66,6 +66,7 @@ MeowthAnimation: INCLUDE "gfx/pokemon/meowth/anim.asm"
PersianAnimation: INCLUDE "gfx/pokemon/persian/anim.asm"
PerrserkerAnimation: INCLUDE "gfx/pokemon/perrserker/anim.asm"
PsyduckAnimation: INCLUDE "gfx/pokemon/psyduck/anim.asm"
WeirduckAnimation: INCLUDE "gfx/pokemon/weirduck/anim.asm"
GolduckAnimation: INCLUDE "gfx/pokemon/golduck/anim.asm"
MankeyAnimation: INCLUDE "gfx/pokemon/mankey/anim.asm"
PrimeapeAnimation: INCLUDE "gfx/pokemon/primeape/anim.asm"

View file

@ -68,6 +68,7 @@ BitmasksPointers:
dw PersianBitmasks
dw PerrserkerBitmasks
dw PsyduckBitmasks
dw WeirduckBitmasks
dw GolduckBitmasks
dw MankeyBitmasks
dw PrimeapeBitmasks

View file

@ -66,6 +66,7 @@ MeowthBitmasks: INCLUDE "gfx/pokemon/meowth/bitmask.asm"
PersianBitmasks: INCLUDE "gfx/pokemon/persian/bitmask.asm"
PerrserkerBitmasks: INCLUDE "gfx/pokemon/perrserker/bitmask.asm"
PsyduckBitmasks: INCLUDE "gfx/pokemon/psyduck/bitmask.asm"
WeirduckBitmasks: INCLUDE "gfx/pokemon/weirduck/bitmask.asm"
GolduckBitmasks: INCLUDE "gfx/pokemon/golduck/bitmask.asm"
MankeyBitmasks: INCLUDE "gfx/pokemon/mankey/bitmask.asm"
PrimeapeBitmasks: INCLUDE "gfx/pokemon/primeape/bitmask.asm"

View file

@ -68,6 +68,7 @@ FramesPointers:
dba PersianFrames
dba PerrserkerFrames
dba PsyduckFrames
dba WeirduckFrames
dba GolduckFrames
dba MankeyFrames
dba PrimeapeFrames

View file

@ -68,6 +68,7 @@ AnimationIdlePointers:
dw PersianAnimationIdle
dw PerrserkerAnimationIdle
dw PsyduckAnimationIdle
dw WeirduckAnimationIdle
dw GolduckAnimationIdle
dw MankeyAnimationIdle
dw PrimeapeAnimationIdle

View file

@ -66,6 +66,7 @@ MeowthAnimationIdle: INCLUDE "gfx/pokemon/meowth/anim_idle.asm"
PersianAnimationIdle: INCLUDE "gfx/pokemon/persian/anim_idle.asm"
PerrserkerAnimationIdle: INCLUDE "gfx/pokemon/perrserker/anim_idle.asm"
PsyduckAnimationIdle: INCLUDE "gfx/pokemon/psyduck/anim_idle.asm"
WeirduckAnimationIdle: INCLUDE "gfx/pokemon/weirduck/anim_idle.asm"
GolduckAnimationIdle: INCLUDE "gfx/pokemon/golduck/anim_idle.asm"
MankeyAnimationIdle: INCLUDE "gfx/pokemon/mankey/anim_idle.asm"
PrimeapeAnimationIdle: INCLUDE "gfx/pokemon/primeape/anim_idle.asm"

View file

@ -68,6 +68,7 @@ MeowthFrames: INCLUDE "gfx/pokemon/meowth/frames.asm"
PersianFrames: INCLUDE "gfx/pokemon/persian/frames.asm"
PerrserkerFrames: INCLUDE "gfx/pokemon/perrserker/frames.asm"
PsyduckFrames: INCLUDE "gfx/pokemon/psyduck/frames.asm"
WeirduckFrames: INCLUDE "gfx/pokemon/weirduck/frames.asm"
GolduckFrames: INCLUDE "gfx/pokemon/golduck/frames.asm"
MankeyFrames: INCLUDE "gfx/pokemon/mankey/frames.asm"
PrimeapeFrames: INCLUDE "gfx/pokemon/primeape/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