"""FUN_18006cc60 publishes IS_STORE_ENABLED, IS_FRIENDLY_SEASON_ENABLED and IS_DRAFT_MODE_ENABLED from one place. Read it, and read what it reads from. IS_STORE_ENABLED is the control: its screen works today under an empty configs array, so whatever source it reads is one whose default does NOT block. If Seasons and Draft read the same source the same way, then the empty array is not their blocker and the hypothesis dies here. """ print(dec(0x18006CC60)) print("\n-- callees --") for a, n in callees(0x18006CC60): print(" %#x %s" % (a, n))