wUnlockedUnowns engine_flag constants (#1025)

This commit is contained in:
vulcandth
2022-12-26 12:14:10 -06:00
committed by GitHub
parent f739f8b1ac
commit 25e12c9391
4 changed files with 20 additions and 11 deletions

View File

@@ -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