Skip to content

Commit

Permalink
initial files 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joethepic authored Jul 28, 2023
1 parent bf512b7 commit d2e7fd8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions worlds/smgalaxy2/Items.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from ...BaseClasses import Item

class SMG2Item(Item):
game: str = "Super Mario Galaxy 2"

star_item_table = {
"Power Star": 1304785679,
"Progressive Grand Star": 1304785680,
}
11 changes: 11 additions & 0 deletions worlds/smgalaxy2/Locations.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from ...BaseClasses import Location

class SMG2Location(Location):
game: str = "Super Mario Galaxy 2"

# Sky Station Galaxy
loc_SS_table = {
"Peewee Piranha's Temper Tantrum": 1304785679,
"Storming the Sky Fleet": 1304785680,
"Peewee Piranha's Speed Run": 1304785681,
}
Empty file added worlds/smgalaxy2/Options.py
Empty file.

0 comments on commit d2e7fd8

Please sign in to comment.