Merged in DR v1.4.1.12
This commit is contained in:
@@ -15,6 +15,7 @@ from Items import ItemFactory
|
||||
from PotShuffle import key_drop_special
|
||||
from Utils import snes_to_pc, pc_to_snes, int16_as_bytes
|
||||
|
||||
from source.overworld.EntranceData import door_addresses
|
||||
|
||||
class EnemyStats:
|
||||
def __init__(self, sprite, static, drop_flag=False, prize_pack: typing.Union[tuple, int] = 0,
|
||||
@@ -2232,7 +2233,6 @@ def setup_enemy_dungeon_tables(world, player):
|
||||
|
||||
|
||||
def find_entrance_ids(region):
|
||||
from EntranceShuffle import door_addresses
|
||||
entrance_list = []
|
||||
queue = deque([region])
|
||||
visited = {region}
|
||||
|
||||
Reference in New Issue
Block a user