mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-20 22:48:43 +13:00
The Great Trainer Overhaul (Part 2)... and...?
Finishes the trainers of Johto, and a little something extra ;3
This commit is contained in:
parent
429b390f3b
commit
bb3fc104f8
34 changed files with 907 additions and 582 deletions
|
|
@ -428,4 +428,5 @@ AnimationPointers:
|
|||
dw HyoshuYangAnimation
|
||||
dw HyoshuYinAnimation
|
||||
dw CelebiAnimation
|
||||
dw DeoxysAnimation
|
||||
assert_table_length NUM_POKEMON
|
||||
|
|
|
|||
|
|
@ -427,4 +427,5 @@ HoOhAnimation: INCLUDE "gfx/pokemon/ho_oh/anim.asm"
|
|||
HyoshuYangAnimation: INCLUDE "gfx/pokemon/hyoshu_yang/anim.asm"
|
||||
HyoshuYinAnimation: INCLUDE "gfx/pokemon/hyoshu_yin/anim.asm"
|
||||
CelebiAnimation: INCLUDE "gfx/pokemon/celebi/anim.asm"
|
||||
DeoxysAnimation: INCLUDE "gfx/pokemon/deoxys/anim.asm"
|
||||
EggAnimation: INCLUDE "gfx/pokemon/egg/anim.asm"
|
||||
|
|
|
|||
|
|
@ -429,4 +429,5 @@ BitmasksPointers:
|
|||
dw HyoshuYangBitmasks
|
||||
dw HyoshuYinBitmasks
|
||||
dw CelebiBitmasks
|
||||
dw DeoxysBitmasks
|
||||
assert_table_length NUM_POKEMON
|
||||
|
|
|
|||
|
|
@ -427,4 +427,5 @@ HoOhBitmasks: INCLUDE "gfx/pokemon/ho_oh/bitmask.asm"
|
|||
HyoshuYangBitmasks: INCLUDE "gfx/pokemon/hyoshu_yang/bitmask.asm"
|
||||
HyoshuYinBitmasks: INCLUDE "gfx/pokemon/hyoshu_yin/bitmask.asm"
|
||||
CelebiBitmasks: INCLUDE "gfx/pokemon/celebi/bitmask.asm"
|
||||
DeoxysBitmasks: INCLUDE "gfx/pokemon/deoxys/bitmask.asm"
|
||||
EggBitmasks: INCLUDE "gfx/pokemon/egg/bitmask.asm"
|
||||
|
|
|
|||
12
gfx/pokemon/deoxys/anim.asm
Normal file
12
gfx/pokemon/deoxys/anim.asm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
frame 1, 06
|
||||
frame 2, 06
|
||||
frame 1, 06
|
||||
frame 2, 06
|
||||
frame 1, 06
|
||||
frame 3, 06
|
||||
frame 4, 06
|
||||
frame 3, 06
|
||||
frame 5, 06
|
||||
frame 3, 06
|
||||
frame 0, 06
|
||||
endanim
|
||||
5
gfx/pokemon/deoxys/anim_idle.asm
Normal file
5
gfx/pokemon/deoxys/anim_idle.asm
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
frame 1, 06
|
||||
frame 2, 06
|
||||
frame 1, 06
|
||||
frame 2, 06
|
||||
endanim
|
||||
BIN
gfx/pokemon/deoxys/back.png
Normal file
BIN
gfx/pokemon/deoxys/back.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 780 B |
BIN
gfx/pokemon/deoxys/front.png
Normal file
BIN
gfx/pokemon/deoxys/front.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
13
gfx/pokemon/deoxys/shiny.pal
Normal file
13
gfx/pokemon/deoxys/shiny.pal
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
RGB 08, 25, 11
|
||||
RGB 31, 26, 07
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -429,4 +429,5 @@ FramesPointers:
|
|||
dba HyoshuYangFrames
|
||||
dba HyoshuYinFrames
|
||||
dba CelebiFrames
|
||||
dba DeoxysFrames
|
||||
assert_table_length NUM_POKEMON
|
||||
|
|
|
|||
|
|
@ -428,4 +428,5 @@ AnimationIdlePointers:
|
|||
dw HyoshuYangAnimationIdle
|
||||
dw HyoshuYinAnimationIdle
|
||||
dw CelebiAnimationIdle
|
||||
dw DeoxysAnimationIdle
|
||||
assert_table_length NUM_POKEMON
|
||||
|
|
|
|||
|
|
@ -427,4 +427,5 @@ HoOhAnimationIdle: INCLUDE "gfx/pokemon/ho_oh/anim_idle.asm"
|
|||
HyoshuYangAnimationIdle: INCLUDE "gfx/pokemon/hyoshu_yang/anim_idle.asm"
|
||||
HyoshuYinAnimationIdle: INCLUDE "gfx/pokemon/hyoshu_yin/anim_idle.asm"
|
||||
CelebiAnimationIdle: INCLUDE "gfx/pokemon/celebi/anim_idle.asm"
|
||||
DeoxysAnimationIdle: INCLUDE "gfx/pokemon/deoxys/anim_idle.asm"
|
||||
EggAnimationIdle: INCLUDE "gfx/pokemon/egg/anim_idle.asm"
|
||||
|
|
|
|||
|
|
@ -203,4 +203,5 @@ HoOhFrames: INCLUDE "gfx/pokemon/ho_oh/frames.asm"
|
|||
HyoshuYangFrames: INCLUDE "gfx/pokemon/hyoshu_yang/frames.asm"
|
||||
HyoshuYinFrames: INCLUDE "gfx/pokemon/hyoshu_yin/frames.asm"
|
||||
CelebiFrames: INCLUDE "gfx/pokemon/celebi/frames.asm"
|
||||
DeoxysFrames: INCLUDE "gfx/pokemon/deoxys/frames.asm"
|
||||
EggFrames: INCLUDE "gfx/pokemon/egg/frames.asm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue