mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
core: rip out RegionType and rework Region class (#814)
This commit is contained in:
@@ -723,7 +723,7 @@ def handle_swap_donut_gh_exits(rom):
|
||||
rom.write_bytes(0x26371, bytes([0x32]))
|
||||
|
||||
|
||||
def handle_bowser_rooms(rom, world, player):
|
||||
def handle_bowser_rooms(rom, world, player: int):
|
||||
if world.bowser_castle_rooms[player] == "random_two_room":
|
||||
chosen_rooms = world.random.sample(standard_bowser_rooms, 2)
|
||||
|
||||
|
Reference in New Issue
Block a user