Files
Archipelago/worlds/jakanddaxter/GameID.py
2024-04-18 16:42:33 -04:00

14 lines
418 B
Python

# All Jak And Daxter IDs must be offset by this number.
game_id = 746800000
# The name of the game.
game_name = "Jak and Daxter: The Precursor Legacy"
# What follows are offsets for each Location/Item type,
# necessary for Archipelago to avoid collision between
# ID numbers shared across items. See respective
# Locations files for explanations.
cell_offset = 0
fly_offset = 128 # 2^7
orb_offset = 2097152 # 2^21