Skip to content

Commit

Permalink
Import BizHawkClient directly
Browse files Browse the repository at this point in the history
  • Loading branch information
lilDavid committed Oct 24, 2024
1 parent 4b39ce4 commit 08e7f82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import Utils
from NetUtils import ClientStatus
import worlds._bizhawk as bizhawk
from worlds._bizhawk.client import BizHawkClient

from .data import Passage, encode_str, get_symbol
from .locations import get_level_locations, location_name_to_id, location_table
Expand Down Expand Up @@ -137,7 +138,7 @@ def __str__(self):
return repr(self)


class WL4Client(bizhawk.client.BizHawkClient):
class WL4Client(BizHawkClient):
game = 'Wario Land 4'
system = 'GBA'
patch_suffix = '.apwl4'
Expand Down

0 comments on commit 08e7f82

Please sign in to comment.