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:
@@ -310,3 +310,11 @@ DEF DAYCAREMAN_ACTIVE_F EQU 7
|
||||
; wDayCareLady::
|
||||
DEF DAYCARELADY_HAS_MON_F EQU 0
|
||||
DEF DAYCARELADY_ACTIVE_F EQU 7
|
||||
|
||||
; wUnlockedUnowns::
|
||||
const_def
|
||||
const UNLOCKED_UNOWNS_A_TO_K_F
|
||||
const UNLOCKED_UNOWNS_L_TO_R_F
|
||||
const UNLOCKED_UNOWNS_S_TO_W_F
|
||||
const UNLOCKED_UNOWNS_X_TO_Z_F
|
||||
DEF NUM_UNLOCKED_UNOWN_SETS EQU const_value
|
||||
|
Reference in New Issue
Block a user