Merged in DR v1.4.1.12

This commit is contained in:
codemann8
2024-05-23 21:49:24 -05:00
26 changed files with 557 additions and 3048 deletions

View File

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