mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
[SM] min client version change (#347)
This commit is contained in:
@@ -167,7 +167,8 @@ class SMWorld(World):
|
|||||||
|
|
||||||
def get_required_client_version(self):
|
def get_required_client_version(self):
|
||||||
# changes to client DeathLink handling for 0.2.1
|
# changes to client DeathLink handling for 0.2.1
|
||||||
return max(super(SMWorld, self).get_required_client_version(), (0, 2, 1))
|
# changes to client Remote Item handling for 0.2.6
|
||||||
|
return max(super(SMWorld, self).get_required_client_version(), (0, 2, 6))
|
||||||
|
|
||||||
def getWord(self, w):
|
def getWord(self, w):
|
||||||
return (w & 0x00FF, (w & 0xFF00) >> 8)
|
return (w & 0x00FF, (w & 0xFF00) >> 8)
|
||||||
|
|||||||
Reference in New Issue
Block a user