Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed May 25, 2024
1 parent a58bf49 commit d66c500
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
10 changes: 1 addition & 9 deletions fast64_internal/sm64/settings/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,4 @@
("Refresh 11", "Refresh 11", "Refresh 11"),
("Refresh 12", "Refresh 12", "Refresh 12"),
("Refresh 13", "Refresh 13", "Refresh 13"),
]

draw_layer_enums = [
("1", "Solid", "0x01"),
("2", "Solid Decal", "0x02"),
("4", "Transparent (No Blending)", "0x04"),
("5", "Transparent (Blending Front)", "0x05"),
("6", "Transparent (Blending Back)", "0x06"),
]
]
9 changes: 0 additions & 9 deletions fast64_internal/sm64/sm64_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@
}


draw_layer_enums = [
("1", "Solid", "0x01"),
("2", "Solid Decal", "0x02"),
("4", "Transparent (No Blending)", "0x04"),
("5", "Transparent (Blending Front)", "0x05"),
("6", "Transparent (Blending Back)", "0x06"),
]


level_enums = [
("HH", "Big Boo's Haunt", "HH"), # Originally Haunted House
("CCM", "Cool Cool Mountain", "CCM"),
Expand Down

0 comments on commit d66c500

Please sign in to comment.