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
|
|
@ -67,7 +67,7 @@
|
|||
const ENGINE_UNLOCKED_UNOWNS_L_TO_R
|
||||
const ENGINE_UNLOCKED_UNOWNS_S_TO_W
|
||||
const ENGINE_UNLOCKED_UNOWNS_X_TO_Z
|
||||
const ENGINE_UNLOCKED_UNOWNS_UNUSED_4
|
||||
const ENGINE_UNLOCKED_UNOWNS_EXCLAMATION_QUESTION
|
||||
const ENGINE_UNLOCKED_UNOWNS_UNUSED_5
|
||||
const ENGINE_UNLOCKED_UNOWNS_UNUSED_6
|
||||
const ENGINE_UNLOCKED_UNOWNS_UNUSED_7
|
||||
|
|
|
|||
|
|
@ -466,4 +466,6 @@ endc
|
|||
const UNOWN_X ; 24
|
||||
const UNOWN_Y ; 25
|
||||
const UNOWN_Z ; 26
|
||||
const UNOWN_EXCLAMATION ; 27
|
||||
const UNOWN_QUESTION ; 28
|
||||
DEF NUM_UNOWN EQU const_value - 1 ; 26
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue