Skip to content

Commit

Permalink
v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbrq committed Apr 23, 2024
1 parent 07476c4 commit 248ec56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/mlss/Rom.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def write_tokens(world: "MLSSWorld", patch: MLSSProcedurePatch) -> None:
patch.write_token(
APTokenTypes.WRITE,
0xD00003,
bytes([0x1])
bytes([world.options.xp_multiplier.value])
)

if world.options.tattle_hp:
Expand Down
Binary file modified worlds/mlss/data/basepatch.bsdiff
Binary file not shown.

0 comments on commit 248ec56

Please sign in to comment.