Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Sep 30, 2023
1 parent 283f7fb commit a6c15e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gclib
Submodule gclib updated 1 files
+1 −1 gclib/bmg.py
6 changes: 3 additions & 3 deletions randomizers/boss_reqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def update_puppet_ganon_door_unlock_requirements(self):
msg.text_box_type = TextBoxType.SPECIAL
msg.initial_draw_type = 0 # Normal
msg.text_alignment = 4 # Bottom text box
msg.string = "You sense that this door will not open until the giant evils throughout the world have been defeated..."
msg.string = "You sense that this door will not open until the gigantic monsters lurking throughout the world have been defeated..."
msg.word_wrap_string(self.rando.bfn)

tag_msg = stairway_dzr.add_entity(SCOB)
Expand Down Expand Up @@ -254,12 +254,12 @@ def update_puppet_ganon_door_unlock_requirements(self):
akabe.collision_archive = 3 # NBOX, cube that blocks link, no top/bottom
akabe.scale_mode = 3 # NBOX10 - 10x scale NBOX
akabe.disable_spawn_switch = required_bosses_dead_switch
akabe.always_on = 0
akabe.always_on = 0 # Conditional
akabe.x_pos = -0.7944336
akabe.y_pos = 0
akabe.z_pos = -37797.72
akabe.scale_x = 9 # 9*10
akabe.scale_y = 255 # 255*10
akabe.scale_z = 7 # 9*10
akabe.scale_z = 7 # 7*10

stairway_dzr.save_changes()

0 comments on commit a6c15e7

Please sign in to comment.