Skip to content

Commit

Permalink
fix: encounter overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
markisha64 committed Nov 10, 2024
1 parent 9258a9d commit 1b1b327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ async fn read_map_objects(
stage_encounters_object: Object {
original: stage_encounters_obj.clone(),
modified: stage_encounters_obj,
index,
index: index + i * 0x1c,
slen: 0x1c,
},
stage_encounter_areas: areas,
Expand Down

0 comments on commit 1b1b327

Please sign in to comment.