Skip to content

Commit

Permalink
Remove Deku Sprout Cutscene 3
Browse files Browse the repository at this point in the history
  • Loading branch information
GSKirox committed Jan 16, 2025
1 parent 02a6f6a commit 0cf7d29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cutscenes.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ def patch_cutscenes(rom: Rom, songs_as_items: bool, settings: Settings) -> None:
# Last part is 250 frames.
rom.write_int32(0xC94594, 0x00000000)

# Speed scene after Forest Temple
# Blue warp brings us to right before Deku Sprout cutscene number 3.
delete_cutscene(rom, 0x207B9D0)

# Speed learning Prelude of Light
if songs_as_items:
delete_cutscene(rom, 0x0252FD20)
Expand Down

0 comments on commit 0cf7d29

Please sign in to comment.