Stuff

This commit is contained in:
2026-01-28 17:49:05 +01:00
parent 39ed75298f
commit 9cb7bcedf1
9 changed files with 5848 additions and 57 deletions

View File

@@ -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,

View File

@@ -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

File diff suppressed because it is too large Load Diff