mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Luxwan
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:
parent
d191b9c60b
commit
4972915076
35 changed files with 63 additions and 4 deletions
|
|
@ -105,6 +105,7 @@ AnimationPointers:
|
|||
dw RibbitoAnimation
|
||||
dw CroakozunaAnimation
|
||||
dw FarfetchDAnimation
|
||||
dw LuxwanAnimation
|
||||
dw DoduoAnimation
|
||||
dw DodrioAnimation
|
||||
dw SeelAnimation
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -105,6 +105,7 @@ BitmasksPointers:
|
|||
dw RibbitoBitmasks
|
||||
dw CroakozunaBitmasks
|
||||
dw FarfetchDBitmasks
|
||||
dw LuxwanBitmasks
|
||||
dw DoduoBitmasks
|
||||
dw DodrioBitmasks
|
||||
dw SeelBitmasks
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -105,6 +105,7 @@ FramesPointers:
|
|||
dba RibbitoFrames
|
||||
dba CroakozunaFrames
|
||||
dba FarfetchDFrames
|
||||
dba LuxwanFrames
|
||||
dba DoduoFrames
|
||||
dba DodrioFrames
|
||||
dba SeelFrames
|
||||
|
|
|
|||
|
|
@ -105,6 +105,7 @@ AnimationIdlePointers:
|
|||
dw RibbitoAnimationIdle
|
||||
dw CroakozunaAnimationIdle
|
||||
dw FarfetchDAnimationIdle
|
||||
dw LuxwanAnimationIdle
|
||||
dw DoduoAnimationIdle
|
||||
dw DodrioAnimationIdle
|
||||
dw SeelAnimationIdle
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
1
gfx/pokemon/luxwan/anim.asm
Normal file
1
gfx/pokemon/luxwan/anim.asm
Normal file
|
|
@ -0,0 +1 @@
|
|||
endanim
|
||||
1
gfx/pokemon/luxwan/anim_idle.asm
Normal file
1
gfx/pokemon/luxwan/anim_idle.asm
Normal file
|
|
@ -0,0 +1 @@
|
|||
endanim
|
||||
BIN
gfx/pokemon/luxwan/back.png
Normal file
BIN
gfx/pokemon/luxwan/back.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 487 B |
BIN
gfx/pokemon/luxwan/front.png
Normal file
BIN
gfx/pokemon/luxwan/front.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 706 B |
4
gfx/pokemon/luxwan/shiny.pal
Normal file
4
gfx/pokemon/luxwan/shiny.pal
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
RGB 31, 17, 31
|
||||
RGB 31, 21, 00
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue