Introduce classes for Rom patching to enable json patch output for VT integration. Remove halfassed door frame overlay fixes (solved in randomizer rom now), make bonk prize shuffle optional.

This commit is contained in:
LLCoolDave
2017-07-14 14:37:34 +02:00
parent c3854f4d2d
commit 83c448f14d
4 changed files with 230 additions and 205 deletions

View File

@@ -34,7 +34,6 @@ class World(object):
self.clock_mode = 'off'
self.aga_randomness = False
self.lock_aga_door_in_escape = False
self.fix_door_frames = self.shuffle not in ['vanilla', 'dungeonssimple', 'dungeonsfull']
self.fix_trock_doors = self.shuffle != 'vanilla'
self.save_and_quite_from_boss = False
self.check_beatable_only = check_beatable_only