<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.skytemple.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Plasma7007</id>
	<title>SkyTemple - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.skytemple.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Plasma7007"/>
	<link rel="alternate" type="text/html" href="https://wiki.skytemple.org/index.php/Special:Contributions/Plasma7007"/>
	<updated>2026-04-06T08:45:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.5</generator>
	<entry>
		<id>https://wiki.skytemple.org/index.php?title=Scenario_Main_Values&amp;diff=1402</id>
		<title>Scenario Main Values</title>
		<link rel="alternate" type="text/html" href="https://wiki.skytemple.org/index.php?title=Scenario_Main_Values&amp;diff=1402"/>
		<updated>2025-12-28T20:04:18Z</updated>

		<summary type="html">&lt;p&gt;Plasma7007: Fixed a typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
&lt;br /&gt;
The following table is a work-in-progress list of the scenario main (&amp;lt;code&amp;gt;$SCENARIO_MAIN&amp;lt;/code&amp;gt;) values used by the vanilla game. These values help the game know where you are in the story and what events have (or have not) been triggered. They are also used to determine things that change based on story progression, such as which NPCs spawn in Treasure Town or the dialogue said by the partner if you turn to talk to them in the overworld. &lt;br /&gt;
&lt;br /&gt;
The format used by the game for defining this variable is &amp;lt;code&amp;gt;$SCENARIO_MAIN = scn[1, 0];&amp;lt;/code&amp;gt; where the two numbers in the brackets change depending on story progression. &lt;br /&gt;
&lt;br /&gt;
For scripts that check for specific $SCENARIO_MAIN values using if-statements (such as to determine what partner dialogue should be played at that point in the story), you will usually see the value mentioned in a format like the following, which is taken from one of the partner&#039;s overworld dialogue scripts: &amp;lt;code&amp;gt;if ( scn($SCENARIO_MAIN) &amp;gt;= [26, 5] )&amp;lt;/code&amp;gt; . In this example, the game is checking to see if the current $SCENARIO_MAIN value is &#039;&#039;greater than or equal to&#039;&#039; &amp;lt;code&amp;gt;[26, 5]&amp;lt;/code&amp;gt; and, if that is indeed the case, then the partner&#039;s overworld dialogue will be some variation of &amp;quot;We&#039;re so close... There&#039;s no way we can give up now, [hero]!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sub&amp;gt;Because some scripts have identical names, the column for the script locations of each $SCENARIO_MAIN value will also include the name of the map folder they are found in. For example, the $SCENARIO_MAIN value that gets triggered following the Project P cutscene can be triggered by four seprate enter scripts that have identical names (&#039;&#039;enter01.ssb&#039;&#039; and &#039;&#039;enter02.ssb&#039;&#039;, respectively), so the corresponding map folder names are also included to help users know which enter scripts to look for.&amp;lt;/sub&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable center&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Scenario Main (Values)&lt;br /&gt;
!Game Chapter&lt;br /&gt;
!Description&lt;br /&gt;
!Script location of the value&lt;br /&gt;
!Other notes&lt;br /&gt;
!Other scripts that mention this value&lt;br /&gt;
!Debug Menu (that uses this value)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[1, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Immediately &amp;lt;u&amp;gt;BEFORE&amp;lt;/u&amp;gt; the personality quiz&lt;br /&gt;
|Found in &#039;&#039;&#039;unionall&#039;&#039;&#039; under&lt;br /&gt;
&amp;lt;code&amp;gt;EVENT_DIVIDE_OPENING&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 900&#039;&#039;&lt;br /&gt;
|Contained within the larger &amp;lt;code&amp;gt;EVENT_DIVIDE&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[2, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Immediately &amp;lt;u&amp;gt;AFTER&amp;lt;/u&amp;gt; the personality quiz&lt;br /&gt;
|Found in &#039;&#039;&#039;unionall&#039;&#039;&#039; under&lt;br /&gt;
&amp;lt;code&amp;gt;EVENT_M00A_01&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2261&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[2, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Found in &#039;&#039;&#039;unionall&#039;&#039;&#039; under&lt;br /&gt;
&amp;lt;code&amp;gt;EVENT_DIVIDE_FIRST&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 967&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&#039;&#039;happylappy&#039;&#039;&#039;&#039;&#039; writes that this is in a switch case in &amp;lt;code&amp;gt;EVENT_DIVIDE&amp;lt;/code&amp;gt; over $SCENARIO_MAIN&lt;br /&gt;
&#039;&#039;“Basically, if it’s [X, 0], make it [X, 1]… for these chapters only”&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;(also applies to scn[3, 1];)&amp;lt;/small&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[2, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!&#039;&#039;&#039;Chapter 1&#039;&#039;&#039;&lt;br /&gt;
|Partner’s Relic Fragment was just stolen on the beach&lt;br /&gt;
|&#039;&#039;&#039;D01P11B&#039;&#039;&#039; &lt;br /&gt;
&amp;lt;code&amp;gt;m01a0208.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[2, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 1&lt;br /&gt;
|Pre-fight in Beach Cave&lt;br /&gt;
|&#039;&#039;&#039;D01P41A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m01a0401.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[3, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Visual of the Rainbow Stoneship along with &#039;&#039;“The Pokémon Company and CHUNSOFT presents”&#039;&#039; before the game title appears&lt;br /&gt;
|&#039;&#039;&#039;S11P02C&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;t01p0801.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2150&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 2&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[3, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!&#039;&#039;&#039;Chapter 2&#039;&#039;&#039;&lt;br /&gt;
|About to enter Wigglytuff’s Guild for the first time with the partner&lt;br /&gt;
|&#039;&#039;&#039;G01P01B&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m02a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|This value appears in the script mentioned by the previous cell, EVENT_DIVIDE, the debug script, and also in a switch case in EVENT_DIVIDE_FIRST (exact locations can be found in the next cell)&lt;br /&gt;
Same note from &#039;&#039;&#039;&#039;&#039;happylappy&#039;&#039;&#039;&#039;&#039; as [2, 1] where &#039;&#039;“Basically, if it’s [X, 0], make it [X, 1]… for these chapters only”&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1599&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;amp;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 393&#039;&#039;&lt;br /&gt;
----Found in &#039;&#039;&#039;unionall.ssb&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;EVENT_DIVIDE&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 750&#039;&#039;&lt;br /&gt;
----Found in &#039;&#039;&#039;unionall.ssb&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;EVENT_DIVIDE_FIRST&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 983&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M2 The First Job&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M02-01&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[3, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 2&lt;br /&gt;
|Chatot has you follow him since it’s your first day (about to learn about the Job Bulletin Board)&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m02a0301.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[3, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 2&lt;br /&gt;
|Entering Drenched Bluff for Spoink’s mission&lt;br /&gt;
|&#039;&#039;&#039;D02P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m02a0401.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[3, 4];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 2&lt;br /&gt;
|Enter Drenched Bluff for Spoink’s mission &#039;&#039;(if you failed previously)&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;D02P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m02a0701.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|This one is found in a case menu&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[3, 5];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 2&lt;br /&gt;
|Enter Drenched Bluff for Spoink’s mission &#039;&#039;(if you failed previously)&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;D02P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m02a0701.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|This one is in a case menu, same scene as above&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[3, 6];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 2&lt;br /&gt;
|You find Spoink’s missing pearl at the end of Drenched Bluff&lt;br /&gt;
|&#039;&#039;&#039;D02P31A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m02a0801.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|This one is in a case menu, probably relating to the &#039;&#039;&#039;demo version&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[3, 7];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 2&lt;br /&gt;
|You find Spoink’s missing pearl at the end of Drenched Bluff&lt;br /&gt;
|&#039;&#039;&#039;D02P31A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m02a0801.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|This one is in a case menu, probably relating to the &#039;&#039;&#039;demo version&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[4, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 2&lt;br /&gt;
|Going to bed after your first successful job mission (also the end of chapter 2)&lt;br /&gt;
|&#039;&#039;&#039;G01P07C&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m02a1003.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1896&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1607&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 401&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 3&#039;&#039;&#039;&lt;br /&gt;
----(under “Others”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;M3 Outlaw Notice Board&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M03-01B&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[4, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!Chapter 3&lt;br /&gt;
|Chatot notices you wandering the day after your first mission (about to learn about the Outlaw Notice Board)&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m03a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1615&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 406&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;Not That Way&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M03-02&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[4, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 3&lt;br /&gt;
|Meeting Marill and Azurill for the first time at Kecleon Market&lt;br /&gt;
|&#039;&#039;&#039;T01P02A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m03a0301.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1623&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 411&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M3 Drowzee&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M03-03&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[4, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 3&lt;br /&gt;
|Meeting Drowzee for the first time&lt;br /&gt;
|&#039;&#039;&#039;T01P01A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m03a0401.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1631&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 416&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M3 Truth&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M03-04&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[4, 4];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 3&lt;br /&gt;
|Bidoof is about to help you pick your first outlaw job&lt;br /&gt;
|&#039;&#039;&#039;G01P03A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m03a0502.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;D01P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;dus08.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[4, 5];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 3&lt;br /&gt;
|About to enter Mt. Bristle to save Azurill from Drowzee&lt;br /&gt;
|&#039;&#039;&#039;D03P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m03a0601.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 421&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M03-06&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[4, 6];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 3&lt;br /&gt;
|Drowzee reveals that it was all a trick to Azurill (pre-boss fight)&lt;br /&gt;
|&#039;&#039;&#039;D03P41A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m03a0801.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|For whatever reason, this particular variable appears twice in the same script (at the start of the scene and then right after the boss fight screen wipe effect)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[4, 7];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 3&lt;br /&gt;
|Drowzee is defeated and you rescue Azurill&lt;br /&gt;
|&#039;&#039;&#039;D03P41A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m03a1001.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 426&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M03-08&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[5, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Requires you to do &#039;&#039;&#039;3+ missions&#039;&#039;&#039; and &amp;lt;code&amp;gt;scn[4, 7];&amp;lt;/code&amp;gt; &lt;br /&gt;
|Found in &#039;&#039;&#039;unionall&#039;&#039;&#039; under&lt;br /&gt;
&amp;lt;code&amp;gt;EVENT_HA_YU_KI&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2283&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2160&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 4&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[5, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!Chapter 4&lt;br /&gt;
|Loudred calls you over to do sentry duty for the first time&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m04a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[5, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 4&lt;br /&gt;
|Triggers as the hero and partner are crawling to the sentry post&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m04a0106.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[5, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 4&lt;br /&gt;
|You have just completed sentry duty for the first time, and are about to hear your results&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m04a0201.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[5, 4];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 4&lt;br /&gt;
|Triggers just after you receive the results if you failed sentry duty&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
m04a0201.ssb&lt;br /&gt;
|Only triggers if you failed sentry duty&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[5, 5];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 4&lt;br /&gt;
|Triggers after you’ve seen the cutscene where your team and Loudred go without dinner, which only happens if you failed sentry duty&lt;br /&gt;
|Found in &#039;&#039;&#039;unionall&#039;&#039;&#039; under&lt;br /&gt;
&amp;lt;code&amp;gt;EVENT_M04_02_03&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 3242&#039;&#039;&lt;br /&gt;
|&#039;&#039;Only triggers if  &amp;lt;code&amp;gt;scn[5, 4];&amp;lt;/code&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Appears in a switch case&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 431&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M04-03&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[5, 6];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 4&lt;br /&gt;
|Requires you to do &#039;&#039;&#039;2+ missions&#039;&#039;&#039; and &amp;lt;code&amp;gt;scn[5, 5];&amp;lt;/code&amp;gt; &lt;br /&gt;
|Found in &#039;&#039;&#039;unionall&#039;&#039;&#039; under&lt;br /&gt;
&amp;lt;code&amp;gt;EVENT_HA_YU_KI&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2314&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[5, 7];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 4&lt;br /&gt;
|Requires you to &#039;&#039;&#039;“do 0+ missions”&#039;&#039;&#039; and &amp;lt;code&amp;gt;scn[5, 6];&amp;lt;/code&amp;gt; &lt;br /&gt;
|Found in &#039;&#039;&#039;unionall&#039;&#039;&#039; under&lt;br /&gt;
&amp;lt;code&amp;gt;EVENT_HA_YU_KI&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2325&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&#039;&#039;happylappy&#039;&#039;&#039;&#039;&#039; suspects that this, and others like it, are just counting the number of days that pass&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[5, 8];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 4&lt;br /&gt;
|Requires you to &#039;&#039;&#039;“do 0+ missions”&#039;&#039;&#039; and &amp;lt;code&amp;gt;scn[5, 7];&amp;lt;/code&amp;gt; &lt;br /&gt;
|Found in &#039;&#039;&#039;unionall&#039;&#039;&#039; under&lt;br /&gt;
&amp;lt;code&amp;gt;EVENT_HA_YU_KI&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2336&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[6, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!Chapter 5&lt;br /&gt;
|Requires you to &#039;&#039;&#039;“do 0+ missions”&#039;&#039;&#039; and&amp;lt;code&amp;gt;scn[5, 8];&amp;lt;/code&amp;gt; &lt;br /&gt;
|Found in &#039;&#039;&#039;unionall&#039;&#039;&#039; under &lt;br /&gt;
&amp;lt;code&amp;gt;EVENT_HA_YU_KI&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2347&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2165&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 5&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[6, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 5&lt;br /&gt;
|Morning address where Chatot announces that Treeshroud Forest’s Time Gear has been stolen&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m05a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 436&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M05-02&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[6, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 5&lt;br /&gt;
|Triggers after you tell Chatot you understand the details of your mission to investigate Waterfall Cave&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m05a0203.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[6, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 5&lt;br /&gt;
|Chimecho Assembly opens&lt;br /&gt;
|&#039;&#039;&#039;G01P03A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m00p0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[6, 4];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 5&lt;br /&gt;
|The hero and partner discover the stairs to Spinda’s shop for the first time (“opening soon!”)&lt;br /&gt;
|&#039;&#039;&#039;P01P01A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;s30a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[6, 5];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 5&lt;br /&gt;
|Triggers when you enter Waterfall Cave for the first time&lt;br /&gt;
|&#039;&#039;&#039;D04P12A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m05a0304.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 441&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M05-04&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[6, 6];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 5&lt;br /&gt;
|Reaching the bottom of Waterfall Cave&lt;br /&gt;
|&#039;&#039;&#039;D04P31A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m05a0601.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[7, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 5&lt;br /&gt;
|After dinner, Wigglytuff tells your team about the upcoming expedition&lt;br /&gt;
|&#039;&#039;&#039;G01P05C&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m05a0911.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2170&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 6&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[7, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!Chapter 6&lt;br /&gt;
|During the morning address, Chatot talks to everyone about the expedition&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m06a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 446&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M06-02&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[7, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 6&lt;br /&gt;
|About to encounter Koffing and Zubat at the job boards&lt;br /&gt;
|&#039;&#039;&#039;G01P03A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m06a0201.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 451&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M06-03&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[7, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 6&lt;br /&gt;
|Opening cutscene for Spinda’s Café&lt;br /&gt;
|&#039;&#039;&#039;P01P01A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;s30a0201.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 456&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M06-035&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[7, 4];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 6&lt;br /&gt;
|Loudred calls the hero and partner over for sentry duty (again)&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m06a0401.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[7, 5];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 6&lt;br /&gt;
|Diglett has something else he has to do, and needs your team to do sentry duty again&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m06a0401.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;amp;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;m06a0403.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|Triggers twice for whatever reason. The first time is at the start of the scene where Diglett asks for your help again, and the second time is after you confirm to Loudred that you understand what you need to do (i.e. right before the sentry duty minigame starts)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[7, 6];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 6&lt;br /&gt;
|Chatot has just announced that Team Skull will be living at the guild until the expedition&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m06a0501.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 461&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M06-05&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[8, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 6&lt;br /&gt;
|Requires &amp;lt;code&amp;gt;scn[7, 6];&amp;lt;/code&amp;gt;&lt;br /&gt;
|Found in &#039;&#039;&#039;unionall&#039;&#039;&#039; under &lt;br /&gt;
&amp;lt;code&amp;gt;EVENT_HA_YU_KI&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2431&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2175&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 7&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[8, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 6&lt;br /&gt;
|Chatot asks your team to go find Perfect Apples at Apple Woods&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m07a0301.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 466&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M07-02&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[8, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 6&lt;br /&gt;
|Entering Apple Woods for the first time&lt;br /&gt;
|&#039;&#039;&#039;D05P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m07a0601.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 471&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M07-04&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[8, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch, 6&lt;br /&gt;
|Reaching the end of Apple Woods and encountering Team Skull&lt;br /&gt;
|&#039;&#039;&#039;D05P31A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m07a0701.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[8, 4];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 6&lt;br /&gt;
|The other guild apprentices sneak in some food for the hero and partner&lt;br /&gt;
|&#039;&#039;&#039;G01P07A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m07a1302.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 476&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M07-06&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[8, 5];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 6&lt;br /&gt;
|Project P is introduced to the player for the first time upon entering the crossroads&lt;br /&gt;
|&#039;&#039;&#039;P01P01A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;s30a0301.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 481&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M07-065&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[8, 6];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 6&lt;br /&gt;
|Seems to be triggered upon re-entering the crossroads after having seen the Project P cutscene (i.e., having &amp;lt;code&amp;gt;scn[8, 5];&amp;lt;/code&amp;gt;)&lt;br /&gt;
|&#039;&#039;&#039;G01P01A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;enter02.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
----&#039;&#039;&#039;P01P02A&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;enter02.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
----&#039;&#039;&#039;P01P04A&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;enter01.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
----&#039;&#039;&#039;T01P01A&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;enter01.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|This value can be triggered by four different enter scripts that all connect to the crossroads&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 488&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M07-067&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[8, 7];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 6&lt;br /&gt;
|Requires you to do &#039;&#039;&#039;1+ missions&#039;&#039;&#039; and &amp;lt;code&amp;gt;scn[8, 6];&amp;lt;/code&amp;gt; &lt;br /&gt;
|Found in &#039;&#039;&#039;unionall&#039;&#039;&#039; under &lt;br /&gt;
&amp;lt;code&amp;gt;EVENT_HA_YU_KI&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2358&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 493&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M07-08&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[8, 8];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 6&lt;br /&gt;
|Requires you to do &#039;&#039;&#039;sentry duty&#039;&#039;&#039; and have&amp;lt;code&amp;gt;scn[8, 7];&amp;lt;/code&amp;gt;&lt;br /&gt;
|Found in &#039;&#039;&#039;unionall&#039;&#039;&#039; under &lt;br /&gt;
&amp;lt;code&amp;gt;EVENT_HA_YU_KI&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2370&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[8, 9];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 6&lt;br /&gt;
|Requires you to “&#039;&#039;&#039;do 0+ missions”&#039;&#039;&#039; and &amp;lt;code&amp;gt;scn[8, 8];&amp;lt;/code&amp;gt;&lt;br /&gt;
|Found in &#039;&#039;&#039;unionall&#039;&#039;&#039; under &lt;br /&gt;
&amp;lt;code&amp;gt;EVENT_HA_YU_KI&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2381&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[9, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 6&lt;br /&gt;
|Requires you to &#039;&#039;&#039;“do 0+ missions”&#039;&#039;&#039; and &amp;lt;code&amp;gt;scn[8, 9];&amp;lt;/code&amp;gt; &lt;br /&gt;
|Found in &#039;&#039;&#039;unionall&#039;&#039;&#039; under &lt;br /&gt;
&amp;lt;code&amp;gt;EVENT_HA_YU_KI&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2392&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2180&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 8&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[9, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 6&lt;br /&gt;
|Announcement of the expedition members during the morning address&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m08a0301.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1639&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1646&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 498&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M8 Ready for the Expedition?&#039;&#039;&#039; &lt;br /&gt;
----(under “Others”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;M8 First Time to Craggy Coast&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M08-02&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[9, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!Chapter 7&lt;br /&gt;
|Triggered once you enter Craggy Coast&lt;br /&gt;
|&#039;&#039;&#039;D06P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m08a0603.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1653&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M8 Craggy Coast Exploration&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[9, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 7&lt;br /&gt;
|This is triggered after exiting the Side Path dungeon &lt;br /&gt;
|&#039;&#039;&#039;D06P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m08a0701.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[9, 4];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 7&lt;br /&gt;
|Arriving at Mt. Horn&lt;br /&gt;
|&#039;&#039;&#039;D07P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m08a1001.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1660&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M8 First Time to Mt. Horn&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[9, 5];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 7&lt;br /&gt;
|Triggered once you enter Mt. Horn (or Rock Path)&lt;br /&gt;
|&#039;&#039;&#039;D07P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m08b1301.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1667&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M8 Mt. Horn Exploration&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[9, 6];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 7 &lt;br /&gt;
|This is triggered after exiting Rock Path&lt;br /&gt;
|&#039;&#039;&#039;D07P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m08a1101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[10, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 7&lt;br /&gt;
|Requires that you clear Dungeon 10 (Mt. Horn)&lt;br /&gt;
|Found in &#039;&#039;&#039;unionall&#039;&#039;&#039; under &lt;br /&gt;
&amp;lt;code&amp;gt;GETOUT_SCENARIO_DUNEGON&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 8864&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2185&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 9&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[10, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!Chapter 8&lt;br /&gt;
|Arriving at the Foggy Forest base camp&lt;br /&gt;
|&#039;&#039;&#039;D08P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m09a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1674&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M9 First Time to Foggy Forest&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[10, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 8&lt;br /&gt;
|This is triggered after the partner picks up the Drought Stone when you choose the Foggy Forest route&lt;br /&gt;
|&#039;&#039;&#039;D08P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m09a0201.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1681&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M9 Foggy Forest Exploration&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[10, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 8&lt;br /&gt;
|Triggered upon exiting Forest Path and ending up back at base camp&lt;br /&gt;
|&#039;&#039;&#039;D08P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m09a0301.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[11, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 8&lt;br /&gt;
|Triggers right after the scene with Team Skull getting into position to attack Wigglytuff (&amp;lt;code&amp;gt;m09a0701.ssb&amp;lt;/code&amp;gt;) ends&lt;br /&gt;
|Found in &#039;&#039;&#039;unionall&#039;&#039;&#039; under&lt;br /&gt;
&amp;lt;code&amp;gt;EVENT_M09_06_07&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 3656&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2190&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 10&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[11, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!Chapter 9&lt;br /&gt;
|Arriving at Steam Cave&lt;br /&gt;
|&#039;&#039;&#039;D09P11A&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;m10a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1688&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M10 First Time to Steam Cave&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[11, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 9&lt;br /&gt;
|Team Skull attacks Wigglytuff &lt;br /&gt;
|&#039;&#039;&#039;P03P02A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m10a0301.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1695&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M10 Steam Cave Exploration&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[11, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 9&lt;br /&gt;
|Arriving at Upper Steam Cave&lt;br /&gt;
|&#039;&#039;&#039;D10P21A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m10a0501.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1702&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M10 First Time to Steam Cave-2&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[11, 4];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 9&lt;br /&gt;
|Hero tells the partner they think they’ve been to Fogbound Lake before&lt;br /&gt;
|&#039;&#039;&#039;D10P21A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m10a0701.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1709&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M10 Steam Cave-2 Exploration&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[11, 5];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 9&lt;br /&gt;
|Hero and partner prepare to fight Groudon&lt;br /&gt;
|&#039;&#039;&#039;D10P41A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m10a0905.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[12, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 9&lt;br /&gt;
|The guild promises Uxie that they’ll keep Fogbound Lake a secre&lt;br /&gt;
|&#039;&#039;&#039;P04P01C&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m10a1213.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2195&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 11&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[12, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!Chapter 10&lt;br /&gt;
|Dusknoir arrives at the guild&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m11a0201.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 503&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M11-02&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[12, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 10&lt;br /&gt;
|Identical to the usual scene of the partner saying goodnight to the hero, except this time there’s a scenario flag &lt;br /&gt;
|&#039;&#039;&#039;G01P07C&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m11a0301.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[12, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 10&lt;br /&gt;
|Chatot sends you on an errand to Kecleon Market to see if they have any plans to stock Perfect Apples&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m11a0401.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1716&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 508&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M11 Marill Bros. Lost Item&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M11-04&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[12, 4];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 10&lt;br /&gt;
|Your team is talking to Dusknoir by Kecleon Market as Marill and Azurill rush by to find their lost item&lt;br /&gt;
|&#039;&#039;&#039;T01P02A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m11a0501.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 513&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M11-05&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[13, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 10&lt;br /&gt;
|Grovyle tells Uxie he will be taking the third Time Gear&lt;br /&gt;
|&#039;&#039;&#039;V03P12A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m11a0707.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2200&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 12&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[13, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 10&lt;br /&gt;
|After the morning cheer, Loudred tells the partner and hero that they have visitors&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m12a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 518&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M12-02&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[13, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 10&lt;br /&gt;
|Entering Amp Plains&lt;br /&gt;
|&#039;&#039;&#039;D11P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m12a0201.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1723&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 523&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M12 First Time to Amp Clearing-2&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M12-04&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[13, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 10&lt;br /&gt;
|Entering Far Amp Plains from the rest stop&lt;br /&gt;
|&#039;&#039;&#039;D12P21A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m12a0601.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1730&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M12 Amp Clearing-2 Exploration&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[13, 4];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 10&lt;br /&gt;
|Boss fight against the Manectric tribe (first attempt)&lt;br /&gt;
|&#039;&#039;&#039;D12P41A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m12a0801.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[14, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 10&lt;br /&gt;
|Bidoof comes to find your team on the beach with Dusknoir, saying everyone is needed back at the guild &lt;br /&gt;
|&#039;&#039;&#039;T01P02A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m12a1201.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2205&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 13&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[14, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!Chapter 11&lt;br /&gt;
|Back at the guild, you learn Grovyle is the one who’s been stealing all the  Time Gears&lt;br /&gt;
|&#039;&#039;&#039;G01P03A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m13a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1737&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 528&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M13 Capturing Grovyle is First&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M13-01&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[14, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 11&lt;br /&gt;
|Everyone is assigned locations to search for Time Gears&lt;br /&gt;
|&#039;&#039;&#039;G01P03A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m13a0301.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1744&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 533&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M13 First Time to Northern Desert&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M13-02&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[14, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 11&lt;br /&gt;
|Seems to trigger during morning cheers the next day if you did &amp;lt;u&amp;gt;NOT&amp;lt;/u&amp;gt; go to Northern Desert (i.e., if you completed another job instead of heading directly to Northern Desert to advance the plot)&lt;br /&gt;
|&#039;&#039;&#039;G01P07A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;enter01.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[14, 4];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 11&lt;br /&gt;
|Entering Northern Desert&lt;br /&gt;
|&#039;&#039;&#039;D13P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m13a0401.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 538&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M13-04&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[14, 5];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 11&lt;br /&gt;
|Hero and partner make it through the Northern Desert and decide the quicksand pits are a dead end&lt;br /&gt;
|&#039;&#039;&#039;D14P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m13a0701.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[14, 6];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 11&lt;br /&gt;
|Hero thinks they should go back to the quicksand pits&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m13a0903.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2210&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 543&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 14&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M13-06&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[15, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 11&lt;br /&gt;
|Back at the quicksand pits, the hero sensibly decides that jumping into the quicksand is the best course of action &lt;br /&gt;
|&#039;&#039;&#039;D14P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m14a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 548&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M14-02&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[15, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 11&lt;br /&gt;
|Entering Quicksand Pit from the rest stop&lt;br /&gt;
|&#039;&#039;&#039;D15P21A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m14a0501.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1752&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M14 Quicksand Cave-2 Retry&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[15, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 11&lt;br /&gt;
|The hero and partner discover the Underground Lake, but are then challenged by Mesprit&lt;br /&gt;
|&#039;&#039;&#039;D15P41A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m14a0601.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[15, 4];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!Chapter 12&lt;br /&gt;
|Based on the hero’s vision, the guild decides to set out for Crystal Cave&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m14a0905.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 553&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M14-05&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[15, 99];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1055&#039;&#039;&lt;br /&gt;
|I never saw this getting used in regular gameplay, but when you set this value using the debug menu you’ll find yourself at the Hot Spring with Torkoal missing and half of the NPCs having the wrong character’s dialogue&lt;br /&gt;
|&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;Hot Spring Check&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[16, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 12&lt;br /&gt;
|Seems to trigger during morning cheers the next day if you did &amp;lt;u&amp;gt;NOT&amp;lt;/u&amp;gt; go to Crystal Cave (i.e., if you completed another job instead of heading directly to Crystal Cave to advance the plot)&lt;br /&gt;
|&#039;&#039;&#039;G01P07A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;enter01.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2216&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 558&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 15&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M15-01&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[16, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 12&lt;br /&gt;
|Entering Crystal Cave&lt;br /&gt;
|&#039;&#039;&#039;D16P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m15a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1759&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M15 Solve This!&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[16, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 12&lt;br /&gt;
|Your team finds the puzzle with the three colored crystals at the end of Crystal Cave&lt;br /&gt;
|&#039;&#039;&#039;D16P31A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m15a0401.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 563&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M15-02&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[17, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 12&lt;br /&gt;
|Hero and partner explain what happened at Crystal Lake to the guild, then Magnemite tells everyone to come to Treasure Town&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m15b1201.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2222&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 16&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[17, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!Chapter 13&lt;br /&gt;
|Chapter 13 title card&lt;br /&gt;
(“Dusknoir’s Secret”)&lt;br /&gt;
|&#039;&#039;&#039;P01P01A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m16a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1769&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 568&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M16 Restrain Ourselves and Go Back&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M16-01&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[17, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 13&lt;br /&gt;
|Before going to bed, the partner reflects back on what Dusknoir had revealed to everyone&lt;br /&gt;
|&#039;&#039;&#039;G01P07C&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m16a0302.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[17, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 13&lt;br /&gt;
|Having heard no news about Grovyle’s capture, Chatot tells everyone to go about their regular work&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;m16a0401.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 573&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M16-03&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[17, 4];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 13&lt;br /&gt;
|Before bed, the partner and hero wonder about the world of the future and if Grovyle has been captured yet &#039;&#039;(this is likely the night before you go to the future)&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;G01P07C&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m16a0502.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[18, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 13&lt;br /&gt;
|Triggers immediately after you finish traveling through the Dimensional Hole into the future&lt;br /&gt;
|&#039;&#039;&#039;V16P02A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m16a0702.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2227&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 17&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[18, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!Chapter 14&lt;br /&gt;
|Waking up in the future&lt;br /&gt;
|&#039;&#039;&#039;V17P03A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m17a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1777&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 578&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M17 Check the Doors&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M17-01&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[18, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 14&lt;br /&gt;
|The hero unsuccessfully tries to open the jail cell doors in the future&lt;br /&gt;
|&#039;&#039;&#039;P05P02A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m170201.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1781&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1784&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 583&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M17 To the Stockade&#039;&#039;&#039;&lt;br /&gt;
----(under “Others”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;M17 First Time to Chasm Cave&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M17-02&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[18, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 14&lt;br /&gt;
|Grovyle decides to keep moving and leaves, meanwhile the partner struggles with the truth&lt;br /&gt;
|&#039;&#039;&#039;D18P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m17a0504.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1798&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M17 Chasm Cave Exploration&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[18, 4];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 14&lt;br /&gt;
|Triggers if you fail Chasm Cave&lt;br /&gt;
|&#039;&#039;&#039;D18P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m17a0701.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[19, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 14&lt;br /&gt;
|&lt;br /&gt;
|Found in &#039;&#039;&#039;unionall&#039;&#039;&#039; under&lt;br /&gt;
&amp;lt;code&amp;gt;GETOUT_SCENARIO_DUNEGON&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 8965&#039;&#039;&lt;br /&gt;
|Seemingly gets skipped over upon clearing Chasm Cave, so I don’t know what specifically triggers this&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2232&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1805&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 18&#039;&#039;&#039;&lt;br /&gt;
----(under “Others”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;M18 First Time to Dark Hill&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[19, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 14&lt;br /&gt;
|Triggers once you complete Chasm Cave (you are about to try and use the Dimensional Scream on the frozen waterfall)&lt;br /&gt;
|&#039;&#039;&#039;D19P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m18a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1812&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1819&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M18 Dark Hill Exploration&#039;&#039;&#039;&lt;br /&gt;
----(under “Others”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;M18 First Time to Sealed Ruin&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[19, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 14&lt;br /&gt;
|Triggers after you complete Dark Hill, before the partner sees the lights from the stockade&lt;br /&gt;
|&#039;&#039;&#039;P06P01A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m18a0401.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1826&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1833&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M18 Sealed Ruin Exploration&#039;&#039;&#039;&lt;br /&gt;
----(under “Others”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;M18 First Time to Sealed Ruin-2&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[19, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 14&lt;br /&gt;
|Entering Sealed Pit Ruin (for the first time)&lt;br /&gt;
|&#039;&#039;&#039;D21P21A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m18b0901.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1840&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M19 Sealed Ruin-2 Exploration&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[19, 4];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 14&lt;br /&gt;
|Triggers before your first attempt at the Spiritomb boss fight&lt;br /&gt;
|&#039;&#039;&#039;D21P41A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m18b1101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[20, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!Chapter 15&lt;br /&gt;
|Triggers after Grovyle has explained the truth about the future and your team decides to follow him so they can  get home&lt;br /&gt;
|&#039;&#039;&#039;P07P01A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m18b1401.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2237&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 19&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[20, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 15&lt;br /&gt;
|Visual of the paralyzed future&lt;br /&gt;
|&#039;&#039;&#039;V17P03A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m19a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1847&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 588&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M19 First Time to Dusk Forest&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M19-01&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[20, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 15&lt;br /&gt;
|Entering Dusk Forest&lt;br /&gt;
|&#039;&#039;&#039;D22P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m19a0301.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1854&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1861&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M19 Dusk Forest Exploration&#039;&#039;&#039;&lt;br /&gt;
----(under “Others”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;M19 First Time to Deep Dusk Forest&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[20, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 15&lt;br /&gt;
|While heading to the entrance to Deep Dusk Forest, Celebi explains the Passage of Time&lt;br /&gt;
|&#039;&#039;&#039;D23P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m19b0701.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1868&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M19 Deep Dusk Forest Exploration&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[20, 4];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 15&lt;br /&gt;
|Triggers if you fail Deep Dusk Forest&lt;br /&gt;
|&#039;&#039;&#039;D23P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m19b0901.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[21, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 15&lt;br /&gt;
|Traveling through the Passage of Time&lt;br /&gt;
|&#039;&#039;&#039;V16P02A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m19b1014.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2242&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 20&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[21, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!Chapter 16&lt;br /&gt;
|After the chapter title card (“A New Dawn”), the hero, partner, and Grovyle all wake up on the beach back in the past&lt;br /&gt;
|&#039;&#039;&#039;D01P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m20a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1875&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 593&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M20 First Time to Treeshroud Forest&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M20-01&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[21, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 16&lt;br /&gt;
|Triggers once you say “Yes” to if you’re ready to enter Treeshroud Forest &lt;br /&gt;
|&#039;&#039;&#039;D24P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m20a0501.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1882&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M20 Treeshroud Forest Exploration&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[22, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 16&lt;br /&gt;
|The hero and partner agree to go back to the guild for help&lt;br /&gt;
|&#039;&#039;&#039;D01P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m20a0901.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2247&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 21&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[22, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!Chapter 17&lt;br /&gt;
|Hero and partner return to Wigglytuff’s Guild&lt;br /&gt;
|&#039;&#039;&#039;G01P01B&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m21a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[22, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 17&lt;br /&gt;
|Chatot gives everyone their orders (your team is supposed to go visit Torkoal)&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m21a0410.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1889&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 598&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M21 The Wise, Old Torkoal&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M21-02&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[22, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 17&lt;br /&gt;
|Morning briefing (if you didn’t go to the Hot Spring the previous day)&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m21a0520.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 603&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M21-04&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[23, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 17&lt;br /&gt;
|Before bed, the partner reflects on the meeting with Torkoal and wonders how Grovyle is doing&lt;br /&gt;
|&#039;&#039;&#039;G01P07C&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m21a0802.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2252&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 22&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[23, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 17&lt;br /&gt;
|Torkoal appears at the sentry gate&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m22a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 608&#039;&#039;&lt;br /&gt;
|(under “Dialogue Check”)&lt;br /&gt;
&#039;&#039;&#039;TALK-M22-02&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[23, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 17&lt;br /&gt;
|Torkoal is leaving the guild when he gets ambushed by Team Skull&lt;br /&gt;
|&#039;&#039;&#039;P01P01A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m22a0302.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1896&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1903&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 613&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M22 Dungeon Stop&#039;&#039;&#039;&lt;br /&gt;
----(under “Others”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;M22 Let’s Stop by Sharpedo Bluff!&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M22-03&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[23, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 17&lt;br /&gt;
|Before entering the Sharpedo Bluff hideout, the partner wonders if Grovyle is back&lt;br /&gt;
|&#039;&#039;&#039;H01P99A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m22a0601.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1910&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1917&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 618&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M22 Re-read Letter&#039;&#039;&#039;&lt;br /&gt;
----(under “Others”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;M22 Let’s Swing by the Beach&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M22-04&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[24, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!Chapter 18&lt;br /&gt;
|Lapras talks to Wigglytuff&lt;br /&gt;
|&#039;&#039;&#039;P10P01A&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;m22a1004.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1924&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2257&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M23 First Time to Brine Cave&#039;&#039;&#039;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Main 23&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[24, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 18&lt;br /&gt;
|Wigglytuff has not yet returned, but Chatot plans to leave for Brine Cave as scheduled anyway&lt;br /&gt;
|&#039;&#039;&#039;G01P04A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m23a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1931&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1938&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 623&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M23 Brine Cave Exploration&#039;&#039;&#039;&lt;br /&gt;
----(under “Others”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;M23 First Time to Brine Cave-2&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M23-02&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[24, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 18&lt;br /&gt;
|At the Lower Brine Cave midpoint, Team Skull steals the Relic Fragment from the partner and Chatot runs after them&lt;br /&gt;
|&#039;&#039;&#039;D26P21A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m23a0501.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1945&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M23 Brine Cave-2 Exploration&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[24, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 18&lt;br /&gt;
|The hero and partner find Team Skull knocked out and Skuntank returns the Relic Fragment&lt;br /&gt;
|&#039;&#039;&#039;D26P31A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m23a0701.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[25, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 18&lt;br /&gt;
|Triggers at the end of the scene where the hero, partner, and Grovyle meet Lapras &lt;br /&gt;
|&#039;&#039;&#039;P11P01A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m23a1008.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2262&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 24&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[25, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!Chapter 19&lt;br /&gt;
|Chapter 19 title card&lt;br /&gt;
(“To the Hidden Land”)&lt;br /&gt;
|&#039;&#039;&#039;G01P01C&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m24a0102.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1952&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 628&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M24 First Time to the Hidden Land&#039;&#039;&#039;&lt;br /&gt;
----(under “Dialogue Check”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TALK-M24-01&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[25, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 19&lt;br /&gt;
|Triggers upon entering the Hidden Land&lt;br /&gt;
|&#039;&#039;&#039;D27P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m24a0401.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1959&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&amp;amp;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1966&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M24 The Hidden Land Exploration&#039;&#039;&#039;&lt;br /&gt;
----(under “Others”)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;M24 First Time to the Hidden Land-2&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[25, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 19&lt;br /&gt;
|Triggers upon saying “Yes” to entering the Hidden Highland&lt;br /&gt;
|&#039;&#039;&#039;D28P21A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m24a0601.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1973&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M24 The Hidden Land-2 Exploration&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[25, 4];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 19&lt;br /&gt;
|Triggers upon entering the Old Ruins&lt;br /&gt;
|&#039;&#039;&#039;D28P32A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m24a0802.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[26, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 19&lt;br /&gt;
|&lt;br /&gt;
|Found in &#039;&#039;&#039;unionall&#039;&#039;&#039; under&lt;br /&gt;
&amp;lt;code&amp;gt;GETOUT_SCENARIO_DUNEGON&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 9031&#039;&#039;&lt;br /&gt;
|Seemingly gets skipped over after defeating Dusknoir, so I don’t know what specifically triggers this&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2269&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 25&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[26, 1];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 19&lt;br /&gt;
|Triggers right after defeating Dusknoir&lt;br /&gt;
|&#039;&#039;&#039;D28P44A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m25a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1980&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M25 First Time to Temporal Towe&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[26, 2];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
!Chapter 20&lt;br /&gt;
|Arriving at the entrance to Temporal Tower &lt;br /&gt;
|&#039;&#039;&#039;D29P11A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m25a0501.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 1987&#039;&#039;&lt;br /&gt;
|(under “Others”)&lt;br /&gt;
&#039;&#039;&#039;M25 Temporal Tower Exploration&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[26, 3];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 20&lt;br /&gt;
|Triggers when you interact with the entrance to Temporal Tower (regardless of if you say you’re ready to go in or not)&lt;br /&gt;
|&#039;&#039;&#039;D29P11A&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;m25a0601.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[26, 4];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 20&lt;br /&gt;
|Arriving at the Temporal Tower midpoint&lt;br /&gt;
|&#039;&#039;&#039;D30P21A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m25a0801.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[26, 5];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 20&lt;br /&gt;
|Entering Temporal Spire&lt;br /&gt;
|&#039;&#039;&#039;D3021A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m25a0901.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[26, 6];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 20&lt;br /&gt;
|Reaching Temporal Pinnacle&lt;br /&gt;
|&#039;&#039;&#039;D30P41A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m25a1101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;$SCENARIO_MAIN = &#039;&#039;&#039;scn[27, 0];&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Ch. 20&lt;br /&gt;
|Immediately after defeating Primal Dialga&lt;br /&gt;
|&#039;&#039;&#039;D30P41A&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;code&amp;gt;m26a0101.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;S02P01A&#039;&#039;&#039; (debug)&lt;br /&gt;
&amp;lt;code&amp;gt;m00a01a.ssb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 2276&#039;&#039;&lt;br /&gt;
----Found in &#039;&#039;&#039;unionall&#039;&#039;&#039; under&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;GETOUT_SCENARIO_DUNEGON&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;~ line 9055&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Main 26&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Plasma7007</name></author>
	</entry>
	<entry>
		<id>https://wiki.skytemple.org/index.php?title=Talk:List_of_Script_Locations&amp;diff=959</id>
		<title>Talk:List of Script Locations</title>
		<link rel="alternate" type="text/html" href="https://wiki.skytemple.org/index.php?title=Talk:List_of_Script_Locations&amp;diff=959"/>
		<updated>2025-04-02T00:27:56Z</updated>

		<summary type="html">&lt;p&gt;Plasma7007: /* Script error */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Fixes for List of Script Locations ==&lt;br /&gt;
&lt;br /&gt;
Suggestions for additions or fixes for this page [[User:Chesyon|Chesyon]] ([[User talk:Chesyon|talk]]) 17:54, 18 January 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;Magnemite tells everyone to gather in Treasure Town&amp;quot; is incorrectly listed as G01P07A &amp;gt; m15b1101.ssb, the same as the previous scene on the list. The correct scene is G01P04A &amp;gt; m15b1201.ssb. Discovered in [https://discord.com/channels/710190644152369162/1197552743309652039 this support thread]. [[User:Chesyon|Chesyon]] ([[User talk:Chesyon|talk]]) 17:57, 18 January 2024 (UTC)&lt;br /&gt;
::Fixed, thanks! [[User:End45|End45]] ([[User talk:End45|talk]]) 15:02, 19 January 2024 (UTC)&lt;br /&gt;
:::It still says G01P07A, it should say G01P04A [[User:Chesyon|Chesyon]] ([[User talk:Chesyon|talk]]) 15:45, 19 January 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Scripts Missing From List ==&lt;br /&gt;
&lt;br /&gt;
I&#039;m pretty sure there are other scripts I&#039;ve noticed missing from this list, will update this as I think of things.&lt;br /&gt;
&lt;br /&gt;
Is there a reason the personality quiz script is entirely absent from this list? I&#039;d think it&#039;s worth adding. [[User:Happylappy|Happylappy]] ([[User talk:Happylappy|talk]]) 06:03, 20 October 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Additionally, it probably makes sense to add:&lt;br /&gt;
:S00P01A/partner (Script for Partner overworld conversations Part 1) &lt;br /&gt;
:S00P01A/partner2 (Script for Partner overworld conversations Part 2) [[User:Happylappy|Happylappy]] ([[User talk:Happylappy|talk]]) 14:30, 4 November 2024 (UTC)&lt;br /&gt;
::Done! [[User:Frostbyte|Frostbyte]] ([[User talk:Frostbyte|talk]]) 17:37, 4 November 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Script error ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Chapter 10 (G01P01A) (m12a0102.ssb) - Marill &amp;amp; Azurill say their Water Float has been stolen&amp;quot; should have &amp;quot;m12a0101.ssb&amp;quot; as the script instead of m12a0102 [[User:Plasma7007|Plasma7007]] ([[User talk:Plasma7007|talk]]) 00:27, 2 April 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>Plasma7007</name></author>
	</entry>
	<entry>
		<id>https://wiki.skytemple.org/index.php?title=Dungeon_Floor&amp;diff=585</id>
		<title>Dungeon Floor</title>
		<link rel="alternate" type="text/html" href="https://wiki.skytemple.org/index.php?title=Dungeon_Floor&amp;diff=585"/>
		<updated>2024-01-25T04:43:30Z</updated>

		<summary type="html">&lt;p&gt;Plasma7007: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Dungeon Floor&#039;&#039;&#039; is a single floor that is generated for a [[Dungeon Properties|dungeon]]. Each floor has properties that determined how it is generated, this includes the tileset to use, the music to play and a list of Pokémon, items and traps to spawn. &lt;br /&gt;
&lt;br /&gt;
In [[SkyTemple]] you can edit the properties of a floor and show a preview of how a generated floor might look like in-game. The preview however can not show [[Fixed Room|Fixed Rooms]] and will display a note when a floor has a Fixed Room in use. &lt;br /&gt;
&lt;br /&gt;
== Layout ==&lt;br /&gt;
&lt;br /&gt;
=== Structure: ===&lt;br /&gt;
This tab is used to change the general layout of floors. &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Structure Type&amp;lt;/u&amp;gt; can be used to select the general layout of the floor. Several different structure types can be selected. Small, Small Medium, Medium, and Medium Large have the most random variation between floor shapes while Ring, Crossroads, Two Rooms One Monster House, Line, Cross, Beetle, and Outer Rooms have a more specific shape they tend to hold with lesser random variation. Single Monster House will always spawn a singular room as the entire floor with a Monster House.  &lt;br /&gt;
* &amp;lt;u&amp;gt;Floor Connectivity&amp;lt;/u&amp;gt; changes the amount of connections between cells used to generate the floor map.&lt;br /&gt;
* &amp;lt;u&amp;gt;Extra Hallway Density&amp;lt;/u&amp;gt; is used to determine the amount of extra hallways on the floor once the initial connections are made. These can be extra connections between rooms, loops, or dead end hallways.  &lt;br /&gt;
* &amp;lt;u&amp;gt;Room Density&amp;lt;/u&amp;gt; is used to determine the amount of rooms on a floor. Some random variation may be applied to this number and a floor will never have less than two rooms unless it is a whole floor monster house.&lt;br /&gt;
* &amp;lt;u&amp;gt;Dead Ends&amp;lt;/u&amp;gt; can be toggled on or off and determines if hallways can lead to dead ends instead of a room or other hallway. &#039;&#039;Note that dead ends can still occasionally spawn even with them turned off due to a bug in the game.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Terrain Settings: ===&lt;br /&gt;
This tab is used to control additional layout settings of the floor.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Secondary Terrain Enabled?&amp;lt;/u&amp;gt; can be toggled on or off and determines if the floor will spawn a secondary type of terrain outside of rooms. The type of terrain is determined by the tileset in use and not anything within Dungeon Floor settings. Most tilesets use water while a few use lava or void. Note that Secondary Terrain can still spawn within rooms themselves even with this setting turned off, if Secondary Terrain (Number of Rooms) is set higher than 0. &lt;br /&gt;
* &amp;lt;u&amp;gt;Secondary Terrain (Number of Rooms)&amp;lt;/u&amp;gt; is used to determine the amount of rooms on a floor that have secondary terrain inside them. However, this feature does not seem to work consistently. Still, a higher number will give a greater chance of one or more rooms with secondary terrain.&lt;br /&gt;
* &amp;lt;u&amp;gt;Secondary Terrain Density&amp;lt;/u&amp;gt; is used to determine how much secondary terrain spawns on the floor outside of rooms. &lt;br /&gt;
* &amp;lt;u&amp;gt;Imperfect Rooms&amp;lt;/u&amp;gt; can be toggled to determine if rooms always spawn as perfect rectangles or not. With this setting on, small notches can be taken out of the corners of rooms, giving them an imperfect shape.&lt;br /&gt;
* &amp;lt;u&amp;gt;Darkness Level&amp;lt;/u&amp;gt; can be used to determine how many tiles in front of the player that other Pokemon and items can be seen while traveling through hallways.&lt;br /&gt;
* &amp;lt;u&amp;gt;Weather&amp;lt;/u&amp;gt; is used to determine what type of weather activates when the player enters the floor. This can still be changed by moves and abilities used on the floor. &lt;br /&gt;
&lt;br /&gt;
=== Items, Traps, and Enemies: ===&lt;br /&gt;
This tab is used to control the amount of items, traps, and initial enemies that can spawn on a floor. &lt;br /&gt;
* &amp;lt;u&amp;gt;Floor Item Density&amp;lt;/u&amp;gt; refers to how many items can spawn on the floor, with random variation between -2 and +1 items. Note that only 16 items can ever spawn on a single floor. The floor preview however does not take this into account and will show something closer to the actual number inserted if above 16.&lt;br /&gt;
* &amp;lt;u&amp;gt;Buried Item Density&amp;lt;/u&amp;gt; refers to how many items can spawn hidden below wall tiles, outside of rooms or hallways. &lt;br /&gt;
* &amp;lt;u&amp;gt;Trap Density&amp;lt;/u&amp;gt; refers to how many traps will spawn on the floor, with random variation between the actual number and the number divided by 2. Note that Wonder Tiles technically count as traps and are apart of this count.&lt;br /&gt;
* &amp;lt;u&amp;gt;Max Coin Amount&amp;lt;/u&amp;gt; refers to the maximum amount of money a Poke(money) floor item can hold.&lt;br /&gt;
* &amp;lt;u&amp;gt;Initial Enemy Density&amp;lt;/u&amp;gt; refers to the amount of enemies that are already on the floor when the player first enters it. Note that only 14 enemies can ever spawn on a single floor at once. The floor preview however does not take this into account and will show something closer to the actual number inserted if above 14. Random variation is used with the minimum amount being the actual number divided by 2, so numbers up to 28 can still be useful for guaranteeing higher amounts of enemies. If Initial Enemy Density is set to 0, only 1 enemy will spawn and no further enemies will spawn even as the player explores the floor. Due to a bug, setting the density to a negative number will always spawn 14 enemies, often all close by the player.&lt;br /&gt;
&lt;br /&gt;
=== Chances: ===&lt;br /&gt;
This tab is used to set the chances of various things spawning on the floor. The sliders are % based and go from 0 to 100. If the [[UnusedDungeonChance]] ASM patch is applied, Unused can be used to have a chance of generating a small maze of walls within one of the rooms inside a floor.&lt;br /&gt;
&lt;br /&gt;
=== IQ and Misc: ===&lt;br /&gt;
This tab is used to change settings relating to IQ, as well as other settings.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Enemy IQ&amp;lt;/u&amp;gt; determines how many IQ points enemies have, therefore also what IQ skills they will have. &lt;br /&gt;
* &amp;lt;u&amp;gt;IQ Booster Boost&amp;lt;/u&amp;gt; determines how many IQ points IQ Booster increases IQ by.&lt;br /&gt;
* &amp;lt;u&amp;gt;Hidden Stairs Type&amp;lt;/u&amp;gt; determines if a Secret Room or Secret Bazaar will spawn when the player finds Hidden Stairs. 0 will set Hidden Stairs to always lead to a Secret Bazaar, 1 will set Hidden Stairs to always lead to a Secret Room, and 255 will give a 50/50 chance of either. Any other number will give a 0% chance for both and the Hidden Stairs will instead work like regular stairs.&lt;br /&gt;
&lt;br /&gt;
== Pokemon Spawns ==&lt;br /&gt;
The Pokemon Spawns tab can be used to determine what Pokemon can spawn as enemies within the floor. Pokemon can be added or removed using the + and - buttons. An unlimited number of Pokemon can be added to the spawn list, however each time the floor is entered, only a random 14 of them will be selected if there is more than 14 types of Pokemon that can spawn. Additionally, adding absurdly high numbers (Such as 100 or more) of different Pokemon to a single floor&#039;s spawn list may cause the game to crash upon entering the floor.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Kecleon Level&amp;lt;/u&amp;gt; refers to the level of the Kecleon running Kecleon Shop, if one spawns on the floor.&lt;br /&gt;
&lt;br /&gt;
== Traps ==&lt;br /&gt;
This tab allows you to change the % chances of what trap will spawn on the dungeon floor when the floor generates a trap tile. Multiple types of traps can spawn on the same floor if more than one trap is generated. &lt;br /&gt;
&lt;br /&gt;
== Items ==&lt;br /&gt;
This tab allows you to change the % chances and what items can spawn on the dungeon floor. Each tab within this tab controls a separate list for Floor Items, Kecleon Shop items, Monster House items, Buried items, Grab Bag items, and Secret Room items. You can add or remove complete categories of items for each tab using the top menu and the items that can spawn in each category in the bottom menu.  {{NavSkyTemple}}&lt;/div&gt;</summary>
		<author><name>Plasma7007</name></author>
	</entry>
	<entry>
		<id>https://wiki.skytemple.org/index.php?title=Dungeon_Floor&amp;diff=584</id>
		<title>Dungeon Floor</title>
		<link rel="alternate" type="text/html" href="https://wiki.skytemple.org/index.php?title=Dungeon_Floor&amp;diff=584"/>
		<updated>2024-01-25T04:39:11Z</updated>

		<summary type="html">&lt;p&gt;Plasma7007: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Dungeon Floor&#039;&#039;&#039; is a single floor that is generated for a [[Dungeon Properties|dungeon]]. Each floor has properties that determined how it is generated, this includes the tileset to use, the music to play and a list of Pokémon, items and traps to spawn. &lt;br /&gt;
&lt;br /&gt;
In [[SkyTemple]] you can edit the properties of a floor and show a preview of how a generated floor might look like in-game. The preview however can not show [[Fixed Room|Fixed Rooms]] and will display a note when a floor has a Fixed Room in use. &lt;br /&gt;
&lt;br /&gt;
== Layout ==&lt;br /&gt;
&lt;br /&gt;
=== Structure: ===&lt;br /&gt;
This tab is used to change the general layout of floors. &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Structure Type&amp;lt;/u&amp;gt; can be used to select the general layout of the floor. Several different structure types can be selected. Small, Small Medium, Medium, and Medium Large have the most random variation between floor shapes while Ring, Crossroads, Two Rooms One Monster House, Line, Cross, Beetle, and Outer Rooms have a more specific shape they tend to hold with lesser random variation. Single Monster House will always spawn a singular room as the entire floor with a Monster House.  &lt;br /&gt;
* &amp;lt;u&amp;gt;Floor Connectivity&amp;lt;/u&amp;gt; changes the amount of connections between cells used to generate the floor map.&lt;br /&gt;
* &amp;lt;u&amp;gt;Extra Hallway Density&amp;lt;/u&amp;gt; is used to determine the amount of extra hallways on the floor once the initial connections are made. These can be extra connections between rooms, loops, or dead end hallways.  &lt;br /&gt;
* &amp;lt;u&amp;gt;Room Density&amp;lt;/u&amp;gt; is used to determine the amount of rooms on a floor. Some random variation may be applied to this number and a floor will never have less than two rooms unless it is a whole floor monster house.&lt;br /&gt;
* &amp;lt;u&amp;gt;Dead Ends&amp;lt;/u&amp;gt; can be toggled on or off and determines if hallways can lead to dead ends instead of a room or other hallway. &#039;&#039;Note that dead ends can still occasionally spawn even with them turned off due to a bug in the game.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Terrain Settings: ===&lt;br /&gt;
This tab is used to control additional layout settings of the floor.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Secondary Terrain Enabled?&amp;lt;/u&amp;gt; can be toggled on or off and determines if the floor will spawn a secondary type of terrain outside of rooms. The type of terrain is determined by the tileset in use and not anything within Dungeon Floor settings. Most tilesets use water while a few use lava or void. Note that Secondary Terrain can still spawn within rooms themselves even with this setting turned off, if Secondary Terrain (Number of Rooms) is set higher than 0. &lt;br /&gt;
* &amp;lt;u&amp;gt;Secondary Terrain (Number of Rooms)&amp;lt;/u&amp;gt; is used to determine the amount of rooms on a floor that have secondary terrain inside them. However, this feature does not seem to work consistently. Still, a higher number will give a greater chance of one or more rooms with secondary terrain.&lt;br /&gt;
* &amp;lt;u&amp;gt;Secondary Terrain Density&amp;lt;/u&amp;gt; is used to determine how much secondary terrain spawns on the floor outside of rooms. &lt;br /&gt;
* &amp;lt;u&amp;gt;Imperfect Rooms&amp;lt;/u&amp;gt; can be toggled to determine if rooms always spawn as perfect rectangles or not. With this setting on, small notches can be taken out of the corners of rooms, giving them an imperfect shape.&lt;br /&gt;
* &amp;lt;u&amp;gt;Darkness Level&amp;lt;/u&amp;gt; can be used to determine how many tiles in front of the player that other Pokemon and items can be seen while traveling through hallways.&lt;br /&gt;
* &amp;lt;u&amp;gt;Weather&amp;lt;/u&amp;gt; is used to determine what type of weather activates when the player enters the floor. This can still be changed by moves and abilities used on the floor. &lt;br /&gt;
&lt;br /&gt;
=== Items, Traps, and Enemies: ===&lt;br /&gt;
This tab is used to control the amount of items, traps, and initial enemies that can spawn on a floor. &lt;br /&gt;
* &amp;lt;u&amp;gt;Floor Item Density&amp;lt;/u&amp;gt; refers to how many items can spawn on the floor, with random variation between -2 and +1 items. Note that only 16 items can ever spawn on a single floor. The floor preview however does not take this into account and will show something closer to the actual number inserted if above 16.&lt;br /&gt;
* &amp;lt;u&amp;gt;Buried Item Density&amp;lt;/u&amp;gt; refers to how many items can spawn hidden below wall tiles, outside of rooms or hallways. &lt;br /&gt;
* &amp;lt;u&amp;gt;Trap Density&amp;lt;/u&amp;gt; refers to how many traps will spawn on the floor, with random variation between the actual number and the number divided by 2. Note that Wonder Tiles technically count as traps and are apart of this count.&lt;br /&gt;
* &amp;lt;u&amp;gt;Max Coin Amount&amp;lt;/u&amp;gt; refers to the maximum amount of money a Poke(money) floor item can hold.&lt;br /&gt;
* &amp;lt;u&amp;gt;Initial Enemy Density&amp;lt;/u&amp;gt; refers to the amount of enemies that are already on the floor when the player first enters it. Note that only 14 enemies can ever spawn on a single floor at once. The floor preview however does not take this into account and will show something closer to the actual number inserted if above 14. Random variation is used with the minimum amount being the actual number divided by 2, so numbers up to 28 can still be useful for guaranteeing higher amounts of enemies. If Initial Enemy Density is set to 0, only 1 enemy will spawn and no further enemies will spawn even as the player explores the floor. Due to a bug, setting the density to a negative number will always spawn 14 enemies, often all close by the player.&lt;br /&gt;
&lt;br /&gt;
=== Chances: ===&lt;br /&gt;
This tab is used to set the chances of various things spawning on the floor. The sliders are % based and go from 0 to 100. If the [[UnusedDungeonChance]] ASM patch is applied, Unused can be used to have a chance of generating a small maze of walls within one of the rooms inside a floor.&lt;br /&gt;
&lt;br /&gt;
=== IQ and Misc: ===&lt;br /&gt;
This tab is used to change settings relating to IQ, as well as other settings.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Enemy IQ&amp;lt;/u&amp;gt; determines how many IQ points enemies have, therefore also what IQ skills they will have. &lt;br /&gt;
* &amp;lt;u&amp;gt;IQ Booster Boost&amp;lt;/u&amp;gt; determines how many IQ points IQ Booster increases IQ by.&lt;br /&gt;
* &amp;lt;u&amp;gt;Hidden Stairs Type&amp;lt;/u&amp;gt; determines if a Secret Room or Secret Bazaar will spawn when the player finds Hidden Stairs. 0 will set Hidden Stairs to always lead to a Secret Bazaar, 1 will set Hidden Stairs to always lead to a Secret Room, and 255 will give a 50/50 chance of either. Any other number will give a 0% chance for both and the Hidden Stairs will instead work like regular stairs.&lt;br /&gt;
&lt;br /&gt;
== Pokemon Spawns ==&lt;br /&gt;
The Pokemon Spawns tab can be used to determine what Pokemon can spawn as enemies within the floor. Pokemon can be added or removed using the + and - buttons. An unlimited number of Pokemon can be added to the spawn list, however each time the floor is entered, only a random 14 of them will be selected if there is more than 14 types of Pokemon that can spawn. Additionally, adding absurdly high numbers (Such as 100 or more) of different Pokemon to a single floor&#039;s spawn list may cause the game to crash upon entering the floor.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Kecleon Level&amp;lt;/u&amp;gt; refers to the level of the Kecleon running Kecleon Shop, if one spawn on the floor.&lt;br /&gt;
&lt;br /&gt;
== Traps ==&lt;br /&gt;
This tab allows you to change the % chances of what trap will spawn on the dungeon floor when the floor generates a trap tile. Multiple types of traps can spawn on the same floor if more than one trap is generated. &lt;br /&gt;
&lt;br /&gt;
== Items ==&lt;br /&gt;
This tab allows you to change the % chances and what items can spawn on the dungeon floor. Each tab within this tab controls a separate list for Floor Items, Kecleon Shop items, Monster House items, Buried items, Grab Bag items, and Secret Room items. You can add or remove complete categories of items for each tab using the top menu and the items that can spawn in each category in the bottom menu.  {{NavSkyTemple}}&lt;/div&gt;</summary>
		<author><name>Plasma7007</name></author>
	</entry>
	<entry>
		<id>https://wiki.skytemple.org/index.php?title=Dungeon_Floor&amp;diff=581</id>
		<title>Dungeon Floor</title>
		<link rel="alternate" type="text/html" href="https://wiki.skytemple.org/index.php?title=Dungeon_Floor&amp;diff=581"/>
		<updated>2024-01-25T04:20:38Z</updated>

		<summary type="html">&lt;p&gt;Plasma7007: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Dungeon Floor&#039;&#039;&#039; is a single floor that is generated for a [[Dungeon Properties|dungeon]]. Each floor has properties that determined how it is generated, this includes the tileset to use, the music to play and a list of Pokémon, items and traps to spawn. &lt;br /&gt;
&lt;br /&gt;
In [[SkyTemple]] you can edit the properties of a floor and show a preview of how a generated floor might look like in-game. The preview however can not show [[Fixed Room|Fixed Rooms]] and will display a note when a floor has a Fixed Room in use. &lt;br /&gt;
&lt;br /&gt;
== Layout ==&lt;br /&gt;
&lt;br /&gt;
=== Structure: ===&lt;br /&gt;
This tab is used to change the general layout of floors. &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Structure Type&amp;lt;/u&amp;gt; can be used to select the general layout of the floor. Several different structure types can be selected. Small, Small Medium, Medium, and Medium Large have the most random variation between floor shapes while Ring, Crossroads, Two Rooms One Monster House, Line, Cross, Beetle, and Outer Rooms have a more specific shape they tend to hold with lesser random variation. Single Monster House will always spawn a singular room as the entire floor with a Monster House.  &lt;br /&gt;
* &amp;lt;u&amp;gt;Floor Connectivity&amp;lt;/u&amp;gt; changes the amount of connections between cells used to generate the floor map.&lt;br /&gt;
* &amp;lt;u&amp;gt;Extra Hallway Density&amp;lt;/u&amp;gt; is used to determine the amount of extra hallways on the floor once the initial connections are made. These can be extra connections between rooms, loops, or dead end hallways.  &lt;br /&gt;
* &amp;lt;u&amp;gt;Room Density&amp;lt;/u&amp;gt; is used to determine the amount of rooms on a floor. Some random variation may be applied to this number and a floor will never have less than two rooms unless it is a whole floor monster house.&lt;br /&gt;
* &amp;lt;u&amp;gt;Dead Ends&amp;lt;/u&amp;gt; can be toggled on or off and determines if hallways can lead to dead ends instead of a room or other hallway. &#039;&#039;Note that dead ends can still occasionally spawn even with them turned off due to a bug in the game.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Terrain Settings: ===&lt;br /&gt;
This tab is used to control additional layout settings of the floor.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Secondary Terrain Enabled?&amp;lt;/u&amp;gt; can be toggled on or off and determines if the floor will spawn a secondary type of terrain outside of rooms. The type of terrain is determined by the tileset in use and not anything within Dungeon Floor settings. Most tilesets use water while a few use lava or void. Note that Secondary Terrain can still spawn within rooms themselves even with this setting turned off, if Secondary Terrain (Number of Rooms) is set higher than 0. &lt;br /&gt;
* &amp;lt;u&amp;gt;Secondary Terrain (Number of Rooms)&amp;lt;/u&amp;gt; is used to determine the amount of rooms on a floor that have secondary terrain inside them. However, this feature does not seem to work consistently. Still, a higher number will give a greater chance of one or more rooms with secondary terrain.&lt;br /&gt;
* &amp;lt;u&amp;gt;Secondary Terrain Density&amp;lt;/u&amp;gt; is used to determine how much secondary terrain spawns on the floor outside of rooms. &lt;br /&gt;
* &amp;lt;u&amp;gt;Imperfect Rooms&amp;lt;/u&amp;gt; can be toggled to determine if rooms always spawn as perfect rectangles or not. With this setting on, small notches can be taken out of the corners of rooms, giving them an imperfect shape.&lt;br /&gt;
* &amp;lt;u&amp;gt;Darkness Level&amp;lt;/u&amp;gt; can be used to determine how many tiles in front of the player that other Pokemon and items can be seen while traveling through hallways.&lt;br /&gt;
* &amp;lt;u&amp;gt;Weather&amp;lt;/u&amp;gt; is used to determine what type of weather activates when the player enters the floor. This can still be changed by moves and abilities used on the floor. &lt;br /&gt;
&lt;br /&gt;
=== Items, Traps, and Enemies: ===&lt;br /&gt;
This tab is used to control the amount of items, traps, and initial enemies that can spawn on a floor. &lt;br /&gt;
* &amp;lt;u&amp;gt;Floor Item Density&amp;lt;/u&amp;gt; refers to how many items can spawn on the floor, with random variation between -2 and +1 items. Note that only 16 items can ever spawn on a single floor. The floor preview however does not take this into account and will show something closer to the actual number inserted if above 16.&lt;br /&gt;
* &amp;lt;u&amp;gt;Buried Item Density&amp;lt;/u&amp;gt; refers to how many items can spawn hidden below wall tiles, outside of rooms or hallways. &lt;br /&gt;
* &amp;lt;u&amp;gt;Trap Density&amp;lt;/u&amp;gt; refers to how many traps will spawn on the floor, with random variation between the actual number and the number divided by 2. Note that Wonder Tiles technically count as traps and are apart of this count.&lt;br /&gt;
* &amp;lt;u&amp;gt;Max Coin Amount&amp;lt;/u&amp;gt; refers to the maximum amount of money a Poke(money) floor item can hold.&lt;br /&gt;
* &amp;lt;u&amp;gt;Initial Enemy Density&amp;lt;/u&amp;gt; refers to the amount of enemies that are already on the floor when the player first enters it. Note that only 14 enemies can ever spawn on a single floor at once. The floor preview however does not take this into account and will show something closer to the actual number inserted if above 14. Random variation is used with the minimum amount being the actual number divided by 2, so numbers up to 28 can still be useful for guaranteeing higher amounts of enemies. If Initial Enemy Density is set to 0, only 1 enemy will spawn and no further enemies will spawn even as the player explores the floor. Due to a bug, setting the density to a negative number will always spawn 14 enemies, often all close by the player.&lt;br /&gt;
&lt;br /&gt;
=== Chances: ===&lt;br /&gt;
This tab is used to set the chances of various things spawning on the floor. The sliders are % based and go from 0 to 100. If the [[UnusedDungeonChance]] ASM patch is applied, Unused can be used to have a chance of generating a small maze of walls within one of the rooms inside a floor.&lt;br /&gt;
&lt;br /&gt;
=== IQ and Misc: ===&lt;br /&gt;
This tab is used to change settings relating to IQ, as well as other settings.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Enemy IQ&amp;lt;/u&amp;gt; determines how many IQ points enemies have, therefore also what IQ skills they will have. &lt;br /&gt;
* &amp;lt;u&amp;gt;IQ Booster Boost&amp;lt;/u&amp;gt; determines how many IQ points IQ Booster increases IQ by.&lt;br /&gt;
* &amp;lt;u&amp;gt;Hidden Stairs Type&amp;lt;/u&amp;gt; determines if a Secret Room or Secret Bazaar will spawn when the player finds Hidden Stairs. 0 will set Hidden Stairs to always lead to a Secret Bazaar, 1 will set Hidden Stairs to always lead to a Secret Room, and 255 will give a 50/50 chance of either. Any other number will give a 0% chance for both and the Hidden Stairs will instead work like regular stairs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NavSkyTemple}}&lt;/div&gt;</summary>
		<author><name>Plasma7007</name></author>
	</entry>
	<entry>
		<id>https://wiki.skytemple.org/index.php?title=Fixed_Room&amp;diff=580</id>
		<title>Fixed Room</title>
		<link rel="alternate" type="text/html" href="https://wiki.skytemple.org/index.php?title=Fixed_Room&amp;diff=580"/>
		<updated>2024-01-25T04:01:55Z</updated>

		<summary type="html">&lt;p&gt;Plasma7007: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Fixed Room&#039;&#039;&#039; (sometimes referred to as &#039;&#039;&#039;Fixed Floor&#039;&#039;&#039;) is a special pre-generated room layout which can be placed on dungeon floors or replace a floor entirely. For most Fixed Rooms you can select to use one for a floor by editing the [[Dungeon Floor]] properties. Depending on whether a Fixed Room is supposed to be used as a floor replacement or as a single room it will then either replace the entire floor (this is usually used for boss fights) or spawn instead of a randomly generated room on a floor.&lt;br /&gt;
&lt;br /&gt;
Some Fixed Rooms have special purposes, such as the Fixed Rooms used by the Secret Bazar.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Warning&amp;lt;/u&amp;gt;: When editing fixed rooms, &#039;&#039;&#039;&amp;lt;u&amp;gt;do not&amp;lt;/u&amp;gt;&#039;&#039;&#039; attempt to edit Fixed Room #0 unless you know specifically how it works. This can break all floors within all dungeons of the game.{{NavSkyTemple}}&lt;/div&gt;</summary>
		<author><name>Plasma7007</name></author>
	</entry>
	<entry>
		<id>https://wiki.skytemple.org/index.php?title=Dungeon_Floor&amp;diff=579</id>
		<title>Dungeon Floor</title>
		<link rel="alternate" type="text/html" href="https://wiki.skytemple.org/index.php?title=Dungeon_Floor&amp;diff=579"/>
		<updated>2024-01-25T03:49:53Z</updated>

		<summary type="html">&lt;p&gt;Plasma7007: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Dungeon Floor&#039;&#039;&#039; is a single floor that is generated for a [[Dungeon Properties|dungeon]]. Each floor has properties that determined how it is generated, this includes the tileset to use, the music to play and a list of Pokémon, items and traps to spawn. &lt;br /&gt;
&lt;br /&gt;
In [[SkyTemple]] you can edit the properties of a floor and show a preview of how a generated floor might look like in-game. The preview however can not show [[Fixed Room|Fixed Rooms]] and will display a note when a floor has a Fixed Room in use. &lt;br /&gt;
&lt;br /&gt;
== Layout ==&lt;br /&gt;
&lt;br /&gt;
=== Structure: ===&lt;br /&gt;
This tab is used to change the general layout of floors. &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Structure Type&amp;lt;/u&amp;gt; can be used to select the general layout of the floor. Several different structure types can be selected. Small, Small Medium, Medium, and Medium Large have the most random variation between floor shapes while Ring, Crossroads, Two Rooms One Monster House, Line, Cross, Beetle, and Outer Rooms have a more specific shape they tend to hold with lesser random variation. Single Monster House will always spawn a singular room as the entire floor with a Monster House.  &lt;br /&gt;
* &amp;lt;u&amp;gt;Floor Connectivity&amp;lt;/u&amp;gt; changes the amount of connections between cells used to generate the floor map.&lt;br /&gt;
* &amp;lt;u&amp;gt;Extra Hallway Density&amp;lt;/u&amp;gt; is used to determine the amount of extra hallways on the floor once the initial connections are made. These can be extra connections between rooms, loops, or dead end hallways.  &lt;br /&gt;
* &amp;lt;u&amp;gt;Room Density&amp;lt;/u&amp;gt; is used to determine the amount of rooms on a floor. Some random variation may be applied to this number and a floor will never have less than two rooms unless it is a whole floor monster house.&lt;br /&gt;
* &amp;lt;u&amp;gt;Dead Ends&amp;lt;/u&amp;gt; can be toggled on or off and determines if hallways can lead to dead ends instead of a room or other hallway. &#039;&#039;Note that dead ends can still occasionally spawn even with them turned off due to a bug in the game.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Terrain Settings: ===&lt;br /&gt;
This tab is used to control additional layout settings of the floor.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Secondary Terrain Enabled?&amp;lt;/u&amp;gt; can be toggled on or off and determines if the floor will spawn a secondary type of terrain outside of rooms. The type of terrain is determined by the tileset in use and not anything within Dungeon Floor settings. Most tilesets use water while a few use lava or void. Note that Secondary Terrain can still spawn within rooms themselves even with this setting turned off, if Secondary Terrain (Number of Rooms) is set higher than 0. &lt;br /&gt;
* &amp;lt;u&amp;gt;Secondary Terrain (Number of Rooms)&amp;lt;/u&amp;gt; is used to determine the amount of rooms on a floor that have secondary terrain inside them. However, this feature does not seem to work consistently. Still, a higher number will give a greater chance of one or more rooms with secondary terrain.&lt;br /&gt;
* &amp;lt;u&amp;gt;Secondary Terrain Density&amp;lt;/u&amp;gt; is used to determine how much secondary terrain spawns on the floor outside of rooms. &lt;br /&gt;
* &amp;lt;u&amp;gt;Imperfect Rooms&amp;lt;/u&amp;gt; can be toggled to determine if rooms always spawn as perfect rectangles or not. With this setting on, small notches can be taken out of the corners of rooms, giving them an imperfect shape.&lt;br /&gt;
* &amp;lt;u&amp;gt;Darkness Level&amp;lt;/u&amp;gt; can be used to determine how many tiles in front of the player that other Pokemon and items can be seen while traveling through hallways.&lt;br /&gt;
* &amp;lt;u&amp;gt;Weather&amp;lt;/u&amp;gt; is used to determine what type of weather activates when the player enters the floor. This can still be changed by moves and abilities used on the floor. &lt;br /&gt;
&lt;br /&gt;
=== Items, Traps, and Enemies: ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Floor Item Density&amp;lt;/u&amp;gt; refers to how many items can spawn on the floor, with random variation between -2 and +1 items. Note that only 16 items can ever spawn on a single floor. The floor preview however does not take this into account and will show something closer to the actual number inserted if above 16.&lt;br /&gt;
* &amp;lt;u&amp;gt;Buried Item Density&amp;lt;/u&amp;gt; refers to how many items can spawn hidden below wall tiles, outside of rooms or hallways. &lt;br /&gt;
* &amp;lt;u&amp;gt;Trap Density&amp;lt;/u&amp;gt; refers to how many traps will spawn on the floor, with random variation between the actual number and the number divided by 2. Note that Wonder Tiles technically count as traps and are apart of this count.&lt;br /&gt;
* &amp;lt;u&amp;gt;Max Coin Amount&amp;lt;/u&amp;gt; refers to the maximum amount of money a Poke(money) floor item can hold.&lt;br /&gt;
* &amp;lt;u&amp;gt;Initial Enemy Density&amp;lt;/u&amp;gt; refers to the amount of enemies that are already on the floor when the player first enters it. Note that only 14 enemies can ever spawn on a single floor at once. The floor preview however does not take this into account and will show something closer to the actual number inserted if above 14. Random variation is used with the minimum amount being the actual number divided by 2, so numbers up to 28 can still be useful for guaranteeing higher amounts of enemies. If Initial Enemy Density is set to 0, only 1 enemy will spawn and no further enemies will spawn even as the player explores the floor. Due to a bug, setting the density to a negative number will always spawn 14 enemies, often all close by the player.&lt;br /&gt;
{{NavSkyTemple}}&lt;/div&gt;</summary>
		<author><name>Plasma7007</name></author>
	</entry>
	<entry>
		<id>https://wiki.skytemple.org/index.php?title=Dungeon_Floor&amp;diff=578</id>
		<title>Dungeon Floor</title>
		<link rel="alternate" type="text/html" href="https://wiki.skytemple.org/index.php?title=Dungeon_Floor&amp;diff=578"/>
		<updated>2024-01-25T03:47:39Z</updated>

		<summary type="html">&lt;p&gt;Plasma7007: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Dungeon Floor&#039;&#039;&#039; is a single floor that is generated for a [[Dungeon Properties|dungeon]]. Each floor has properties that determined how it is generated, this includes the tileset to use, the music to play and a list of Pokémon, items and traps to spawn. &lt;br /&gt;
&lt;br /&gt;
In [[SkyTemple]] you can edit the properties of a floor and show a preview of how a generated floor might look like in-game. The preview however can not show [[Fixed Room|Fixed Rooms]] and will display a note when a floor has a Fixed Room in use. &lt;br /&gt;
&lt;br /&gt;
== Layout ==&lt;br /&gt;
&lt;br /&gt;
=== Structure: ===&lt;br /&gt;
This tab is used to change the general layout of floors. &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Structure Type&amp;lt;/u&amp;gt; can be used to select the general layout of the floor. Several different structure types can be selected. Small, Small Medium, Medium, and Medium Large have the most random variation between floor shapes while Ring, Crossroads, Two Rooms One Monster House, Line, Cross, Beetle, and Outer Rooms have a more specific shape they tend to hold with lesser random variation. Single Monster House will always spawn a singular room as the entire floor with a Monster House.  &lt;br /&gt;
* &amp;lt;u&amp;gt;Floor Connectivity&amp;lt;/u&amp;gt; changes the amount of connections between cells used to generate the floor map.&lt;br /&gt;
* &amp;lt;u&amp;gt;Extra Hallway Density&amp;lt;/u&amp;gt; is used to determine the amount of extra hallways on the floor once the initial connections are made. These can be extra connections between rooms, loops, or dead end hallways.  &lt;br /&gt;
* &amp;lt;u&amp;gt;Room Density&amp;lt;/u&amp;gt; is used to determine the amount of rooms on a floor. Some random variation may be applied to this number and a floor will never have less than two rooms unless it is a whole floor monster house.&lt;br /&gt;
* &amp;lt;u&amp;gt;Dead Ends&amp;lt;/u&amp;gt; can be toggled on or off and determines if hallways can lead to dead ends instead of a room or other hallway. &#039;&#039;Note that dead ends can still occasionally spawn even with them turned off due to a bug in the game.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Terrain Settings: ===&lt;br /&gt;
This tab is used to control additional layout settings of the floor.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Secondary Terrain Enabled?&amp;lt;/u&amp;gt; can be toggled on or off and determines if the floor will spawn a secondary type of terrain outside of rooms. The type of terrain is determined by the tileset in use and not anything within Dungeon Floor settings. Most tilesets use water while a few use lava or void. Note that Secondary Terrain can still spawn within rooms themselves even with this setting turned off, if Secondary Terrain (Number of Rooms) is set higher than 0. &lt;br /&gt;
* &amp;lt;u&amp;gt;Secondary Terrain (Number of Rooms)&amp;lt;/u&amp;gt; is used to determine the amount of rooms on a floor that have secondary terrain inside them. However, this feature does not seem to work consistently. Still, a higher number will give a greater chance of one or more rooms with secondary terrain.&lt;br /&gt;
* &amp;lt;u&amp;gt;Secondary Terrain Density&amp;lt;/u&amp;gt; is used to determine how much secondary terrain spawns on the floor outside of rooms. &lt;br /&gt;
* &amp;lt;u&amp;gt;Imperfect Rooms&amp;lt;/u&amp;gt; can be toggled to determine if rooms always spawn as perfect rectangles or not. With this setting on, small notches can be taken out of the corners of rooms, giving them an imperfect shape.&lt;br /&gt;
* &amp;lt;u&amp;gt;Darkness Level&amp;lt;/u&amp;gt; can be used to determine how many tiles in front of the player that other Pokemon and items can be seen while traveling through hallways.&lt;br /&gt;
* &amp;lt;u&amp;gt;Weather&amp;lt;/u&amp;gt; is used to determine what type of weather activates when the player enters the floor. This can still be changed by moves and abilities used on the floor. &lt;br /&gt;
&lt;br /&gt;
=== Items, Traps, and Enemies: ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Floor Item Density&amp;lt;/u&amp;gt; refers to how many items can spawn on the floor, with random variation between -2 and +1 items. Note that only 16 items can ever spawn on a single floor. The floor preview however does not take this into account and will show something closer to the actual number inserted if above 16.&lt;br /&gt;
* &amp;lt;u&amp;gt;Buried Item Density&amp;lt;/u&amp;gt; refers to how many items can spawn hidden below wall tiles, outside of rooms or hallways. &lt;br /&gt;
* &amp;lt;u&amp;gt;Trap Density&amp;lt;/u&amp;gt; refers to how many traps will spawn on the floor, with random variation between the actual number and the number divided by 2. Note that Wonder Tiles technically count as traps and are apart of this count.&lt;br /&gt;
* &amp;lt;u&amp;gt;Max Coin Amount&amp;lt;/u&amp;gt; refers to the maximum amount of money a Poke(money) floor item can hold.&lt;br /&gt;
* &amp;lt;u&amp;gt;Initial Enemy Density&amp;lt;/u&amp;gt; refers to the amount of enemies that are already on the floor when the player first enters it. Note that only 14 enemies can ever spawn on a single floor at once. The floor preview however does not take this into account and will show something closer to the actual number inserted if above 14. Random variation is used with the minimum amount being the actual number divided by 2, so numbers up to 28 can still be useful for guaranteeing higher amounts of enemies. If Initial Enemy Density is set to 0, only 1 enemy will spawn and no further enemies will spawn even as the player explores the floor.&lt;br /&gt;
{{NavSkyTemple}}&lt;/div&gt;</summary>
		<author><name>Plasma7007</name></author>
	</entry>
	<entry>
		<id>https://wiki.skytemple.org/index.php?title=Dungeon_Floor&amp;diff=577</id>
		<title>Dungeon Floor</title>
		<link rel="alternate" type="text/html" href="https://wiki.skytemple.org/index.php?title=Dungeon_Floor&amp;diff=577"/>
		<updated>2024-01-25T03:27:04Z</updated>

		<summary type="html">&lt;p&gt;Plasma7007: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Dungeon Floor&#039;&#039;&#039; is a single floor that is generated for a [[Dungeon Properties|dungeon]]. Each floor has properties that determined how it is generated, this includes the tileset to use, the music to play and a list of Pokémon, items and traps to spawn. &lt;br /&gt;
&lt;br /&gt;
In [[SkyTemple]] you can edit the properties of a floor and show a preview of how a generated floor might look like in-game. The preview however can not show [[Fixed Room|Fixed Rooms]] and will display a note when a floor has a Fixed Room in use. &lt;br /&gt;
&lt;br /&gt;
== Layout ==&lt;br /&gt;
&lt;br /&gt;
=== Structure: ===&lt;br /&gt;
This tab is used to change the general layout of floors. &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Structure Type&amp;lt;/u&amp;gt; can be used to select the general layout of the floor. Several different structure types can be selected. Small, Small Medium, Medium, and Medium Large have the most random variation between floor shapes while Ring, Crossroads, Two Rooms One Monster House, Line, Cross, Beetle, and Outer Rooms have a more specific shape they tend to hold with lesser random variation. Single Monster House will always spawn a singular room as the entire floor with a Monster House.  &lt;br /&gt;
* &amp;lt;u&amp;gt;Floor Connectivity&amp;lt;/u&amp;gt; changes the amount of connections between cells used to generate the floor map.&lt;br /&gt;
* &amp;lt;u&amp;gt;Extra Hallway Density&amp;lt;/u&amp;gt; is used to determine the amount of extra hallways on the floor once the initial connections are made. These can be extra connections between rooms, loops, or dead end hallways.  &lt;br /&gt;
* &amp;lt;u&amp;gt;Room Density&amp;lt;/u&amp;gt; is used to determine the amount of rooms on a floor. Some random variation may be applied to this number and a floor will never have less than two rooms unless it is a whole floor monster house.&lt;br /&gt;
* &amp;lt;u&amp;gt;Dead Ends&amp;lt;/u&amp;gt; can be toggled on or off and determines if hallways can lead to dead ends instead of a room or other hallway. &#039;&#039;Note that dead ends can still occasionally spawn even with them turned off due to a bug in the game.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Terrain Settings: ===&lt;br /&gt;
This tab is used to control additional layout settings of the floor.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Secondary Terrain Enabled?&amp;lt;/u&amp;gt; can be toggled on or off and determines if the floor will spawn a secondary type of terrain outside of rooms. The type of terrain is determined by the tileset in use and not anything within Dungeon Floor settings. Most tilesets use water while a few use lava or void. Note that Secondary Terrain can still spawn within rooms themselves even with this setting turned off, if Secondary Terrain (Number of Rooms) is set higher than 0. &lt;br /&gt;
* &amp;lt;u&amp;gt;Secondary Terrain (Number of Rooms)&amp;lt;/u&amp;gt; is used to determine the amount of rooms on a floor that have secondary terrain inside them. However, this feature does not seem to work consistently. Still, a higher number will give a greater chance of one or more rooms with secondary terrain.&lt;br /&gt;
* &amp;lt;u&amp;gt;Secondary Terrain Density&amp;lt;/u&amp;gt; is used to determine how much secondary terrain spawns on the floor outside of rooms. &lt;br /&gt;
* &amp;lt;u&amp;gt;Imperfect Rooms&amp;lt;/u&amp;gt; can be toggled to determine if rooms always spawn as perfect rectangles or not. With this setting on, small notches can be taken out of the corners of rooms, giving them an imperfect shape.&lt;br /&gt;
* &amp;lt;u&amp;gt;Darkness Level&amp;lt;/u&amp;gt; can be used to determine how many tiles in front of the player that other Pokemon and items can be seen while traveling through hallways.&lt;br /&gt;
* &amp;lt;u&amp;gt;Weather&amp;lt;/u&amp;gt; is used to determine what type of weather activates when the player enters the floor. This can still be changed by moves and abilities used on the floor. &lt;br /&gt;
&lt;br /&gt;
{{NavSkyTemple}}&lt;/div&gt;</summary>
		<author><name>Plasma7007</name></author>
	</entry>
	<entry>
		<id>https://wiki.skytemple.org/index.php?title=Dungeon_Floor&amp;diff=576</id>
		<title>Dungeon Floor</title>
		<link rel="alternate" type="text/html" href="https://wiki.skytemple.org/index.php?title=Dungeon_Floor&amp;diff=576"/>
		<updated>2024-01-25T03:08:28Z</updated>

		<summary type="html">&lt;p&gt;Plasma7007: Added details about structure settings&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Dungeon Floor&#039;&#039;&#039; is a single floor that is generated for a [[Dungeon Properties|dungeon]]. Each floor has properties that determined how it is generated, this includes the tileset to use, the music to play and a list of Pokémon, items and traps to spawn. &lt;br /&gt;
&lt;br /&gt;
In [[SkyTemple]] you can edit the properties of a floor and show a preview of how a generated floor might look like in-game. The preview however can not show [[Fixed Room|Fixed Rooms]] and will display a note when a floor has a Fixed Room in use. &lt;br /&gt;
&lt;br /&gt;
== Layout ==&lt;br /&gt;
&lt;br /&gt;
=== Structure: ===&lt;br /&gt;
This tab is used to change the general layout of floors. &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Structure Type&amp;lt;/u&amp;gt; can be used to select the general layout of the floor. Several different structure types can be selected. Small, Small Medium, Medium, and Medium Large have the most random variation between floor shapes while Ring, Crossroads, Two Rooms One Monster House, Line, Cross, Beetle, and Outer Rooms have a more specific shape they tend to hold with lesser random variation. Single Monster House will always spawn a singular room as the entire floor with a Monster House.  &lt;br /&gt;
* &amp;lt;u&amp;gt;Floor Connectivity&amp;lt;/u&amp;gt; changes the amount of connections between cells used to generate the floor map.&lt;br /&gt;
* &amp;lt;u&amp;gt;Extra Hallway Density&amp;lt;/u&amp;gt; is used to determine the amount of extra hallways on the floor once the initial connections are made. These can be extra connections between rooms, loops, or dead end hallways.  &lt;br /&gt;
* &amp;lt;u&amp;gt;Room Density&amp;lt;/u&amp;gt; is used to determine the amount of rooms on a floor. Some random variation may be applied to this number and a floor will never have less than two rooms unless it is a whole floor monster house.&lt;br /&gt;
* &amp;lt;u&amp;gt;Dead Ends&amp;lt;/u&amp;gt; can be toggled on or off and determines if hallways can lead to dead ends instead of a room or other hallway. &#039;&#039;Note that dead ends can still occasionally spawn even with them turned off due to a bug in the game.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{NavSkyTemple}}&lt;/div&gt;</summary>
		<author><name>Plasma7007</name></author>
	</entry>
	<entry>
		<id>https://wiki.skytemple.org/index.php?title=File:ExtraHallway01.png&amp;diff=575</id>
		<title>File:ExtraHallway01.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.skytemple.org/index.php?title=File:ExtraHallway01.png&amp;diff=575"/>
		<updated>2024-01-25T02:58:10Z</updated>

		<summary type="html">&lt;p&gt;Plasma7007: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ExtraHallwayDensity set to 0&lt;/div&gt;</summary>
		<author><name>Plasma7007</name></author>
	</entry>
	<entry>
		<id>https://wiki.skytemple.org/index.php?title=File:ExtraHallway1.png&amp;diff=574</id>
		<title>File:ExtraHallway1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.skytemple.org/index.php?title=File:ExtraHallway1.png&amp;diff=574"/>
		<updated>2024-01-25T02:56:37Z</updated>

		<summary type="html">&lt;p&gt;Plasma7007: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ExtraHallwayDensity set to 0&lt;/div&gt;</summary>
		<author><name>Plasma7007</name></author>
	</entry>
	<entry>
		<id>https://wiki.skytemple.org/index.php?title=Pok%C3%A9mon_Data&amp;diff=569</id>
		<title>Pokémon Data</title>
		<link rel="alternate" type="text/html" href="https://wiki.skytemple.org/index.php?title=Pok%C3%A9mon_Data&amp;diff=569"/>
		<updated>2024-01-25T00:03:49Z</updated>

		<summary type="html">&lt;p&gt;Plasma7007: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Most all data and properties of any given Pokémon can be edited under the &amp;quot;Pokémon&amp;quot; dropdown tab within Skytemple. From there, you can edit the data and properties of the individual gender forms of each Pokémon by double clicking on the form you want to edit. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note that it is generally unsafe to edit the Pokémon and &amp;quot;Reserve&amp;quot; Pokémon past #551. These are actors within the game and editing them can lead to unintended consequences. Pokémon #537 - #551 however can be safely edited and used to add new Pokémon to the game.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There are four categories of data you can edit as well as a sidebar on the left showing the Pokémon&#039;s normal portrait and a single frame from its idle animation. The sidebar also allows you to change a handful of key settings as well as import/export data for that gender form.&lt;/div&gt;</summary>
		<author><name>Plasma7007</name></author>
	</entry>
	<entry>
		<id>https://wiki.skytemple.org/index.php?title=Pok%C3%A9mon_Data&amp;diff=568</id>
		<title>Pokémon Data</title>
		<link rel="alternate" type="text/html" href="https://wiki.skytemple.org/index.php?title=Pok%C3%A9mon_Data&amp;diff=568"/>
		<updated>2024-01-24T23:45:30Z</updated>

		<summary type="html">&lt;p&gt;Plasma7007: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Most all data and properties of any given Pokémon can be edited under the &amp;quot;Pokémon&amp;quot; dropdown tab within Skytemple. From there, you can edit the data and properties of the individual gender forms of each Pokémon. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note that it is generally unsafe to edit the Pokémon and &amp;quot;Reserve&amp;quot; Pokémon past #551. These are actors within the game and editing them can lead to unintended consequences. Pokémon #537 - #551 however can be safely edited and used to add new Pokémon to the game.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Plasma7007</name></author>
	</entry>
	<entry>
		<id>https://wiki.skytemple.org/index.php?title=Pok%C3%A9mon_Data&amp;diff=567</id>
		<title>Pokémon Data</title>
		<link rel="alternate" type="text/html" href="https://wiki.skytemple.org/index.php?title=Pok%C3%A9mon_Data&amp;diff=567"/>
		<updated>2024-01-24T23:43:30Z</updated>

		<summary type="html">&lt;p&gt;Plasma7007: Made a very simple description of editing Pokémon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Most all data and properties of any given Pokémon can be edited under the &amp;quot;Pokémon&amp;quot; dropdown tab within Skytemple. From there, you can edit the data and properties of the individual gender forms of each Pokémon. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please note that it is generally unsafe to edit the Pokémon and &amp;quot;Reserve&amp;quot; Pokémon past #551. These are actors within the game and editing them can lead to unintended consequences.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Plasma7007</name></author>
	</entry>
	<entry>
		<id>https://wiki.skytemple.org/index.php?title=Dungeon_Properties&amp;diff=566</id>
		<title>Dungeon Properties</title>
		<link rel="alternate" type="text/html" href="https://wiki.skytemple.org/index.php?title=Dungeon_Properties&amp;diff=566"/>
		<updated>2024-01-24T23:31:40Z</updated>

		<summary type="html">&lt;p&gt;Plasma7007: Added a small amount of extra details about editing floors vs. the full dungeon and briefly explained how to export a floor to other floors.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
&lt;br /&gt;
Dungeon have certain properties, which you can edit in [[SkyTemple]] by selecting the name of a dungeon. These properties either apply to general aspects of the dungeons or settings which apply to all floors of the dungeon. The editor will also give you the option to rename the dungeon and change its floor count. You can access the settings which apply to all floors by double clicking the dungeon&#039;s name instead of a specific floor. &lt;br /&gt;
&lt;br /&gt;
Altering anything on a specific floor will not automatically carry over to other floors within the dungeon. However, hitting the &amp;quot;Export&amp;quot; button at the bottom of the screen while editing a floor will allow you to export settings of your choice from that floor to any other floor within that specific, or even any other dungeon within the game. &lt;br /&gt;
&lt;br /&gt;
{{NavSkyTemple}}&lt;/div&gt;</summary>
		<author><name>Plasma7007</name></author>
	</entry>
</feed>