Adapted changes to pre-set overworld flags to new initial sram system
This commit is contained in:
@@ -53,7 +53,7 @@ class InitialSram:
|
|||||||
def pre_open_pyramid_hole(self):
|
def pre_open_pyramid_hole(self):
|
||||||
self._or_value(OVERWORLD_DATA+0x5B, 0x20)
|
self._or_value(OVERWORLD_DATA+0x5B, 0x20)
|
||||||
|
|
||||||
def pre_set_overworld_flag(self, owid, bitmask)
|
def pre_set_overworld_flag(self, owid, bitmask):
|
||||||
self._or_value(OVERWORLD_DATA+owid, bitmask)
|
self._or_value(OVERWORLD_DATA+owid, bitmask)
|
||||||
|
|
||||||
def set_starting_equipment(self, world: object, player: int):
|
def set_starting_equipment(self, world: object, player: int):
|
||||||
|
|||||||
Reference in New Issue
Block a user