mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
woohoo it's orfry
This commit is contained in:
parent
ca092d9bd1
commit
c6b2bf0885
33 changed files with 61 additions and 5 deletions
|
|
@ -141,6 +141,7 @@ AnimationPointers:
|
|||
dw SeadraAnimation
|
||||
dw BlastykeAnimation
|
||||
dw BlastoiseAnimation
|
||||
dw OrfryAnimation
|
||||
dw GoldeenAnimation
|
||||
dw SeakingAnimation
|
||||
dw StaryuAnimation
|
||||
|
|
|
|||
|
|
@ -139,6 +139,7 @@ HorseaAnimation: INCLUDE "gfx/pokemon/horsea/anim.asm"
|
|||
SeadraAnimation: INCLUDE "gfx/pokemon/seadra/anim.asm"
|
||||
BlastykeAnimation: INCLUDE "gfx/pokemon/blastyke/anim.asm"
|
||||
BlastoiseAnimation: INCLUDE "gfx/pokemon/blastoise/anim.asm"
|
||||
OrfryAnimation: INCLUDE "gfx/pokemon/orfry/anim.asm"
|
||||
GoldeenAnimation: INCLUDE "gfx/pokemon/goldeen/anim.asm"
|
||||
SeakingAnimation: INCLUDE "gfx/pokemon/seaking/anim.asm"
|
||||
StaryuAnimation: INCLUDE "gfx/pokemon/staryu/anim.asm"
|
||||
|
|
|
|||
|
|
@ -141,6 +141,7 @@ BitmasksPointers:
|
|||
dw SeadraBitmasks
|
||||
dw BlastykeBitmasks
|
||||
dw BlastoiseBitmasks
|
||||
dw OrfryBitmasks
|
||||
dw GoldeenBitmasks
|
||||
dw SeakingBitmasks
|
||||
dw StaryuBitmasks
|
||||
|
|
|
|||
|
|
@ -139,6 +139,7 @@ HorseaBitmasks: INCLUDE "gfx/pokemon/horsea/bitmask.asm"
|
|||
SeadraBitmasks: INCLUDE "gfx/pokemon/seadra/bitmask.asm"
|
||||
BlastykeBitmasks: INCLUDE "gfx/pokemon/blastyke/bitmask.asm"
|
||||
BlastoiseBitmasks: INCLUDE "gfx/pokemon/blastoise/bitmask.asm"
|
||||
OrfryBitmasks: INCLUDE "gfx/pokemon/orfry/bitmask.asm"
|
||||
GoldeenBitmasks: INCLUDE "gfx/pokemon/goldeen/bitmask.asm"
|
||||
SeakingBitmasks: INCLUDE "gfx/pokemon/seaking/bitmask.asm"
|
||||
StaryuBitmasks: INCLUDE "gfx/pokemon/staryu/bitmask.asm"
|
||||
|
|
|
|||
|
|
@ -141,6 +141,7 @@ FramesPointers:
|
|||
dba SeadraFrames
|
||||
dba BlastykeFrames
|
||||
dba BlastoiseFrames
|
||||
dba OrfryFrames
|
||||
dba GoldeenFrames
|
||||
dba SeakingFrames
|
||||
dba StaryuFrames
|
||||
|
|
|
|||
|
|
@ -141,6 +141,7 @@ AnimationIdlePointers:
|
|||
dw SeadraAnimationIdle
|
||||
dw BlastykeAnimationIdle
|
||||
dw BlastoiseAnimationIdle
|
||||
dw OrfryAnimationIdle
|
||||
dw GoldeenAnimationIdle
|
||||
dw SeakingAnimationIdle
|
||||
dw StaryuAnimationIdle
|
||||
|
|
|
|||
|
|
@ -139,6 +139,7 @@ HorseaAnimationIdle: INCLUDE "gfx/pokemon/horsea/anim_idle.asm"
|
|||
SeadraAnimationIdle: INCLUDE "gfx/pokemon/seadra/anim_idle.asm"
|
||||
BlastykeAnimationIdle: INCLUDE "gfx/pokemon/blastyke/anim_idle.asm"
|
||||
BlastoiseAnimationIdle: INCLUDE "gfx/pokemon/blastoise/anim_idle.asm"
|
||||
OrfryAnimationIdle: INCLUDE "gfx/pokemon/orfry/anim_idle.asm"
|
||||
GoldeenAnimationIdle: INCLUDE "gfx/pokemon/goldeen/anim_idle.asm"
|
||||
SeakingAnimationIdle: INCLUDE "gfx/pokemon/seaking/anim_idle.asm"
|
||||
StaryuAnimationIdle: INCLUDE "gfx/pokemon/staryu/anim_idle.asm"
|
||||
|
|
|
|||
|
|
@ -141,6 +141,7 @@ HorseaFrames: INCLUDE "gfx/pokemon/horsea/frames.asm"
|
|||
SeadraFrames: INCLUDE "gfx/pokemon/seadra/frames.asm"
|
||||
BlastykeFrames: INCLUDE "gfx/pokemon/blastyke/frames.asm"
|
||||
BlastoiseFrames: INCLUDE "gfx/pokemon/blastoise/frames.asm"
|
||||
OrfryFrames: INCLUDE "gfx/pokemon/orfry/frames.asm"
|
||||
GoldeenFrames: INCLUDE "gfx/pokemon/goldeen/frames.asm"
|
||||
SeakingFrames: INCLUDE "gfx/pokemon/seaking/frames.asm"
|
||||
StaryuFrames: INCLUDE "gfx/pokemon/staryu/frames.asm"
|
||||
|
|
|
|||
1
gfx/pokemon/orfry/anim.asm
Normal file
1
gfx/pokemon/orfry/anim.asm
Normal file
|
|
@ -0,0 +1 @@
|
|||
endanim
|
||||
1
gfx/pokemon/orfry/anim_idle.asm
Normal file
1
gfx/pokemon/orfry/anim_idle.asm
Normal file
|
|
@ -0,0 +1 @@
|
|||
endanim
|
||||
BIN
gfx/pokemon/orfry/back.png
Normal file
BIN
gfx/pokemon/orfry/back.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 304 B |
BIN
gfx/pokemon/orfry/front.png
Normal file
BIN
gfx/pokemon/orfry/front.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 315 B |
2
gfx/pokemon/orfry/shiny.pal
Normal file
2
gfx/pokemon/orfry/shiny.pal
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
RGB 22, 22, 12
|
||||
RGB 07, 15, 25
|
||||
Loading…
Add table
Add a link
Reference in a new issue