Update Rom.py (#3498)
This commit is contained in:
parent
2198a70251
commit
5f8a8e6dad
|
@ -306,8 +306,7 @@ def write_tokens(world: "MLSSWorld", patch: MLSSProcedurePatch) -> None:
|
|||
if world.options.scale_stats:
|
||||
patch.write_token(APTokenTypes.WRITE, 0xD00002, bytes([0x1]))
|
||||
|
||||
if world.options.xp_multiplier:
|
||||
patch.write_token(APTokenTypes.WRITE, 0xD00003, bytes([world.options.xp_multiplier.value]))
|
||||
patch.write_token(APTokenTypes.WRITE, 0xD00003, bytes([world.options.xp_multiplier.value]))
|
||||
|
||||
if world.options.tattle_hp:
|
||||
patch.write_token(APTokenTypes.WRITE, 0xD00000, bytes([0x1]))
|
||||
|
|
Loading…
Reference in New Issue