Skip to content

Commit

Permalink
Update worlds/mlss/Client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Exempt-Medic <[email protected]>
  • Loading branch information
jamesbrq and Exempt-Medic authored May 2, 2024
1 parent ca421fc commit 9011f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/mlss/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async def game_watcher(self, ctx: "BizHawkClientContext") -> None:
if location in ctx.server_locations:
locs_to_send.add(location)

# Loop for recieving items. Item is written as an ID into 0x3057.
# Loop for receiving items. Item is written as an ID into 0x3057.
# ASM reads the ID in a loop and give the player the item before resetting the RAM address to 0x0.
# If RAM address isn't 0x0 yet break out and try again later to give the rest of the items
for i in range(len(ctx.items_received) - received_index):
Expand Down

0 comments on commit 9011f93

Please sign in to comment.