mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
MLSS: General bugfixes + Add patch extension to inno_setup.iss (#3286)
* Remove outdated header change for ROM verification * Update Connections to be compatible with python ver. 3.8 * Update inno_setup.iss * Update inno_setup.iss
This commit is contained in:
@@ -272,9 +272,6 @@ def write_tokens(world: "MLSSWorld", patch: MLSSProcedurePatch) -> None:
|
||||
# Bake seed name into ROM
|
||||
patch.write_token(APTokenTypes.WRITE, 0xDF00A0, world.multiworld.seed_name.encode("UTF-8"))
|
||||
|
||||
# Bake patch into header
|
||||
patch.write_token(APTokenTypes.WRITE, 0xAD, "P".encode("UTF-8"))
|
||||
|
||||
# Intro Skip
|
||||
patch.write_token(
|
||||
APTokenTypes.WRITE,
|
||||
|
Reference in New Issue
Block a user