mirror of
https://github.com/zeldaret/ss
synced 2026-09-03 01:54:18 -04:00
More, documentation
This commit is contained in:
@@ -452,17 +452,17 @@ enum StoryFlags_e {
|
||||
/** [Faron Woods introductory cutscene (Behind The Temple layer 2)]
|
||||
* Story Flag #87 (0x0057) - JP 805ACD6C 0x02 / US 805A9AEC 0x02
|
||||
*/
|
||||
STORYFLAG_87,
|
||||
STORYFLAG_FARON_WOODS_DISCOVERED,
|
||||
|
||||
/** [Lake Floria Introductory Cutscene]
|
||||
* Story Flag #88 (0x0058) - JP 805ACD6C 0x04 / US 805A9AEC 0x04
|
||||
*/
|
||||
STORYFLAG_88,
|
||||
STORYFLAG_LAKE_FLORIA_DISCOVERED,
|
||||
|
||||
/** [Skyview Introductory cutscene]
|
||||
* Story Flag #89 (0x0059) - JP 805ACD6C 0x08 / US 805A9AEC 0x08
|
||||
*/
|
||||
STORYFLAG_89,
|
||||
STORYFLAG_SKYVIEW_DISCOVERED,
|
||||
|
||||
/** [Sets after the Robot upgrades your Beetle]
|
||||
* Story Flag #90 (0x005A) - JP 805ACD6F 0x80 / US 805A9AEF 0x80
|
||||
@@ -472,12 +472,12 @@ enum StoryFlags_e {
|
||||
/** [Deep Woods Introductory cutscene]
|
||||
* Story Flag #91 (0x005B) - JP 805ACD71 0x01 / US 805A9AF1 0x01
|
||||
*/
|
||||
STORYFLAG_91,
|
||||
STORYFLAG_DEEP_WOODS_DISCOVERED,
|
||||
|
||||
/** [Lanayru Desert Introductory Cutscene]
|
||||
* Story Flag #92 (0x005C) - JP 805ACD71 0x02 / US 805A9AF1 0x02
|
||||
*/
|
||||
STORYFLAG_92,
|
||||
STORYFLAG_LANAYRU_DESERT_DISCOVERED,
|
||||
|
||||
/** [Faron's Trial Gate Fi Singing Cutscene]
|
||||
* Story Flag #93 (0x005D) - JP 805ACD71 0x04 / US 805A9AF1 0x04
|
||||
@@ -793,17 +793,17 @@ enum StoryFlags_e {
|
||||
/** [Ancient Cistern Introductory Cutscene (lilypad outside AC appears) (Outside AC layer 2)]
|
||||
* Story Flag #155 (0x009B) - JP 805ACD60 0x02 / US 805A9AE0 0x02
|
||||
*/
|
||||
STORYFLAG_155,
|
||||
STORYFLAG_ANCIENT_CISTERN_DISCOVERED,
|
||||
|
||||
/** [Sandship Introductory Cutscene]
|
||||
* Story Flag #156 (0x009C) - JP 805ACD60 0x04 / US 805A9AE0 0x04
|
||||
*/
|
||||
STORYFLAG_156,
|
||||
STORYFLAG_SANDSHIP_DISCOVERED,
|
||||
|
||||
/** [Ancient Harbour Introductory Cutscene]
|
||||
* Story Flag #157 (0x009D) - JP 805ACD60 0x08 / US 805A9AE0 0x08
|
||||
*/
|
||||
STORYFLAG_157,
|
||||
STORYFLAG_ANCIENT_HARBOR_DISCOVERED,
|
||||
|
||||
/** [First Time in Sand Sea]
|
||||
* Story Flag #158 (0x009E) - JP 805ACD60 0x10 / US 805A9AE0 0x10
|
||||
@@ -813,7 +813,7 @@ enum StoryFlags_e {
|
||||
/** [Sky Keep Introductory Cutscene]
|
||||
* Story Flag #159 (0x009F) - JP 805ACD60 0x20 / US 805A9AE0 0x20
|
||||
*/
|
||||
STORYFLAG_159,
|
||||
STORYFLAG_SKY_KEEP_DISCOVERED,
|
||||
|
||||
/** [Mogma Mitts restricted by Bokoblin Base]
|
||||
* Story Flag #160 (0x00A0) - JP 805ACD60 0x80 / US 805A9AE0 0x80
|
||||
@@ -883,7 +883,7 @@ enum StoryFlags_e {
|
||||
/** [Fire Sanctuary Introductory Cutscene]
|
||||
* Story Flag #173 (0x00AD) - JP 805ACD62 0x10 / US 805A9AE2 0x10
|
||||
*/
|
||||
STORYFLAG_173,
|
||||
STORYFLAG_FIRE_SANCTUARY_DISCOVERED,
|
||||
|
||||
/** []
|
||||
* Story Flag #174 (0x00AE) - JP 805ACD62 0x20 / US 805A9AE2 0x20
|
||||
@@ -933,7 +933,7 @@ enum StoryFlags_e {
|
||||
/** [Earth Temple Introductory Cutscene]
|
||||
* Story Flag #183 (0x00B7) - JP 805ACD66 0x40 / US 805A9AE6 0x40
|
||||
*/
|
||||
STORYFLAG_183,
|
||||
STORYFLAG_EARTH_TEMPLE_DISCOVERED,
|
||||
|
||||
/** [Impa Cutscene at Bridge in Eldin]
|
||||
* Story Flag #184 (0x00B8) - JP 805ACD66 0x80 / US 805A9AE6 0x80
|
||||
@@ -1075,7 +1075,7 @@ enum StoryFlags_e {
|
||||
/** [LMF Introductory Cutscene (The loading zone to LMF now exists AND the opened Lanayru Gate of Time now appears
|
||||
* in the Harp Cutscene)] Story Flag #211 (0x00D3) - JP 805ACD70 0x80 / US 805A9AF0 0x80
|
||||
*/
|
||||
STORYFLAG_211,
|
||||
STORYFLAG_LMF_DISCOVERED,
|
||||
|
||||
/** []
|
||||
* Story Flag #212 (0x00D4) - JP 805ACD73 0x01 / US 805A9AF3 0x01
|
||||
@@ -2327,7 +2327,7 @@ enum StoryFlags_e {
|
||||
/** [Panning Camera Cutscene in Lanayru Caves showing crawlspace to Lanayru Gorge]
|
||||
* Story Flag #461 (0x01CD) - JP 805ACD8C 0x20 / US 805A9B0C 0x20
|
||||
*/
|
||||
STORYFLAG_461,
|
||||
STORYFLAG_LANAYRU_CAVES_DISCOVERED,
|
||||
|
||||
/** [Set when Thunder Dragon teaches SotH part]
|
||||
* Story Flag #462 (0x01CE) - JP 805ACD8C 0x40 / US 805A9B0C 0x40
|
||||
@@ -2442,7 +2442,7 @@ enum StoryFlags_e {
|
||||
/** [Goddess Statue falling onto the Sealed Grounds Cutscene]
|
||||
* Story Flag #484 (0x01E4) - JP 805ACD90 0x04 / US 805A9B10 0x04
|
||||
*/
|
||||
STORYFLAG_484,
|
||||
STORYFLAG_GODDESS_STATUE_FALLEN,
|
||||
|
||||
/** [Groose goes back to the Groosenator after defeating Imp 3]
|
||||
* Story Flag #485 (0x01E5) - JP 805ACD90 0x08 / US 805A9B10 0x08
|
||||
@@ -2652,7 +2652,7 @@ enum StoryFlags_e {
|
||||
/** [Lanayru Gorge Introductory Cutscene]
|
||||
* Story Flag #526 (0x020E) - JP 805ACD94 0x08 / US 805A9B14 0x08
|
||||
*/
|
||||
STORYFLAG_526,
|
||||
STORYFLAG_LANAYRU_GORGE_DISCOVERED,
|
||||
|
||||
/** [Flooded Faron Woods Introductory Cutscene]
|
||||
* Story Flag #527 (0x020F) - JP 805ACD94 0x10 / US 805A9B14 0x10
|
||||
@@ -2833,7 +2833,7 @@ enum StoryFlags_e {
|
||||
/** [Volcano Summit Introductory Cutscene]
|
||||
* Story Flag #562 (0x0232) - JP 805ACD99 0x08 / US 805A9B19 0x08
|
||||
*/
|
||||
STORYFLAG_562,
|
||||
STORYFLAG_VOLCANO_SUMMIT_DISCOVERED,
|
||||
|
||||
/** [(not implemented yet -- 74B3)]
|
||||
* Story Flag #563 (0x0233) - JP from 805ACE40 0x08 to 805ACE40 0x40 / US from 805A9BC0 0x08 to 805A9BC0 0x40
|
||||
|
||||
Reference in New Issue
Block a user