WE FORGOT WYNAUT

This commit is contained in:
Misty 2023-11-19 03:20:34 -05:00
parent 3ec32bd3d2
commit 0721a89fea
34 changed files with 79 additions and 5 deletions

View file

@ -245,6 +245,7 @@ AnimationPointers:
dw StromenAnimation
dw PhandarinAnimation
dw UnownAnimation
dw WynautAnimation
dw WobbuffetAnimation
dw BipullaAnimation
dw CalflacAnimation

View file

@ -243,6 +243,7 @@ MismagiusAnimation: INCLUDE "gfx/pokemon/mismagius/anim.asm"
StromenAnimation: INCLUDE "gfx/pokemon/stromen/anim.asm"
PhandarinAnimation: INCLUDE "gfx/pokemon/phandarin/anim.asm"
UnownAnimation: INCLUDE "gfx/pokemon/unown/anim.asm"
WynautAnimation: INCLUDE "gfx/pokemon/wynaut/anim.asm"
WobbuffetAnimation: INCLUDE "gfx/pokemon/wobbuffet/anim.asm"
BipullaAnimation: INCLUDE "gfx/pokemon/bipulla/anim.asm"
CalflacAnimation: INCLUDE "gfx/pokemon/calflac/anim.asm"

View file

@ -245,6 +245,7 @@ BitmasksPointers:
dw StromenBitmasks
dw PhandarinBitmasks
dw UnownBitmasks
dw WynautBitmasks
dw WobbuffetBitmasks
dw BipullaBitmasks
dw CalflacBitmasks

View file

@ -243,6 +243,7 @@ MismagiusBitmasks: INCLUDE "gfx/pokemon/mismagius/bitmask.asm"
StromenBitmasks: INCLUDE "gfx/pokemon/stromen/bitmask.asm"
PhandarinBitmasks: INCLUDE "gfx/pokemon/phandarin/bitmask.asm"
UnownBitmasks: INCLUDE "gfx/pokemon/unown/bitmask.asm"
WynautBitmasks: INCLUDE "gfx/pokemon/wynaut/bitmask.asm"
WobbuffetBitmasks: INCLUDE "gfx/pokemon/wobbuffet/bitmask.asm"
BipullaBitmasks: INCLUDE "gfx/pokemon/bipulla/bitmask.asm"
CalflacBitmasks: INCLUDE "gfx/pokemon/calflac/bitmask.asm"

View file

@ -245,6 +245,7 @@ FramesPointers:
dba StromenFrames
dba PhandarinFrames
dba UnownFrames
dba WynautFrames
dba WobbuffetFrames
dba BipullaFrames
dba CalflacFrames

View file

@ -245,6 +245,7 @@ AnimationIdlePointers:
dw StromenAnimationIdle
dw PhandarinAnimationIdle
dw UnownAnimationIdle
dw WynautAnimationIdle
dw WobbuffetAnimationIdle
dw BipullaAnimationIdle
dw CalflacAnimationIdle

View file

@ -243,6 +243,7 @@ MismagiusAnimationIdle: INCLUDE "gfx/pokemon/mismagius/anim_idle.asm"
StromenAnimationIdle: INCLUDE "gfx/pokemon/stromen/anim_idle.asm"
PhandarinAnimationIdle: INCLUDE "gfx/pokemon/phandarin/anim_idle.asm"
UnownAnimationIdle: INCLUDE "gfx/pokemon/unown/anim_idle.asm"
WynautAnimationIdle: INCLUDE "gfx/pokemon/wynaut/anim_idle.asm"
WobbuffetAnimationIdle: INCLUDE "gfx/pokemon/wobbuffet/anim_idle.asm"
BipullaAnimationIdle: INCLUDE "gfx/pokemon/bipulla/anim_idle.asm"
CalflacAnimationIdle: INCLUDE "gfx/pokemon/calflac/anim_idle.asm"

View file

@ -67,6 +67,7 @@ MismagiusFrames: INCLUDE "gfx/pokemon/mismagius/frames.asm"
StromenFrames: INCLUDE "gfx/pokemon/stromen/frames.asm"
PhandarinFrames: INCLUDE "gfx/pokemon/phandarin/frames.asm"
UnownFrames: INCLUDE "gfx/pokemon/unown/frames.asm"
WynautFrames: INCLUDE "gfx/pokemon/wynaut/frames.asm"
WobbuffetFrames: INCLUDE "gfx/pokemon/wobbuffet/frames.asm"
BipullaFrames: INCLUDE "gfx/pokemon/bipulla/frames.asm"
CalflacFrames: INCLUDE "gfx/pokemon/calflac/frames.asm"

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

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

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