Start of pikit mode
This commit is contained in:
8
Rom.py
8
Rom.py
@@ -85,7 +85,7 @@ from Utils import int16_as_bytes, int32_as_bytes, local_path, snes_to_pc
|
||||
from Versions import DRVersion, GKVersion, ORVersion
|
||||
|
||||
JAP10HASH = '03a63945398191337e896e5771f77173'
|
||||
RANDOMIZERBASEHASH = 'a746c6916c3ca8e89df7d7ac79d354dd'
|
||||
RANDOMIZERBASEHASH = '7ab93fa81cc8599f7025bc2d09a661a0'
|
||||
|
||||
|
||||
class JsonRom(object):
|
||||
@@ -2970,9 +2970,9 @@ def text_for_item(item, world, player, team):
|
||||
|
||||
def init_open_mode_sram(rom):
|
||||
rom.initial_sram.pre_open_castle_gate()
|
||||
rom.initial_sram.set_progress_indicator(0x02)
|
||||
rom.initial_sram.set_progress_flags(0x14)
|
||||
rom.initial_sram.set_starting_entrance(0x01)
|
||||
rom.initial_sram.set_progress_indicator(0x00)
|
||||
rom.initial_sram.set_progress_flags(0x04)
|
||||
rom.initial_sram.set_starting_entrance(0x00)
|
||||
|
||||
def init_standard_mode_sram(rom):
|
||||
rom.initial_sram.set_progress_indicator(0x00)
|
||||
|
||||
Reference in New Issue
Block a user