mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 00:25:24 +13:00
Add Unown ! and ?
Taken from https://github.com/pret/pokecrystal/wiki/Add-a-new-Unown-form There's some embedded palette errors that need fixing.
This commit is contained in:
parent
bd817d99f9
commit
6a44f96575
29 changed files with 93 additions and 18 deletions
2
gfx/pokemon/munchlax/credit.txt
Normal file
2
gfx/pokemon/munchlax/credit.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Taken from here: https://github.com/pret/pokecrystal/wiki/Add-a-new-Pok%C3%A9mon
|
||||
Made by SCMidna
|
||||
|
|
@ -26,4 +26,6 @@ UnownAnimationPointers:
|
|||
dw UnownXAnimation
|
||||
dw UnownYAnimation
|
||||
dw UnownZAnimation
|
||||
dw UnownExclamationAnimation
|
||||
dw UnownQuestionAnimation
|
||||
assert_table_length NUM_UNOWN
|
||||
|
|
|
|||
|
|
@ -24,3 +24,5 @@ UnownWAnimation: INCLUDE "gfx/pokemon/unown_w/anim.asm"
|
|||
UnownXAnimation: INCLUDE "gfx/pokemon/unown_x/anim.asm"
|
||||
UnownYAnimation: INCLUDE "gfx/pokemon/unown_y/anim.asm"
|
||||
UnownZAnimation: INCLUDE "gfx/pokemon/unown_z/anim.asm"
|
||||
UnownExclamationAnimation: INCLUDE "gfx/pokemon/unown_exclamation/anim.asm"
|
||||
UnownQuestionAnimation: INCLUDE "gfx/pokemon/unown_question/anim.asm"
|
||||
|
|
|
|||
|
|
@ -26,4 +26,6 @@ UnownBitmasksPointers:
|
|||
dw UnownXBitmasks
|
||||
dw UnownYBitmasks
|
||||
dw UnownZBitmasks
|
||||
dw UnownExclamationBitmasks
|
||||
dw UnownQuestionBitmasks
|
||||
assert_table_length NUM_UNOWN
|
||||
|
|
|
|||
|
|
@ -24,3 +24,5 @@ UnownWBitmasks: INCLUDE "gfx/pokemon/unown_w/bitmask.asm"
|
|||
UnownXBitmasks: INCLUDE "gfx/pokemon/unown_x/bitmask.asm"
|
||||
UnownYBitmasks: INCLUDE "gfx/pokemon/unown_y/bitmask.asm"
|
||||
UnownZBitmasks: INCLUDE "gfx/pokemon/unown_z/bitmask.asm"
|
||||
UnownExclamationBitmasks: INCLUDE "gfx/pokemon/unown_exclamation/bitmask.asm"
|
||||
UnownQuestionBitmasks: INCLUDE "gfx/pokemon/unown_question/bitmask.asm"
|
||||
|
|
|
|||
9
gfx/pokemon/unown_exclamation/anim.asm
Normal file
9
gfx/pokemon/unown_exclamation/anim.asm
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
frame 0, 09
|
||||
frame 1, 09
|
||||
frame 2, 09
|
||||
frame 3, 05
|
||||
frame 2, 05
|
||||
frame 4, 05
|
||||
frame 1, 05
|
||||
frame 1, 05
|
||||
endanim
|
||||
6
gfx/pokemon/unown_exclamation/anim_idle.asm
Normal file
6
gfx/pokemon/unown_exclamation/anim_idle.asm
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
frame 0, 18
|
||||
setrepeat 2
|
||||
frame 5, 05
|
||||
frame 0, 05
|
||||
dorepeat 2
|
||||
endanim
|
||||
BIN
gfx/pokemon/unown_exclamation/back.png
Normal file
BIN
gfx/pokemon/unown_exclamation/back.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 419 B |
1
gfx/pokemon/unown_exclamation/credit.txt
Normal file
1
gfx/pokemon/unown_exclamation/credit.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Taken from Rangi's Tutorial: https://github.com/pret/pokecrystal/wiki/Add-a-new-Unown-form
|
||||
BIN
gfx/pokemon/unown_exclamation/front.png
Normal file
BIN
gfx/pokemon/unown_exclamation/front.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
|
|
@ -26,4 +26,6 @@ UnownFramesPointers:
|
|||
dw UnownXFrames
|
||||
dw UnownYFrames
|
||||
dw UnownZFrames
|
||||
dw UnownExclamationFrames
|
||||
dw UnownQuestionFrames
|
||||
assert_table_length NUM_UNOWN
|
||||
|
|
|
|||
|
|
@ -26,3 +26,5 @@ UnownWFrames: INCLUDE "gfx/pokemon/unown_w/frames.asm"
|
|||
UnownXFrames: INCLUDE "gfx/pokemon/unown_x/frames.asm"
|
||||
UnownYFrames: INCLUDE "gfx/pokemon/unown_y/frames.asm"
|
||||
UnownZFrames: INCLUDE "gfx/pokemon/unown_z/frames.asm"
|
||||
UnownExclamationFrames: INCLUDE "gfx/pokemon/unown_exclamation/frames.asm"
|
||||
UnownQuestionFrames: INCLUDE "gfx/pokemon/unown_question/frames.asm"
|
||||
|
|
|
|||
|
|
@ -26,4 +26,6 @@ UnownAnimationIdlePointers:
|
|||
dw UnownXAnimationIdle
|
||||
dw UnownYAnimationIdle
|
||||
dw UnownZAnimationIdle
|
||||
dw UnownExclamationAnimationIdle
|
||||
dw UnownQuestionAnimationIdle
|
||||
assert_table_length NUM_UNOWN
|
||||
|
|
|
|||
|
|
@ -24,3 +24,5 @@ UnownWAnimationIdle: INCLUDE "gfx/pokemon/unown_w/anim_idle.asm"
|
|||
UnownXAnimationIdle: INCLUDE "gfx/pokemon/unown_x/anim_idle.asm"
|
||||
UnownYAnimationIdle: INCLUDE "gfx/pokemon/unown_y/anim_idle.asm"
|
||||
UnownZAnimationIdle: INCLUDE "gfx/pokemon/unown_z/anim_idle.asm"
|
||||
UnownExclamationAnimationIdle: INCLUDE "gfx/pokemon/unown_exclamation/anim_idle.asm"
|
||||
UnownQuestionAnimationIdle: INCLUDE "gfx/pokemon/unown_question/anim_idle.asm"
|
||||
|
|
|
|||
8
gfx/pokemon/unown_question/anim.asm
Normal file
8
gfx/pokemon/unown_question/anim.asm
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
frame 0, 09
|
||||
setrepeat 3
|
||||
frame 1, 05
|
||||
frame 2, 05
|
||||
frame 1, 05
|
||||
frame 0, 05
|
||||
dorepeat 2
|
||||
endanim
|
||||
6
gfx/pokemon/unown_question/anim_idle.asm
Normal file
6
gfx/pokemon/unown_question/anim_idle.asm
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
frame 0, 13
|
||||
setrepeat 2
|
||||
frame 3, 05
|
||||
frame 0, 05
|
||||
dorepeat 2
|
||||
endanim
|
||||
BIN
gfx/pokemon/unown_question/back.png
Normal file
BIN
gfx/pokemon/unown_question/back.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 481 B |
1
gfx/pokemon/unown_question/credit.txt
Normal file
1
gfx/pokemon/unown_question/credit.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Taken from Rangi's Tutorial: https://github.com/pret/pokecrystal/wiki/Add-a-new-Unown-form
|
||||
BIN
gfx/pokemon/unown_question/front.png
Normal file
BIN
gfx/pokemon/unown_question/front.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue