Jump to content

Simple Title Screen

Overview
Creator: Matthew Added: 17 Dec 2019 Tags: FFC
Rating[?]: Rating: 4/5 (1 rating)
View Script
Information

Description Setup Reviews Comments

This script requires std.zh.

This script makes use of two constants, shown below.

Constants:
  • D0 = Integer ID of the SFX to play upon pressing the "START" button.
  • D1 = Time between button input and screen secrets being triggered, in frames. (I would recommend less than 60 frames for this value.)
Implementation:
  • To implement, import the script, compile, and place an FFC (with the script assigned) on your title screen.
  • Make sure Link is invisible and that the subscreen is disabled.
  • Place secret flags under Link's position, and set them to turn into warps of some kind.
  • Set up the corresponding warp data, and you're good to go!