Skip to content

Commit

Permalink
Update Rom.py (ArchipelagoMW#3498)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbrq authored and sflavelle committed Jun 20, 2024
1 parent fd22f7c commit 94918c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions worlds/mlss/Rom.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]))
Expand Down

0 comments on commit 94918c8

Please sign in to comment.