Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbrq committed Jun 3, 2024
1 parent 6122dfe commit 878c145
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 123 deletions.
10 changes: 5 additions & 5 deletions worlds/gl/Arrays.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
(0x0, 0xA5, 0x1): "Sumner",
}

characters = ["Minotaur", "Facloness", "Tigress", "Jackal", "Sumner"]
characters = ["Minotaur", "Falconess", "Tigress", "Jackal", "Sumner"]

item_dict: Dict[int, bytes] = {
77780000: [0x0, 0x0],
Expand Down Expand Up @@ -206,10 +206,10 @@
"Valley of Fire Obelisk": 1,
"Dagger Peak Obelisk": 2,
"Cliffs of Desolation Obelisk": 4,
"Castle Courtyard Obelisk": 8,
"Dungeon of Torment Obelisk": 16,
"Poisoned Fields Obelisk": 32,
"Haunted Cemetery Obelisk": 64,
"Castle Courtyard Obelisk": 32,
"Dungeon of Torment Obelisk": 64,
"Poisoned Fields Obelisk": 8,
"Haunted Cemetery Obelisk": 16,
"Ice Axe of Untar": 1,
"Flame of Tarkana": 1,
"Scimitar of Decapitation": 1,
Expand Down
Loading

0 comments on commit 878c145

Please sign in to comment.