Files
Archipelago/worlds/jakanddaxter/GameID.py

14 lines
423 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 = 1048576 # 2^20
orb_offset = 2097152 # 2^21