Togekiss!

No sprite yet - someone will need to catch that
This commit is contained in:
Llinos Evans 2024-07-02 11:52:43 +01:00
parent c6b2bf0885
commit 5b831b6e81
33 changed files with 76 additions and 3 deletions

View file

@ -212,6 +212,7 @@ AnimationPointers:
dw IgglybuffAnimation
dw TogepiAnimation
dw TogeticAnimation
dw TogekissAnimation
dw NatuAnimation
dw XatuAnimation
dw MoibelleAnimation

View file

@ -210,6 +210,7 @@ CleffaAnimation: INCLUDE "gfx/pokemon/cleffa/anim.asm"
IgglybuffAnimation: INCLUDE "gfx/pokemon/igglybuff/anim.asm"
TogepiAnimation: INCLUDE "gfx/pokemon/togepi/anim.asm"
TogeticAnimation: INCLUDE "gfx/pokemon/togetic/anim.asm"
TogekissAnimation: INCLUDE "gfx/pokemon/togekiss/anim.asm"
NatuAnimation: INCLUDE "gfx/pokemon/natu/anim.asm"
XatuAnimation: INCLUDE "gfx/pokemon/xatu/anim.asm"
MoibelleAnimation: INCLUDE "gfx/pokemon/moibelle/anim.asm"

View file

@ -212,6 +212,7 @@ BitmasksPointers:
dw IgglybuffBitmasks
dw TogepiBitmasks
dw TogeticBitmasks
dw TogekissBitmasks
dw NatuBitmasks
dw XatuBitmasks
dw MoibelleBitmasks

View file

@ -210,6 +210,7 @@ CleffaBitmasks: INCLUDE "gfx/pokemon/cleffa/bitmask.asm"
IgglybuffBitmasks: INCLUDE "gfx/pokemon/igglybuff/bitmask.asm"
TogepiBitmasks: INCLUDE "gfx/pokemon/togepi/bitmask.asm"
TogeticBitmasks: INCLUDE "gfx/pokemon/togetic/bitmask.asm"
TogekissBitmasks: INCLUDE "gfx/pokemon/togekiss/bitmask.asm"
NatuBitmasks: INCLUDE "gfx/pokemon/natu/bitmask.asm"
XatuBitmasks: INCLUDE "gfx/pokemon/xatu/bitmask.asm"
MoibelleBitmasks: INCLUDE "gfx/pokemon/moibelle/bitmask.asm"

View file

@ -212,6 +212,7 @@ FramesPointers:
dba IgglybuffFrames
dba TogepiFrames
dba TogeticFrames
dba TogekissFrames
dba NatuFrames
dba XatuFrames
dba MoibelleFrames

View file

@ -212,6 +212,7 @@ AnimationIdlePointers:
dw IgglybuffAnimationIdle
dw TogepiAnimationIdle
dw TogeticAnimationIdle
dw TogekissAnimationIdle
dw NatuAnimationIdle
dw XatuAnimationIdle
dw MoibelleAnimationIdle

View file

@ -210,6 +210,7 @@ CleffaAnimationIdle: INCLUDE "gfx/pokemon/cleffa/anim_idle.asm"
IgglybuffAnimationIdle: INCLUDE "gfx/pokemon/igglybuff/anim_idle.asm"
TogepiAnimationIdle: INCLUDE "gfx/pokemon/togepi/anim_idle.asm"
TogeticAnimationIdle: INCLUDE "gfx/pokemon/togetic/anim_idle.asm"
TogekissAnimationIdle: INCLUDE "gfx/pokemon/togekiss/anim_idle.asm"
NatuAnimationIdle: INCLUDE "gfx/pokemon/natu/anim_idle.asm"
XatuAnimationIdle: INCLUDE "gfx/pokemon/xatu/anim_idle.asm"
MoibelleAnimationIdle: INCLUDE "gfx/pokemon/moibelle/anim_idle.asm"

View file

@ -33,6 +33,7 @@ CleffaFrames: INCLUDE "gfx/pokemon/cleffa/frames.asm"
IgglybuffFrames: INCLUDE "gfx/pokemon/igglybuff/frames.asm"
TogepiFrames: INCLUDE "gfx/pokemon/togepi/frames.asm"
TogeticFrames: INCLUDE "gfx/pokemon/togetic/frames.asm"
TogekissFrames: INCLUDE "gfx/pokemon/togekiss/frames.asm"
NatuFrames: INCLUDE "gfx/pokemon/natu/frames.asm"
XatuFrames: INCLUDE "gfx/pokemon/xatu/frames.asm"
MoibelleFrames: INCLUDE "gfx/pokemon/moibelle/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