✨ Stuff
This commit is contained in:
@@ -377,8 +377,10 @@ REQUIREMENTS = {
|
||||
|
||||
ADDRESSES = {
|
||||
"SCUS-97464" : {
|
||||
"world id": 0x468D30,
|
||||
"map id": 0x47989C,
|
||||
"job id": 0x36DB98,
|
||||
"loading": 0x467B00,
|
||||
"reload": 0x4797C4,
|
||||
"reload values": 0x4797CC,
|
||||
"episode unlocks": 0x56AEC8,
|
||||
|
||||
@@ -49,4 +49,4 @@ def from_id(location_id: int) -> Sly3LocationData:
|
||||
if len(matching) == 0:
|
||||
raise ValueError(f"No location data for location id '{location_id}'")
|
||||
assert len(matching) < 2, f"Multiple locations data with id '{location_id}'. Please report."
|
||||
return matching[0]
|
||||
return matching[0]
|
||||
|
||||
5364
data/savefile_data.txt
Normal file
5364
data/savefile_data.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user