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
|
|
@ -13,6 +13,7 @@ UnlockedUnownLetterSets:
|
|||
dw .Set_L_R ; UNLOCKED_UNOWNS_L_TO_R_F
|
||||
dw .Set_S_W ; UNLOCKED_UNOWNS_S_TO_W_F
|
||||
dw .Set_X_Z ; UNLOCKED_UNOWNS_X_TO_Z_F
|
||||
dw .Set_Exclamation_Question ; UNLOCKED_UNOWNS_EXCLAMATION_QUESTION
|
||||
assert_table_length NUM_UNLOCKED_UNOWN_SETS
|
||||
|
||||
.Set_A_K:
|
||||
|
|
@ -23,3 +24,5 @@ UnlockedUnownLetterSets:
|
|||
unown_set S, T, U, V, W
|
||||
.Set_X_Z:
|
||||
unown_set X, Y, Z
|
||||
.Set_Exclamation_Question ; I'm not the biggest fan of this - could easily just put them with XYZ, but it seems in HGSS it was made more awkward, so let's do it this way. Could also be used to place them somewhere else - Tanoby Ruins?
|
||||
unown_set EXCLAMATION, QUESTION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue