mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 16:45: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
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue