You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
wUnlockedUnowns engine_flag constants (#1025)
This commit is contained in:
@@ -7,12 +7,13 @@ endr
|
||||
ENDM
|
||||
|
||||
UnlockedUnownLetterSets:
|
||||
; entries correspond to wUnlockedUnowns bits
|
||||
dw .Set_A_K ; ENGINE_UNLOCKED_UNOWNS_A_TO_K
|
||||
dw .Set_L_R ; ENGINE_UNLOCKED_UNOWNS_L_TO_R
|
||||
dw .Set_S_W ; ENGINE_UNLOCKED_UNOWNS_S_TO_W
|
||||
dw .Set_X_Z ; ENGINE_UNLOCKED_UNOWNS_X_TO_Z
|
||||
.End
|
||||
; entries correspond to UNLOCKED_UNOWNS_* constants
|
||||
table_width 2, UnlockedUnownLetterSets
|
||||
dw .Set_A_K ; UNLOCKED_UNOWNS_A_TO_K_F
|
||||
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
|
||||
assert_table_length NUM_UNLOCKED_UNOWN_SETS
|
||||
|
||||
.Set_A_K:
|
||||
unown_set A, B, C, D, E, F, G, H, I, J, K
|
||||
|
Reference in New Issue
Block a user