Now the random farfetch'd are worth catching!

Also I fucked up the channels on the sprite can someone get that
This commit is contained in:
Llinos Evans 2024-07-06 18:16:45 +01:00
parent d191b9c60b
commit 4972915076
35 changed files with 63 additions and 4 deletions

View file

@ -105,6 +105,7 @@ AnimationPointers:
dw RibbitoAnimation
dw CroakozunaAnimation
dw FarfetchDAnimation
dw LuxwanAnimation
dw DoduoAnimation
dw DodrioAnimation
dw SeelAnimation

View file

@ -103,6 +103,7 @@ JabettaAnimation: INCLUDE "gfx/pokemon/jabetta/anim.asm"
RibbitoAnimation: INCLUDE "gfx/pokemon/ribbito/anim.asm"
CroakozunaAnimation: INCLUDE "gfx/pokemon/croakozuna/anim.asm"
FarfetchDAnimation: INCLUDE "gfx/pokemon/farfetch_d/anim.asm"
LuxwanAnimation: INCLUDE "gfx/pokemon/luxwan/anim.asm"
DoduoAnimation: INCLUDE "gfx/pokemon/doduo/anim.asm"
DodrioAnimation: INCLUDE "gfx/pokemon/dodrio/anim.asm"
SeelAnimation: INCLUDE "gfx/pokemon/seel/anim.asm"

View file

@ -105,6 +105,7 @@ BitmasksPointers:
dw RibbitoBitmasks
dw CroakozunaBitmasks
dw FarfetchDBitmasks
dw LuxwanBitmasks
dw DoduoBitmasks
dw DodrioBitmasks
dw SeelBitmasks

View file

@ -103,6 +103,7 @@ JabettaBitmasks: INCLUDE "gfx/pokemon/jabetta/bitmask.asm"
RibbitoBitmasks: INCLUDE "gfx/pokemon/ribbito/bitmask.asm"
CroakozunaBitmasks: INCLUDE "gfx/pokemon/croakozuna/bitmask.asm"
FarfetchDBitmasks: INCLUDE "gfx/pokemon/farfetch_d/bitmask.asm"
LuxwanBitmasks: INCLUDE "gfx/pokemon/luxwan/bitmask.asm"
DoduoBitmasks: INCLUDE "gfx/pokemon/doduo/bitmask.asm"
DodrioBitmasks: INCLUDE "gfx/pokemon/dodrio/bitmask.asm"
SeelBitmasks: INCLUDE "gfx/pokemon/seel/bitmask.asm"

View file

@ -105,6 +105,7 @@ FramesPointers:
dba RibbitoFrames
dba CroakozunaFrames
dba FarfetchDFrames
dba LuxwanFrames
dba DoduoFrames
dba DodrioFrames
dba SeelFrames

View file

@ -105,6 +105,7 @@ AnimationIdlePointers:
dw RibbitoAnimationIdle
dw CroakozunaAnimationIdle
dw FarfetchDAnimationIdle
dw LuxwanAnimationIdle
dw DoduoAnimationIdle
dw DodrioAnimationIdle
dw SeelAnimationIdle

View file

@ -103,6 +103,7 @@ JabettaAnimationIdle: INCLUDE "gfx/pokemon/jabetta/anim_idle.asm"
RibbitoAnimationIdle: INCLUDE "gfx/pokemon/ribbito/anim_idle.asm"
CroakozunaAnimationIdle: INCLUDE "gfx/pokemon/croakozuna/anim_idle.asm"
FarfetchDAnimationIdle: INCLUDE "gfx/pokemon/farfetch_d/anim_idle.asm"
LuxwanAnimationIdle: INCLUDE "gfx/pokemon/luxwan/anim_idle.asm"
DoduoAnimationIdle: INCLUDE "gfx/pokemon/doduo/anim_idle.asm"
DodrioAnimationIdle: INCLUDE "gfx/pokemon/dodrio/anim_idle.asm"
SeelAnimationIdle: INCLUDE "gfx/pokemon/seel/anim_idle.asm"

View file

@ -105,6 +105,7 @@ JabettaFrames: INCLUDE "gfx/pokemon/jabetta/frames.asm"
RibbitoFrames: INCLUDE "gfx/pokemon/ribbito/frames.asm"
CroakozunaFrames: INCLUDE "gfx/pokemon/croakozuna/frames.asm"
FarfetchDFrames: INCLUDE "gfx/pokemon/farfetch_d/frames.asm"
LuxwanFrames: INCLUDE "gfx/pokemon/luxwan/frames.asm"
DoduoFrames: INCLUDE "gfx/pokemon/doduo/frames.asm"
DodrioFrames: INCLUDE "gfx/pokemon/dodrio/frames.asm"
SeelFrames: INCLUDE "gfx/pokemon/seel/frames.asm"

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

BIN
gfx/pokemon/luxwan/back.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 B

View file

@ -0,0 +1,4 @@
RGB 31, 17, 31
RGB 31, 21, 00