mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 00:25:24 +13:00
Distributing New Moves and the Rise of the Clubtail
This commit is contained in:
parent
d240c4b046
commit
06ba5dad31
36 changed files with 268 additions and 167 deletions
|
|
@ -275,7 +275,7 @@ AnimationPointers:
|
|||
dw FoxfireAnimation
|
||||
dw YanmaAnimation
|
||||
dw YanmegaAnimation
|
||||
dw Pending03Animation
|
||||
dw OniyanmaAnimation
|
||||
dw WooperAnimation
|
||||
dw QuagsireAnimation
|
||||
dw EspeonAnimation
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@ AercrowAnimation: INCLUDE "gfx/pokemon/aercrow/anim.asm"
|
|||
FoxfireAnimation: INCLUDE "gfx/pokemon/magneton/anim.asm"
|
||||
YanmaAnimation: INCLUDE "gfx/pokemon/yanma/anim.asm"
|
||||
YanmegaAnimation: INCLUDE "gfx/pokemon/yanmega/anim.asm"
|
||||
Pending03Animation: INCLUDE "gfx/pokemon/pending03/anim.asm"
|
||||
OniyanmaAnimation: INCLUDE "gfx/pokemon/oniyanma/anim.asm"
|
||||
WooperAnimation: INCLUDE "gfx/pokemon/wooper/anim.asm"
|
||||
QuagsireAnimation: INCLUDE "gfx/pokemon/quagsire/anim.asm"
|
||||
EspeonAnimation: INCLUDE "gfx/pokemon/espeon/anim.asm"
|
||||
|
|
|
|||
|
|
@ -275,7 +275,7 @@ BitmasksPointers:
|
|||
dw FoxfireBitmasks
|
||||
dw YanmaBitmasks
|
||||
dw YanmegaBitmasks
|
||||
dw Pending03Bitmasks
|
||||
dw OniyanmaBitmasks
|
||||
dw WooperBitmasks
|
||||
dw QuagsireBitmasks
|
||||
dw EspeonBitmasks
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@ AercrowBitmasks: INCLUDE "gfx/pokemon/aercrow/bitmask.asm"
|
|||
FoxfireBitmasks: INCLUDE "gfx/pokemon/foxfire/bitmask.asm"
|
||||
YanmaBitmasks: INCLUDE "gfx/pokemon/yanma/bitmask.asm"
|
||||
YanmegaBitmasks: INCLUDE "gfx/pokemon/yanmega/bitmask.asm"
|
||||
Pending03Bitmasks: INCLUDE "gfx/pokemon/pending03/bitmask.asm"
|
||||
OniyanmaBitmasks: INCLUDE "gfx/pokemon/oniyanma/bitmask.asm"
|
||||
WooperBitmasks: INCLUDE "gfx/pokemon/wooper/bitmask.asm"
|
||||
QuagsireBitmasks: INCLUDE "gfx/pokemon/quagsire/bitmask.asm"
|
||||
EspeonBitmasks: INCLUDE "gfx/pokemon/espeon/bitmask.asm"
|
||||
|
|
|
|||
|
|
@ -275,7 +275,7 @@ FramesPointers:
|
|||
dba FoxfireFrames
|
||||
dba YanmaFrames
|
||||
dba YanmegaFrames
|
||||
dba Pending03Frames
|
||||
dba OniyanmaFrames
|
||||
dba WooperFrames
|
||||
dba QuagsireFrames
|
||||
dba EspeonFrames
|
||||
|
|
|
|||
|
|
@ -275,7 +275,7 @@ AnimationIdlePointers:
|
|||
dw FoxfireAnimationIdle
|
||||
dw YanmaAnimationIdle
|
||||
dw YanmegaAnimationIdle
|
||||
dw Pending03AnimationIdle
|
||||
dw OniyanmaAnimationIdle
|
||||
dw WooperAnimationIdle
|
||||
dw QuagsireAnimationIdle
|
||||
dw EspeonAnimationIdle
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@ AercrowAnimationIdle: INCLUDE "gfx/pokemon/aercrow/anim_idle.asm"
|
|||
FoxfireAnimationIdle: INCLUDE "gfx/pokemon/foxfire/anim_idle.asm"
|
||||
YanmaAnimationIdle: INCLUDE "gfx/pokemon/yanma/anim_idle.asm"
|
||||
YanmegaAnimationIdle: INCLUDE "gfx/pokemon/yanmega/anim_idle.asm"
|
||||
Pending03AnimationIdle: INCLUDE "gfx/pokemon/pending03/anim_idle.asm"
|
||||
OniyanmaAnimationIdle: INCLUDE "gfx/pokemon/oniyanma/anim_idle.asm"
|
||||
WooperAnimationIdle: INCLUDE "gfx/pokemon/wooper/anim_idle.asm"
|
||||
QuagsireAnimationIdle: INCLUDE "gfx/pokemon/quagsire/anim_idle.asm"
|
||||
EspeonAnimationIdle: INCLUDE "gfx/pokemon/espeon/anim_idle.asm"
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ AercrowFrames: INCLUDE "gfx/pokemon/aercrow/frames.asm"
|
|||
FoxfireFrames: INCLUDE "gfx/pokemon/foxfire/frames.asm"
|
||||
YanmaFrames: INCLUDE "gfx/pokemon/yanma/frames.asm"
|
||||
YanmegaFrames: INCLUDE "gfx/pokemon/yanmega/frames.asm"
|
||||
Pending03Frames: INCLUDE "gfx/pokemon/pending03/frames.asm"
|
||||
OniyanmaFrames: INCLUDE "gfx/pokemon/oniyanma/frames.asm"
|
||||
WooperFrames: INCLUDE "gfx/pokemon/wooper/frames.asm"
|
||||
QuagsireFrames: INCLUDE "gfx/pokemon/quagsire/frames.asm"
|
||||
EspeonFrames: INCLUDE "gfx/pokemon/espeon/frames.asm"
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 304 B |
|
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 315 B |
Loading…
Add table
Add a link
Reference in a new issue