mirror of https://github.com/zeldaret/tmc.git
update
This commit is contained in:
parent
b718322221
commit
0f3766b048
478
include/flags.h
478
include/flags.h
|
@ -72,28 +72,28 @@ enum LocalFlagOffsets {
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
BEGIN,
|
BEGIN,
|
||||||
/*0x01*/ LV0_CLEAR, /* */
|
/*0x01*/ LV0_CLEAR,
|
||||||
/*0x02*/ LV1_CLEAR, /* */
|
/*0x02*/ LV1_CLEAR,
|
||||||
/*0x03*/ LV2_CLEAR, /* */
|
/*0x03*/ LV2_CLEAR,
|
||||||
/*0x04*/ LV3_CLEAR, /* */
|
/*0x04*/ LV3_CLEAR,
|
||||||
/*0x05*/ LV4_CLEAR, /* */
|
/*0x05*/ LV4_CLEAR,
|
||||||
/*0x06*/ LV5_CLEAR, /* */
|
/*0x06*/ LV5_CLEAR,
|
||||||
/*0x07*/ LV6_CLEAR, /* */
|
/*0x07*/ LV6_CLEAR,
|
||||||
/*0x08*/ LV7_CLEAR, /* */
|
/*0x08*/ LV7_CLEAR,
|
||||||
/*0x09*/ LV8_CLEAR, /* */
|
/*0x09*/ LV8_CLEAR,
|
||||||
/*0x0a*/ MACHI_SET_1, /* Defeated Big Green Chuchu */
|
/*0x0a*/ MACHI_SET_1, /* Defeated Big Green Chuchu */
|
||||||
/*0x0b*/ MACHI_SET_2, /* Defeated Gleerok */
|
/*0x0b*/ MACHI_SET_2, /* Defeated Gleerok */
|
||||||
/*0x0c*/ MACHI_SET_3, /* */
|
/*0x0c*/ MACHI_SET_3,
|
||||||
/*0x0d*/ MACHI_SET_4, /* Defeated Big Octorok */
|
/*0x0d*/ MACHI_SET_4, /* Defeated Big Octorok */
|
||||||
/*0x0e*/ MACHI_SET_5, /* Defeated Gyorg Pair */
|
/*0x0e*/ MACHI_SET_5, /* Defeated Gyorg Pair */
|
||||||
/*0x0f*/ MACHI_SET_6, /* */
|
/*0x0f*/ MACHI_SET_6,
|
||||||
/*0x10*/ MACHI_SET_7, /* */
|
/*0x10*/ MACHI_SET_7,
|
||||||
/*0x11*/ MACHI_SET_8, /* */
|
/*0x11*/ MACHI_SET_8,
|
||||||
/*0x12*/ MACHI_MACHIHOKORI, /* Sucked dust from carpet */
|
/*0x12*/ MACHI_MACHIHOKORI, /* Sucked dust from carpet */
|
||||||
/*0x13*/ START, /* Met Zelda */
|
/*0x13*/ START, /* Met Zelda */
|
||||||
/*0x14*/ EZERO_1ST, /* Met Ezlo */
|
/*0x14*/ EZERO_1ST, /* Met Ezlo */
|
||||||
/*0x15*/ TABIDACHI, /* Talked to Daltus and Smith */
|
/*0x15*/ TABIDACHI, /* Talked to Daltus and Smith */
|
||||||
/*0x16*/ LV1TARU, /* */
|
/*0x16*/ LV1TARU,
|
||||||
/*0x17*/ LV1TARU_OPEN, /* Sucked barrel web */
|
/*0x17*/ LV1TARU_OPEN, /* Sucked barrel web */
|
||||||
/*0x18*/ TATEKAKE_HOUSE, /* Red house complete */
|
/*0x18*/ TATEKAKE_HOUSE, /* Red house complete */
|
||||||
/*0x19*/ TATEKAKE_TOCHU, /* Red house frame */
|
/*0x19*/ TATEKAKE_TOCHU, /* Red house frame */
|
||||||
|
@ -105,13 +105,13 @@ typedef enum {
|
||||||
/*0x1f*/ LEFT_DOOR_OPEN, /* Spoke to Dr. Left */
|
/*0x1f*/ LEFT_DOOR_OPEN, /* Spoke to Dr. Left */
|
||||||
/*0x20*/ HAKA_KEY_LOST, /* Graveyard key stolen */
|
/*0x20*/ HAKA_KEY_LOST, /* Graveyard key stolen */
|
||||||
/*0x21*/ HAKA_KEY_FOUND, /* Graveyard key obtained back */
|
/*0x21*/ HAKA_KEY_FOUND, /* Graveyard key obtained back */
|
||||||
/*0x22*/ ENTRANCE_OK, /* */
|
/*0x22*/ ENTRANCE_OK,
|
||||||
/*0x23*/ TATSUMAKI, /* */
|
/*0x23*/ TATSUMAKI,
|
||||||
/*0x24*/ KUMOTATSUMAKI, /* Vortex spawned */
|
/*0x24*/ KUMOTATSUMAKI, /* Vortex spawned */
|
||||||
/*0x25*/ KAITENGIRI, /* */
|
/*0x25*/ KAITENGIRI,
|
||||||
/*0x26*/ DAIKAITENGIRI, /* */
|
/*0x26*/ DAIKAITENGIRI,
|
||||||
/*0x27*/ GATOTSU, /* */
|
/*0x27*/ GATOTSU,
|
||||||
/*0x28*/ KABUTOWARI, /* */
|
/*0x28*/ KABUTOWARI,
|
||||||
/*0x29*/ MIZUKAKI_START, /* Spoke to Lake Hylia Minish */
|
/*0x29*/ MIZUKAKI_START, /* Spoke to Lake Hylia Minish */
|
||||||
/*0x2a*/ MIZUKAKI_HARIFALL, /* Library book falling */
|
/*0x2a*/ MIZUKAKI_HARIFALL, /* Library book falling */
|
||||||
/*0x2b*/ RENTED_HOUSE_DIN, /* Din moves to blue house */
|
/*0x2b*/ RENTED_HOUSE_DIN, /* Din moves to blue house */
|
||||||
|
@ -141,7 +141,7 @@ typedef enum {
|
||||||
/*0x43*/ GORON_KAKERA_M, /* Blue kinstone sold out */
|
/*0x43*/ GORON_KAKERA_M, /* Blue kinstone sold out */
|
||||||
/*0x44*/ GORON_KAKERA_R, /* Green kinstone sold out */
|
/*0x44*/ GORON_KAKERA_R, /* Green kinstone sold out */
|
||||||
/*0x45*/ CHIKATSURO_SHUTTER, /* Castle basement door open */
|
/*0x45*/ CHIKATSURO_SHUTTER, /* Castle basement door open */
|
||||||
/*0x46*/ ENTRANCE_USED, /* */
|
/*0x46*/ ENTRANCE_USED,
|
||||||
/*0x47*/ GOMAN_RENTED_HOUSE, /* Spoke to Gorman blue house */
|
/*0x47*/ GOMAN_RENTED_HOUSE, /* Spoke to Gorman blue house */
|
||||||
/*0x48*/ GOMAN_NEW_HOUSE, /* Spoke to Gorman red house */
|
/*0x48*/ GOMAN_NEW_HOUSE, /* Spoke to Gorman red house */
|
||||||
/*0x49*/ OUTDOOR, /* Exited Link's house */
|
/*0x49*/ OUTDOOR, /* Exited Link's house */
|
||||||
|
@ -151,7 +151,7 @@ typedef enum {
|
||||||
/*0x4d*/ ANJU_LV_BIT2, /* Cucco game 4 bit */
|
/*0x4d*/ ANJU_LV_BIT2, /* Cucco game 4 bit */
|
||||||
/*0x4e*/ ANJU_LV_BIT3, /* Cucco game 8 bit */
|
/*0x4e*/ ANJU_LV_BIT3, /* Cucco game 8 bit */
|
||||||
/*0x4f*/ ANJU_HEART, /* Cucco heart piece */
|
/*0x4f*/ ANJU_HEART, /* Cucco heart piece */
|
||||||
/*0x50*/ MAROYA_WAKEUP, /* */
|
/*0x50*/ MAROYA_WAKEUP,
|
||||||
/*0x51*/ ENDING, /* Vaati's wrath defeated */
|
/*0x51*/ ENDING, /* Vaati's wrath defeated */
|
||||||
/*0x52*/ WARP_1ST, /* Wind ocarina unlocked */
|
/*0x52*/ WARP_1ST, /* Wind ocarina unlocked */
|
||||||
/*0x53*/ WARP_MONUMENT, /* First windcrest discovered */
|
/*0x53*/ WARP_MONUMENT, /* First windcrest discovered */
|
||||||
|
@ -162,7 +162,7 @@ typedef enum {
|
||||||
/*0x58*/ WARP_EVENT_END, /* Wind tribe tower state */
|
/*0x58*/ WARP_EVENT_END, /* Wind tribe tower state */
|
||||||
/*0x59*/ FIGURE_ALLCOMP, /* Obtained Carlov Medal */
|
/*0x59*/ FIGURE_ALLCOMP, /* Obtained Carlov Medal */
|
||||||
/*0x5a*/ AKINDO_BOTTLE_SELL, /* Bought bottle from scrub */
|
/*0x5a*/ AKINDO_BOTTLE_SELL, /* Bought bottle from scrub */
|
||||||
/*0x5b*/ BIN_DOGFOOD, /* */
|
/*0x5b*/ BIN_DOGFOOD,
|
||||||
/*0x5c*/ TINGLE_TALK1ST, /* Spoke to Tingle */
|
/*0x5c*/ TINGLE_TALK1ST, /* Spoke to Tingle */
|
||||||
/*0x5d*/ SEIIKI_BGM, /* Elemental sanctuary BGM */
|
/*0x5d*/ SEIIKI_BGM, /* Elemental sanctuary BGM */
|
||||||
/*0x5e*/ ENTRANCE_0, /* Trunk entrance cutscene */
|
/*0x5e*/ ENTRANCE_0, /* Trunk entrance cutscene */
|
||||||
|
@ -441,9 +441,9 @@ typedef enum {
|
||||||
KUMOUE_02_AWASE_04, /* Middle Pinwheel Spinning in Cloud Tops, fuse with Middle Cloud */
|
KUMOUE_02_AWASE_04, /* Middle Pinwheel Spinning in Cloud Tops, fuse with Middle Cloud */
|
||||||
KUMOUE_02_AWASE_05, /* Bottom Right Pinwheel Spinning in Cloud Tops, fuse with Bottom Right Cloud */
|
KUMOUE_02_AWASE_05, /* Bottom Right Pinwheel Spinning in Cloud Tops, fuse with Bottom Right Cloud */
|
||||||
KUMOUE_02_00, /* Defeated Top Cloud Piranhas in Cloud Tops North */
|
KUMOUE_02_00, /* Defeated Top Cloud Piranhas in Cloud Tops North */
|
||||||
KUMOUE_02_01, /* Obtained Top Gold Σ Kinstone in Cloud Tops, Top Piranhas */
|
KUMOUE_02_01, /* Obtained Top Gold Σ Kinstone in Cloud Tops, Top Piranhas */
|
||||||
KUMOUE_02_02, /* Defeated Bottom Cloud Piranhas in Cloud Tops South */
|
KUMOUE_02_02, /* Defeated Bottom Cloud Piranhas in Cloud Tops South */
|
||||||
KUMOUE_02_03, /* Obtained Bottom Σ Gold Kinstone in Cloud Tops, Bottom Piranhas */
|
KUMOUE_02_03, /* Obtained Bottom Σ Gold Kinstone in Cloud Tops, Bottom Piranhas */
|
||||||
KUMOUE_UNCLE_TALK, /* Talked to Gale in Cloud Tops Entrance */
|
KUMOUE_UNCLE_TALK, /* Talked to Gale in Cloud Tops Entrance */
|
||||||
KUMOUE_GIRL_TALK, /* Talked to Hailey in Cloud Tops Entrance */
|
KUMOUE_GIRL_TALK, /* Talked to Hailey in Cloud Tops Entrance */
|
||||||
#if !defined(JP) && !defined(EU) && !defined(DEMO_JP)
|
#if !defined(JP) && !defined(EU) && !defined(DEMO_JP)
|
||||||
|
@ -638,7 +638,7 @@ typedef enum {
|
||||||
MHOUSE0A_DANRO, /* Put out Fireplace in Hyrule Town, Blue Oracle House (Nayru?) */
|
MHOUSE0A_DANRO, /* Put out Fireplace in Hyrule Town, Blue Oracle House (Nayru?) */
|
||||||
MHOUSE0B_DANRO, /* Put out Fireplace in Hyrule Town, Blue Oracle House (Din?) */
|
MHOUSE0B_DANRO, /* Put out Fireplace in Hyrule Town, Blue Oracle House (Din?) */
|
||||||
MHOUSE0C_DANRO,
|
MHOUSE0C_DANRO,
|
||||||
MHOUSE12_DANRO, /* Put out Fireplace in Dampé's Hut */
|
MHOUSE12_DANRO, /* Put out Fireplace in Dampé's Hut */
|
||||||
SORA_DANRO, /* Put out Fireplace in Wind Tribe Tower 1F */
|
SORA_DANRO, /* Put out Fireplace in Wind Tribe Tower 1F */
|
||||||
MIZUKAKI_HINT3_MAP, /* Spoke with the minish after talking to Hagen in Hyrule Town, Mayor Hagen's House */
|
MIZUKAKI_HINT3_MAP, /* Spoke with the minish after talking to Hagen in Hyrule Town, Mayor Hagen's House */
|
||||||
LEFT_TALK, /* Spoke to Dr. Left inside his house in Hyrule Town, Dr. Left's House */
|
LEFT_TALK, /* Spoke to Dr. Left inside his house in Hyrule Town, Dr. Left's House */
|
||||||
|
@ -1024,13 +1024,13 @@ typedef enum {
|
||||||
KOBITO_DOUKUTU_09_H0, /* Obtained Heart Piece in Minish Woods Left Minish Hole */
|
KOBITO_DOUKUTU_09_H0, /* Obtained Heart Piece in Minish Woods Left Minish Hole */
|
||||||
SOUGEN_DOUKUTU_15_H0, /* Obtained Heart Piece in North Hyrule Field, Western Cave */
|
SOUGEN_DOUKUTU_15_H0, /* Obtained Heart Piece in North Hyrule Field, Western Cave */
|
||||||
KOBITO_DOUKUTU_01_H00,
|
KOBITO_DOUKUTU_01_H00,
|
||||||
YAMADOUKUTU_05_H00, /* Obtained Heart Piece in Hyrule Castle Garden, Grimblade's Room */ /* Obtained Heart Piece in Mount Crenel Fairy Heart Piece Cave */
|
YAMADOUKUTU_05_H00, /* Obtained Heart Piece in Mount Crenel Fairy Heart Piece Cave */
|
||||||
KOBITO_DOUKUTU_03_H00, /* Obtained Heart Piece in Wind Ruins Minish Cave */
|
KOBITO_DOUKUTU_03_H00, /* Obtained Heart Piece in Wind Ruins Minish Cave */
|
||||||
DOUKUTU_04_H00, /* Obtained Heart Piece in Castor Wilds, Swiftblade I grave */
|
DOUKUTU_04_H00, /* Obtained Heart Piece in Castor Wilds, Swiftblade I grave */
|
||||||
DOUKUTU_00_H00, /* Obtained Heart Piece in Mount Crenel, Grayblade's dojo */
|
DOUKUTU_00_H00, /* Obtained Heart Piece in Mount Crenel, Grayblade's dojo */
|
||||||
KOBITO_DOUKUTU_04_H00, /* Obtained Heart Piece in South Hyrule Field, Water Minish Cave */
|
KOBITO_DOUKUTU_04_H00, /* Obtained Heart Piece in South Hyrule Field, Water Minish Cave */
|
||||||
DOUKUTU_06_H00, /* Obtained Heart Piece in Lake Hylia, Waveblade's Room */
|
DOUKUTU_06_H00, /* Obtained Heart Piece in Lake Hylia, Waveblade's Room */
|
||||||
DOUKUTU_05_H00,
|
DOUKUTU_05_H00, /* Obtained Heart Piece in Hyrule Castle Garden, Grimblade's Room */
|
||||||
KOBITO_DOUKUTU_02_H00, /* Obtained Heart Piece in Castor Wilds Southeast Water Cave */
|
KOBITO_DOUKUTU_02_H00, /* Obtained Heart Piece in Castor Wilds Southeast Water Cave */
|
||||||
KOBITO_DOUKUTU_01_T0, /* Red (> Kinstone Chest Open in Castor Wilds Southeast Water Cave Left Chest */
|
KOBITO_DOUKUTU_01_T0, /* Red (> Kinstone Chest Open in Castor Wilds Southeast Water Cave Left Chest */
|
||||||
YAMADOUKUTU_04_CAP_0, /* Ezlo talks about Helmasaurs in Mount Crenel Base Cave */
|
YAMADOUKUTU_04_CAP_0, /* Ezlo talks about Helmasaurs in Mount Crenel Base Cave */
|
||||||
|
@ -1047,26 +1047,26 @@ typedef enum {
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
BEGIN_5,
|
BEGIN_5,
|
||||||
LV1_00_WALK, /* Map Screen, Visited Room 13 in Deepwood Shrine 13 (Madderpillar) */
|
LV1_00_WALK, /* Visited Room 13 in Deepwood Shrine 13 (Madderpillar) */
|
||||||
LV1_01_WALK, /* Map Screen, Visited Room 12 in Deepwood Shrine 12 (To Madderpillar) */
|
LV1_01_WALK, /* Visited Room 12 in Deepwood Shrine 12 (To Madderpillar) */
|
||||||
LV1_02_WALK, /* Map Screen, Visited Room 11 in Deepwood Shrine 11 (Stairs to B2) */
|
LV1_02_WALK, /* Visited Room 11 in Deepwood Shrine 11 (Stairs to B2) */
|
||||||
LV1_03_WALK, /* Map Screen, Visited Room 6 in Deepwood Shrine 6 (Pressure Button Bridge) */
|
LV1_03_WALK, /* Visited Room 6 in Deepwood Shrine 6 (Pressure Button Bridge) */
|
||||||
LV1_04_WALK, /* Map Screen, Visited Room 7 in Deepwood Shrine 7 (Double Pillar Small Key) */
|
LV1_04_WALK, /* Visited Room 7 in Deepwood Shrine 7 (Double Pillar Small Key) */
|
||||||
LV1_05_WALK, /* Map Screen, Visited Room 5 in Deepwood Shrine 5 (Heart Piece & Map) */
|
LV1_05_WALK, /* Visited Room 5 in Deepwood Shrine 5 (Heart Piece & Map) */
|
||||||
LV1_06_WALK, /* Map Screen, Visited Room 4 in Deepwood Shrine 4 (Barrel) */
|
LV1_06_WALK, /* Visited Room 4 in Deepwood Shrine 4 (Barrel) */
|
||||||
LV1_07_WALK, /* Map Screen, Visited Room 8 in Deepwood Shrine 8 (Mushrooms) */
|
LV1_07_WALK, /* Visited Room 8 in Deepwood Shrine 8 (Mushrooms) */
|
||||||
LV1_08_WALK, /* Map Screen, Visited Room 10 in Deepwood Shrine 10 (Mulldozer Fight) */
|
LV1_08_WALK, /* Visited Room 10 in Deepwood Shrine 10 (Mulldozer Fight) */
|
||||||
LV1_09_WALK, /* Map Screen, Visited Room 9 in Deepwood Shrine 9 (Pillars & Slugs) */
|
LV1_09_WALK, /* Visited Room 9 in Deepwood Shrine 9 (Pillars & Slugs) */
|
||||||
LV1_0A_WALK, /* Map Screen, Visited Room 3 in Deepwood Shrine 3 (Bridge & Mushroom) */
|
LV1_0A_WALK, /* Visited Room 3 in Deepwood Shrine 3 (Bridge & Mushroom) */
|
||||||
LV1_0B_WALK, /* Map Screen, Visited Entrance in Deepwood Shrine 1 (Entrance) */
|
LV1_0B_WALK, /* Visited Entrance in Deepwood Shrine 1 (Entrance) */
|
||||||
LV1_10_WALK, /* Map Screen, Visited Room 2 in Deepwood Shrine 2 (Slug & Torches) */
|
LV1_10_WALK, /* Visited Room 2 in Deepwood Shrine 2 (Slug & Torches) */
|
||||||
LV1_11_WALK, /* Map Screen, Visited Room 17 in Deepwood Shrine 17 (Boss Key) */
|
LV1_11_WALK, /* Visited Room 17 in Deepwood Shrine 17 (Boss Key) */
|
||||||
LV1_12_WALK, /* Map Screen, Visited Room 16 in Deepwood Shrine 16 (Lilypad North) */
|
LV1_12_WALK, /* Visited Room 16 in Deepwood Shrine 16 (Lilypad North) */
|
||||||
LV1_13_WALK,
|
LV1_13_WALK,
|
||||||
LV1_14_WALK, /* Map Screen, Visited Room 14 in Deepwood Shrine 14 (Lilypad West) */
|
LV1_14_WALK, /* Visited Room 14 in Deepwood Shrine 14 (Lilypad West) */
|
||||||
LV1_15_WALK, /* Map Screen, Visited Room 15 in Deepwood Shrine 15 (Lilypad East) */
|
LV1_15_WALK, /* Visited Room 15 in Deepwood Shrine 15 (Lilypad East) */
|
||||||
LV1_16_WALK, /* Map Screen, Visited Room 19 in Deepwood Shrine 19 (Big Green Chuchu) */
|
LV1_16_WALK, /* Visited Room 19 in Deepwood Shrine 19 (Big Green Chuchu) */
|
||||||
LV1_17_WALK, /* Map Screen, Visited Room 18 in Deepwood Shrine 18 (Boss Door) */
|
LV1_17_WALK, /* Visited Room 18 in Deepwood Shrine 18 (Boss Door) */
|
||||||
LV1_TARU_0, /* Left Buttons Pressed in Deepwood Shrine 4 (Barrel) */
|
LV1_TARU_0, /* Left Buttons Pressed in Deepwood Shrine 4 (Barrel) */
|
||||||
LV1_TARU_1, /* Right Button Pressed in Deepwood Shrine 4 (Barrel) */
|
LV1_TARU_1, /* Right Button Pressed in Deepwood Shrine 4 (Barrel) */
|
||||||
LV1_00_00, /* Defeated Madderpillar in Deepwood Shrine 13 (Madderpillar) */
|
LV1_00_00, /* Defeated Madderpillar in Deepwood Shrine 13 (Madderpillar) */
|
||||||
|
@ -1140,25 +1140,25 @@ typedef enum {
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
BEGIN_6,
|
BEGIN_6,
|
||||||
LV2_00_WALK, /* Map Screen, Visited Room 12 in Cave of Flames 12 (Stairs to B2) */
|
LV2_00_WALK, /* Visited Room 12 in Cave of Flames 12 (Stairs to B2) */
|
||||||
LV2_01_WALK, /* Map Screen, Visited Room 11 in Cave of Flames 11 (Spiny Chu Fight) */
|
LV2_01_WALK, /* Visited Room 11 in Cave of Flames 11 (Spiny Chu Fight) */
|
||||||
LV2_02_WALK, /* Map Screen, Visited Room 10 in Cave of Flames 10 (Lava Minecart) */
|
LV2_02_WALK, /* Visited Room 10 in Cave of Flames 10 (Lava Minecart) */
|
||||||
LV2_03_WALK, /* Map Screen, Visited Entrance in Cave of Flames 1 (Entrance) */
|
LV2_03_WALK, /* Visited Entrance in Cave of Flames 1 (Entrance) */
|
||||||
LV2_04_WALK, /* Map Screen, Visited Room 5 in Cave of Flames 5 (Minecart) */
|
LV2_04_WALK, /* Visited Room 5 in Cave of Flames 5 (Minecart) */
|
||||||
LV2_05_WALK, /* Map Screen, Visited Room 4 in Cave of Flames 4 (Rupee Like) */
|
LV2_05_WALK, /* Visited Room 4 in Cave of Flames 4 (Rupee Like) */
|
||||||
LV2_06_WALK, /* Map Screen, Visited Room 6 in Cave of Flames 6 (B1 West) */
|
LV2_06_WALK, /* Visited Room 6 in Cave of Flames 6 (B1 West) */
|
||||||
LV2_07_WALK, /* Map Screen, Visited Room 7 in Cave of Flames 7 (Helmasaurs) */
|
LV2_07_WALK, /* Visited Room 7 in Cave of Flames 7 (Helmasaurs) */
|
||||||
LV2_08_WALK, /* Map Screen, Visited Room 9 in Cave of Flames 9 (Whirlwind) */
|
LV2_08_WALK, /* Visited Room 9 in Cave of Flames 9 (Whirlwind) */
|
||||||
LV2_09_WALK, /* Map Screen, Visited Room 8 in Cave of Flames 8 (Minish Lava) */
|
LV2_09_WALK, /* Visited Room 8 in Cave of Flames 8 (Minish Lava) */
|
||||||
LV2_10_WALK, /* Map Screen, Visited Room 13 in Cave of Flames 13 (Minish Spike Traps) */
|
LV2_10_WALK, /* Visited Room 13 in Cave of Flames 13 (Minish Spike Traps) */
|
||||||
LV2_11_WALK, /* Map Screen, Visited Room 14 in Cave of Flames 14 (Quad Rollobite) */
|
LV2_11_WALK, /* Visited Room 14 in Cave of Flames 14 (Quad Rollobite) */
|
||||||
LV2_12_WALK, /* Map Screen, Visited Room 18 in Cave of Flames 18 (Hole to Gleerok) */
|
LV2_12_WALK, /* Visited Room 18 in Cave of Flames 18 (Hole to Gleerok) */
|
||||||
LV2_13_WALK, /* Map Screen, Visited Room 16 in Cave of Flames 16 (Pacci Whirlwind) */
|
LV2_13_WALK, /* Visited Room 16 in Cave of Flames 16 (Pacci Whirlwind) */
|
||||||
LV2_14_WALK, /* Map Screen, Visited Room 17 in Cave of Flames 17 (Spike Trap Kinstone) */
|
LV2_14_WALK, /* Visited Room 17 in Cave of Flames 17 (Spike Trap Kinstone) */
|
||||||
LV2_15_WALK, /* Map Screen, Visited Room 3 in Cave of Flames 3 (Spinies) */
|
LV2_15_WALK, /* Visited Room 3 in Cave of Flames 3 (Spinies) */
|
||||||
LV2_16_WALK, /* Map Screen, Visited Room 1 in Cave of Flames 2 (Bob-ombs) */
|
LV2_16_WALK, /* Visited Room 1 in Cave of Flames 2 (Bob-ombs) */
|
||||||
LV2_17_WALK, /* Map Screen, Visited Room 15 in Cave of Flames 15 (Boss Key Room) */
|
LV2_17_WALK, /* Visited Room 15 in Cave of Flames 15 (Boss Key Room) */
|
||||||
LV2_BOSS_00_WALK, /* Map Screen, Visited Room 19 in Cave of Flames 19 (Gleerok) */
|
LV2_BOSS_00_WALK, /* Visited Room 19 in Cave of Flames 19 (Gleerok) */
|
||||||
LV2_00_00, /* Opened Stairs Door in Cave of Flames 12 (Stairs to B2) */
|
LV2_00_00, /* Opened Stairs Door in Cave of Flames 12 (Stairs to B2) */
|
||||||
LV2_00_01, /* Hit Door Button in Cave of Flames 12 (Stairs to B2) */
|
LV2_00_01, /* Hit Door Button in Cave of Flames 12 (Stairs to B2) */
|
||||||
LV2_01_01, /* Defeated Spiny Chus in Cave of Flames 11 (Spiny Chu Fight) */
|
LV2_01_01, /* Defeated Spiny Chus in Cave of Flames 11 (Spiny Chu Fight) */
|
||||||
|
@ -1213,32 +1213,32 @@ typedef enum {
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
BEGIN_7,
|
BEGIN_7,
|
||||||
LV3_00_WALK, /* Map Screen, Visited Room in Fortress of Winds, Left Side 3F Eyegores */
|
LV3_00_WALK, /* Visited Room in Fortress of Winds, Left Side 3F Eyegores */
|
||||||
LV3_01_WALK, /* Map Screen, Visited Room in Fortress of Winds, Before Mazaal */
|
LV3_01_WALK, /* Visited Room in Fortress of Winds, Before Mazaal */
|
||||||
LV3_02_WALK, /* Map Screen, Visited Room in Fortress of Winds, Right Side 3F Key */
|
LV3_02_WALK, /* Visited Room in Fortress of Winds, Right Side 3F Key */
|
||||||
LV3_03_WALK, /* Map Screen, Visited Room in Fortress of Winds, Left Side 3F Pit Platforms */
|
LV3_03_WALK, /* Visited Room in Fortress of Winds, Left Side 3F Pit Platforms */
|
||||||
LV3_04_WALK, /* Map Screen, Visited Room in Fortress of Winds, Left Side 3F Key */
|
LV3_04_WALK, /* Visited Room in Fortress of Winds, Left Side 3F Key */
|
||||||
LV3_05_WALK,
|
LV3_05_WALK,
|
||||||
LV3_06_WALK,
|
LV3_06_WALK,
|
||||||
LV3_10_WALK, /* Map Screen, Visited Room in Fortress of Winds, Center Door 2F Darknut */
|
LV3_10_WALK, /* Visited Room in Fortress of Winds, Center Door 2F Darknut */
|
||||||
LV3_11_WALK, /* Map Screen, Visited Room in Fortress of Winds, Center Door 2F Eyes */
|
LV3_11_WALK, /* Visited Room in Fortress of Winds, Center Door 2F Eyes */
|
||||||
LV3_12_WALK, /* Map Screen, Visited Room in Fortress of Winds, Center Door 2F Pit Hall Left */
|
LV3_12_WALK, /* Visited Room in Fortress of Winds, Center Door 2F Pit Hall Left */
|
||||||
LV3_13_WALK, /* Map Screen, Visited Room in Fortress of Winds, Center Door 2F Wallmasters */
|
LV3_13_WALK, /* Visited Room in Fortress of Winds, Center Door 2F Wallmasters */
|
||||||
LV3_14_WALK, /* Map Screen, Visited Room in Fortress of Winds, Center Door 2F Pillar Clone Buttons */
|
LV3_14_WALK, /* Visited Room in Fortress of Winds, Center Door 2F Pillar Clone Buttons */
|
||||||
LV3_15_WALK, /* Map Screen, Visited Room in Fortress of Winds, Center Door 2F Spike Traps */
|
LV3_15_WALK, /* Visited Room in Fortress of Winds, Center Door 2F Spike Traps */
|
||||||
LV3_16_WALK, /* Map Screen, Visited Room in Fortress of Winds, Mazaal */
|
LV3_16_WALK, /* Visited Room in Fortress of Winds, Mazaal */
|
||||||
LV3_17_WALK, /* Map Screen, Visited Room in Fortress of Winds, Left Side 2F Stalfos */
|
LV3_17_WALK, /* Visited Room in Fortress of Winds, Left Side 2F Stalfos */
|
||||||
LV3_18_WALK, /* Map Screen, Visited Room in Fortress of Winds, Left Side 2F Eyes */
|
LV3_18_WALK, /* Visited Room in Fortress of Winds, Left Side 2F Eyes */
|
||||||
LV3_19_WALK, /* Map Screen, Visited Room in Fortress of Winds, Center Door 2F */
|
LV3_19_WALK, /* Visited Room in Fortress of Winds, Center Door 2F */
|
||||||
LV3_1A_WALK, /* Map Screen, Visited Room in Fortress of Winds, Center Door 2F Minish Hole to Key */
|
LV3_1A_WALK, /* Visited Room in Fortress of Winds, Center Door 2F Minish Hole to Key */
|
||||||
LV3_1B_WALK, /* Map Screen, Visited Room in Fortress of Winds, Center Door 2F Boss Key */
|
LV3_1B_WALK, /* Visited Room in Fortress of Winds, Center Door 2F Boss Key */
|
||||||
LV3_1C_WALK, /* Map Screen, Visited Room in Fortress of Winds, Left Side 2F */
|
LV3_1C_WALK, /* Visited Room in Fortress of Winds, Left Side 2F */
|
||||||
LV3_1D_WALK, /* Map Screen, Visited Room in Fortress of Winds, Right Side 2F */
|
LV3_1D_WALK, /* Visited Room in Fortress of Winds, Right Side 2F */
|
||||||
LV3_20_WALK, /* Map Screen, Visited Room in Fortress of Winds, Left Door */
|
LV3_20_WALK, /* Visited Room in Fortress of Winds, Left Door */
|
||||||
LV3_21_WALK, /* Map Screen, Visited Room in Fortress of Winds, Center Door */
|
LV3_21_WALK, /* Visited Room in Fortress of Winds, Center Door */
|
||||||
LV3_22_WALK, /* Map Screen, Visited Room in Fortress of Winds, Right Door */
|
LV3_22_WALK, /* Visited Room in Fortress of Winds, Right Door */
|
||||||
LV3_23_WALK, /* Map Screen, Visited Room in Fortress of Winds, Leftmost Door Wizzrobes */
|
LV3_23_WALK, /* Visited Room in Fortress of Winds, Leftmost Door Wizzrobes */
|
||||||
LV3_24_WALK, /* Map Screen, Visited Room in Fortress of Winds, Rightmost Door Heart Piece */
|
LV3_24_WALK, /* Visited Room in Fortress of Winds, Rightmost Door Heart Piece */
|
||||||
LV3_00_00, /* Defeated Eyegores in Fortress of Winds, Left Side 3F Eyegores */
|
LV3_00_00, /* Defeated Eyegores in Fortress of Winds, Left Side 3F Eyegores */
|
||||||
LV3_00_T0, /* Compass Chest Open in Fortress of Winds, Left Side 3F Eyegores */
|
LV3_00_T0, /* Compass Chest Open in Fortress of Winds, Left Side 3F Eyegores */
|
||||||
LV3_02_00, /* Door Open in Fortress of Winds, Right Side Key Boss Key Side */
|
LV3_02_00, /* Door Open in Fortress of Winds, Right Side Key Boss Key Side */
|
||||||
|
@ -1291,46 +1291,46 @@ typedef enum {
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
BEGIN_8,
|
BEGIN_8,
|
||||||
LV4_00_WALK, /* Map Screen, Visited Room in Temple of Droplets West Hole to Boss Key */
|
LV4_00_WALK, /* Visited Room in Temple of Droplets West Hole to Boss Key */
|
||||||
LV4_01_WALK, /* Map Screen, Visited Room in Temple of Droplets North Split to Keys */
|
LV4_01_WALK, /* Visited Room in Temple of Droplets North Split to Keys */
|
||||||
LV4_02_WALK, /* Map Screen, Visited Room in Temple of Droplets East Hole to Key */
|
LV4_02_WALK, /* Visited Room in Temple of Droplets East Hole to Key */
|
||||||
LV4_03_WALK, /* Map Screen, Visited Room in Temple of Droplets Entrance */
|
LV4_03_WALK, /* Visited Room in Temple of Droplets Entrance */
|
||||||
LV4_04_WALK, /* Map Screen, Visited Room in Temple of Droplets Stairs to West Lever */
|
LV4_04_WALK, /* Visited Room in Temple of Droplets Stairs to West Lever */
|
||||||
LV4_05_WALK, /* Map Screen, Visited Room in Temple of Droplets Scissors Beetle Miniboss */
|
LV4_05_WALK, /* Visited Room in Temple of Droplets Scissors Beetle Miniboss */
|
||||||
LV4_06_WALK, /* Map Screen, Visited Room in Temple of Droplets West Waterfall Northwest */
|
LV4_06_WALK, /* Visited Room in Temple of Droplets West Waterfall Northwest */
|
||||||
LV4_07_WALK, /* Map Screen, Visited Room in Temple of Droplets West Waterfall Northeast */
|
LV4_07_WALK, /* Visited Room in Temple of Droplets West Waterfall Northeast */
|
||||||
LV4_08_WALK, /* Map Screen, Visited Room in Temple of Droplets Main Room */
|
LV4_08_WALK, /* Visited Room in Temple of Droplets Main Room */
|
||||||
LV4_09_WALK, /* Map Screen, Visited Room in Temple of Droplets Corner from Beetle Miniboss */
|
LV4_09_WALK, /* Visited Room in Temple of Droplets Corner from Beetle Miniboss */
|
||||||
LV4_0A_WALK, /* Map Screen, Visited Room in Temple of Droplets Ice Pit Maze */
|
LV4_0A_WALK, /* Visited Room in Temple of Droplets Ice Pit Maze */
|
||||||
LV4_0B_WALK, /* Map Screen, Visited Room in Temple of Droplets, Hole to Blue Chuchu Key */
|
LV4_0B_WALK, /* Visited Room in Temple of Droplets, Hole to Blue Chuchu Key */
|
||||||
LV4_0C_WALK, /* Map Screen, Visited Room in Temple of Droplets West Waterfall Southwest */
|
LV4_0C_WALK, /* Visited Room in Temple of Droplets West Waterfall Southwest */
|
||||||
LV4_0D_WALK, /* Map Screen, Visited Room in Temple of Droplets West Waterfall Southeast */
|
LV4_0D_WALK, /* Visited Room in Temple of Droplets West Waterfall Southeast */
|
||||||
LV4_0E_WALK, /* Map Screen, Visited Room in Temple of Droplets, Big Octorok */
|
LV4_0E_WALK, /* Visited Room in Temple of Droplets, Big Octorok */
|
||||||
LV4_0F_WALK, /* Map Screen, Visited Room in Temple of Droplets, Door to Big Blue Chuchu */
|
LV4_0F_WALK, /* Visited Room in Temple of Droplets, Door to Big Blue Chuchu */
|
||||||
LV4_10_WALK, /* Map Screen, Visited Room in Temple of Droplets Big Blue Chuchu */
|
LV4_10_WALK, /* Visited Room in Temple of Droplets Big Blue Chuchu */
|
||||||
LV4_11_WALK, /* Map Screen, Visited Room in Temple of Droplets Blue Chuchu Key */
|
LV4_11_WALK, /* Visited Room in Temple of Droplets Blue Chuchu Key */
|
||||||
LV4_20_WALK, /* Map Screen, Visited Room in Temple of Droplets Boss Key Room */
|
LV4_20_WALK, /* Visited Room in Temple of Droplets Boss Key Room */
|
||||||
LV4_21_WALK, /* Map Screen, Visited Room in Temple of Droplets Key 1 Room */
|
LV4_21_WALK, /* Visited Room in Temple of Droplets Key 1 Room */
|
||||||
LV4_22_WALK, /* Map Screen, Visited Room in Temple of Droplets Block Clone Button Puzzle */
|
LV4_22_WALK, /* Visited Room in Temple of Droplets Block Clone Button Puzzle */
|
||||||
LV4_23_WALK, /* Map Screen, Visited Room in Temple of Droplets Block Clone Puzzle 1 */
|
LV4_23_WALK, /* Visited Room in Temple of Droplets Block Clone Puzzle 1 */
|
||||||
LV4_24_WALK, /* Map Screen, Visited Room in Temple of Droplets Block Clone Ice Bridge */
|
LV4_24_WALK, /* Visited Room in Temple of Droplets Block Clone Ice Bridge */
|
||||||
LV4_25_WALK, /* Map Screen, Visited Room in Temple of Droplets Stairs to Beetle Miniboss */
|
LV4_25_WALK, /* Visited Room in Temple of Droplets Stairs to Beetle Miniboss */
|
||||||
LV4_26_WALK, /* Map Screen, Visited Room in Temple of Droplets Spikebars after 9 Lantern */
|
LV4_26_WALK, /* Visited Room in Temple of Droplets Spikebars after 9 Lantern */
|
||||||
LV4_27_WALK, /* Map Screen, Visited Room in Temple of Droplets 9 Lantern Room */
|
LV4_27_WALK, /* Visited Room in Temple of Droplets 9 Lantern Room */
|
||||||
LV4_28_WALK, /* Map Screen, Visited Room in Temple of Droplets Lilypad Ice Blocks */
|
LV4_28_WALK, /* Visited Room in Temple of Droplets Lilypad Ice Blocks */
|
||||||
LV4_29_WALK, /* Map Screen, Visited Room in Temple of Droplets The 1 Frame Roll */
|
LV4_29_WALK, /* Visited Room in Temple of Droplets The 1 Frame Roll */
|
||||||
LV4_2A_WALK, /* Map Screen, Visited Room in Temple of Droplets Mulldozers & Firebars */
|
LV4_2A_WALK, /* Visited Room in Temple of Droplets Mulldozers & Firebars */
|
||||||
LV4_2B_WALK, /* Map Screen, Visited Room in Temple of Droplets Dark Lantern Maze */
|
LV4_2B_WALK, /* Visited Room in Temple of Droplets Dark Lantern Maze */
|
||||||
LV4_2C_WALK, /* Map Screen, Visited Room in Temple of Droplets Twin Madderpillars */
|
LV4_2C_WALK, /* Visited Room in Temple of Droplets Twin Madderpillars */
|
||||||
LV4_2D_WALK, /* Map Screen, Visited Room in Temple of Droplets After Twin Madderpillars */
|
LV4_2D_WALK, /* Visited Room in Temple of Droplets After Twin Madderpillars */
|
||||||
LV4_2E_WALK, /* Map Screen, Visited Room in Temple of Droplets Blue Chuchu Key Lever */
|
LV4_2E_WALK, /* Visited Room in Temple of Droplets Blue Chuchu Key Lever */
|
||||||
LV4_2F_WALK, /* Map Screen, Visited Room in Temple of Droplets Mulldozer Key Room */
|
LV4_2F_WALK, /* Visited Room in Temple of Droplets Mulldozer Key Room */
|
||||||
LV4_30_WALK, /* Map Screen, Visited Room in Temple of Droplets Bombwall to Twin Madderpillars */
|
LV4_30_WALK, /* Visited Room in Temple of Droplets Bombwall to Twin Madderpillars */
|
||||||
LV4_31_WALK, /* Map Screen, Visited Room in Temple of Droplets Lilypad B2 West */
|
LV4_31_WALK, /* Visited Room in Temple of Droplets Lilypad B2 West */
|
||||||
LV4_32_WALK, /* Map Screen, Visited Room in Temple of Droplets Compass Room */
|
LV4_32_WALK, /* Visited Room in Temple of Droplets Compass Room */
|
||||||
LV4_33_WALK, /* Map Screen, Visited Room in Temple of Droplets 4 Lantern Scissors Beetles */
|
LV4_33_WALK, /* Visited Room in Temple of Droplets 4 Lantern Scissors Beetles */
|
||||||
LV4_34_WALK, /* Map Screen, Visited Room in Temple of Droplets Lilypad B2 Middle Room */
|
LV4_34_WALK, /* Visited Room in Temple of Droplets Lilypad B2 Middle Room */
|
||||||
LV4_35_WALK, /* Map Screen, Visited Room in Temple of Droplets Lilypad B2 East Madderpillar */
|
LV4_35_WALK, /* Visited Room in Temple of Droplets Lilypad B2 East Madderpillar */
|
||||||
LV4_INIT, /* Open Hole Setup Completed in Temple of Droplets West Hole to Boss Key */
|
LV4_INIT, /* Open Hole Setup Completed in Temple of Droplets West Hole to Boss Key */
|
||||||
LV4_01_00, /* Door Open in Temple of Droplets North Split to Keys */
|
LV4_01_00, /* Door Open in Temple of Droplets North Split to Keys */
|
||||||
LV4_03_CAP_0, /* Ezlo talks about Temple of Droplets in Temple of Droplets Entrance */
|
LV4_03_CAP_0, /* Ezlo talks about Temple of Droplets in Temple of Droplets Entrance */
|
||||||
|
@ -1420,7 +1420,7 @@ typedef enum {
|
||||||
LV4_03_CAP_1, /* Ezlo talks about slippery floor in Temple of Droplets Entrance */
|
LV4_03_CAP_1, /* Ezlo talks about slippery floor in Temple of Droplets Entrance */
|
||||||
LV4_08_CAP_0, /* Ezlo talks about frozen Element in Temple of Droplets Main Room */
|
LV4_08_CAP_0, /* Ezlo talks about frozen Element in Temple of Droplets Main Room */
|
||||||
LV4_08_CAP_1, /* Ezlo talks after pushing East Lever in Temple of Droplets Main Room */
|
LV4_08_CAP_1, /* Ezlo talks after pushing East Lever in Temple of Droplets Main Room */
|
||||||
LV4_36_WALK, /* Map Screen, Visited Room in Temple of Droplets Flamebar Block Puzzle */
|
LV4_36_WALK, /* Visited Room in Temple of Droplets Flamebar Block Puzzle */
|
||||||
LV4_36_T0,
|
LV4_36_T0,
|
||||||
LV4_21_CAP_1, /* Ezlo talks about frozen key in Temple of Droplets Key 1 Room */
|
LV4_21_CAP_1, /* Ezlo talks about frozen key in Temple of Droplets Key 1 Room */
|
||||||
LV4_0d_03, /* Grabbed 1st Green Rupee in Temple of Droplets West Waterfall Southeast */
|
LV4_0d_03, /* Grabbed 1st Green Rupee in Temple of Droplets West Waterfall Southeast */
|
||||||
|
@ -1459,57 +1459,57 @@ typedef enum {
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
BEGIN_9,
|
BEGIN_9,
|
||||||
LV5_00_WALK, /* Map Screen, Visited Room in Palace of Winds 46 (Vortex to Gyorg) */
|
LV5_00_WALK, /* Visited Room in Palace of Winds 46 (Vortex to Gyorg) */
|
||||||
LV5_01_WALK, /* Map Screen, Visited Room in Palace of Winds 24 (5F Boss Key Chest) */
|
LV5_01_WALK, /* Visited Room in Palace of Winds 24 (5F Boss Key Chest) */
|
||||||
LV5_02_WALK, /* Map Screen, Visited Room in Palace of Winds 19 (5F Before Boss Door Hall) */
|
LV5_02_WALK, /* Visited Room in Palace of Winds 19 (5F Before Boss Door Hall) */
|
||||||
LV5_03_WALK, /* Map Screen, Visited Room in Palace of Winds 44 (5F Real Boss Door) */
|
LV5_03_WALK, /* Visited Room in Palace of Winds 44 (5F Real Boss Door) */
|
||||||
LV5_04_WALK, /* Map Screen, Visited Room in Palace of Winds 5F East Kinstone Chest from Boss */
|
LV5_04_WALK, /* Visited Room in Palace of Winds 5F East Kinstone Chest from Boss */
|
||||||
LV5_05_WALK, /* Map Screen, Visited Room in Palace of Winds 23 (5F Moblin & Wizzrobe Fight) */
|
LV5_05_WALK, /* Visited Room in Palace of Winds 23 (5F Moblin & Wizzrobe Fight) */
|
||||||
LV5_06_WALK, /* Map Screen, Visited Room in Palace of Winds 22 (5F Stalfos & Clone Buttons) */
|
LV5_06_WALK, /* Visited Room in Palace of Winds 22 (5F Stalfos & Clone Buttons) */
|
||||||
LV5_07_WALK, /* Map Screen, Visited Room in Palace of Winds 21 (5F Key Chest & Blocks) */
|
LV5_07_WALK, /* Visited Room in Palace of Winds 21 (5F Key Chest & Blocks) */
|
||||||
LV5_08_WALK, /* Map Screen, Visited Room in Palace of Winds 20 (5F Boss Door Hall) */
|
LV5_08_WALK, /* Visited Room in Palace of Winds 20 (5F Boss Door Hall) */
|
||||||
LV5_09_WALK, /* Map Screen, Visited Room in Palace of Winds 43 (5F Bombarossa Switch Maze) */
|
LV5_09_WALK, /* Visited Room in Palace of Winds 43 (5F Bombarossa Switch Maze) */
|
||||||
LV5_0A_WALK, /* Map Screen, Visited Room in Palace of Winds 25 (5F Hole to Darknut Miniboss) */
|
LV5_0A_WALK, /* Visited Room in Palace of Winds 25 (5F Hole to Darknut Miniboss) */
|
||||||
LV5_0B_WALK, /* Map Screen, Visited Room in Palace of Winds 42 (5F North Corner) */
|
LV5_0B_WALK, /* Visited Room in Palace of Winds 42 (5F North Corner) */
|
||||||
LV5_0C_WALK, /* Map Screen, Visited Room in Palace of Winds 26 (1F Darknut Miniboss) */
|
LV5_0C_WALK, /* Visited Room in Palace of Winds 26 (1F Darknut Miniboss) */
|
||||||
LV5_0D_WALK, /* Map Screen, Visited Room in Palace of Winds 40 (5F Gibdo Corner) */
|
LV5_0D_WALK, /* Visited Room in Palace of Winds 40 (5F Gibdo Corner) */
|
||||||
LV5_0E_WALK, /* Map Screen, Visited Room in Palace of Winds 41 (5F Outside Wall) */
|
LV5_0E_WALK, /* Visited Room in Palace of Winds 41 (5F Outside Wall) */
|
||||||
LV5_0F_WALK, /* Map Screen, Visited Room in Palace of Winds 18 (4F Cloud Jumps to 5F) */
|
LV5_0F_WALK, /* Visited Room in Palace of Winds 18 (4F Cloud Jumps to 5F) */
|
||||||
LV5_10_WALK, /* Map Screen, Visited Room in Palace of Winds 45 (4F Block Maze to Boss) */
|
LV5_10_WALK, /* Visited Room in Palace of Winds 45 (4F Block Maze to Boss) */
|
||||||
LV5_11_WALK, /* Map Screen, Visited Room in Palace of Winds 17 (4F Lakitu Platforms) */
|
LV5_11_WALK, /* Visited Room in Palace of Winds 17 (4F Lakitu Platforms) */
|
||||||
LV5_12_WALK, /* Map Screen, Visited Room in Palace of Winds 4F Bridge to Heart Piece */
|
LV5_12_WALK, /* Visited Room in Palace of Winds 4F Bridge to Heart Piece */
|
||||||
LV5_13_WALK, /* Map Screen, Visited Room in Palace of Winds 16 (4F Bridge & Fan) */
|
LV5_13_WALK, /* Visited Room in Palace of Winds 16 (4F Bridge & Fan) */
|
||||||
LV5_14_WALK, /* Map Screen, Visited Room in Palace of Winds 15 (4F Moblin Corner) */
|
LV5_14_WALK, /* Visited Room in Palace of Winds 15 (4F Moblin Corner) */
|
||||||
LV5_15_WALK, /* Map Screen, Visited Room in Palace of Winds 39 (4F Bombarossa Block Hole) */
|
LV5_15_WALK, /* Visited Room in Palace of Winds 39 (4F Bombarossa Block Hole) */
|
||||||
LV5_16_WALK, /* Map Screen, Visited Room in Palace of Winds 8 (3F Northwest) */
|
LV5_16_WALK, /* Visited Room in Palace of Winds 8 (3F Northwest) */
|
||||||
LV5_17_WALK, /* Map Screen, Visited Room in Palace of Winds 14 (3F Corner after Key) */
|
LV5_17_WALK, /* Visited Room in Palace of Winds 14 (3F Corner after Key) */
|
||||||
LV5_18_WALK, /* Map Screen, Visited Room in Palace of Winds 9 (3F Southwest) */
|
LV5_18_WALK, /* Visited Room in Palace of Winds 9 (3F Southwest) */
|
||||||
LV5_19_WALK, /* Map Screen, Visited Room in Palace of Winds 10 (3F Platform & Cloud to 4F) */
|
LV5_19_WALK, /* Visited Room in Palace of Winds 10 (3F Platform & Cloud to 4F) */
|
||||||
LV5_1A_WALK, /* Map Screen, Visited Room in Palace of Winds 11 (3F Spike Bar & Pots) */
|
LV5_1A_WALK, /* Visited Room in Palace of Winds 11 (3F Spike Bar & Pots) */
|
||||||
LV5_1B_WALK, /* Map Screen, Visited Room in Palace of Winds 37 (3F Floormaster Lever) */
|
LV5_1B_WALK, /* Visited Room in Palace of Winds 37 (3F Floormaster Lever) */
|
||||||
LV5_1C_WALK, /* Map Screen, Visited Room in Palace of Winds 36 (3F Map Chest Fire Wizzrobes) */
|
LV5_1C_WALK, /* Visited Room in Palace of Winds 36 (3F Map Chest Fire Wizzrobes) */
|
||||||
LV5_1D_WALK, /* Map Screen, Visited Room in Palace of Winds 13 (3F Key Switch Minish Portal) */
|
LV5_1D_WALK, /* Visited Room in Palace of Winds 13 (3F Key Switch Minish Portal) */
|
||||||
LV5_1E_WALK, /* Map Screen, Visited Room in Palace of Winds 38 (3F Stairs to 4F) */
|
LV5_1E_WALK, /* Visited Room in Palace of Winds 38 (3F Stairs to 4F) */
|
||||||
LV5_1F_WALK, /* Map Screen, Visited Room in Palace of Winds 3F Hole to Kinstone Wizzrobe Fight */
|
LV5_1F_WALK, /* Visited Room in Palace of Winds 3F Hole to Kinstone Wizzrobe Fight */
|
||||||
LV5_20_WALK, /* Map Screen, Visited Room in Palace of Winds 12 (3F Key Switch) */
|
LV5_20_WALK, /* Visited Room in Palace of Winds 12 (3F Key Switch) */
|
||||||
LV5_21_WALK, /* Map Screen, Visited Room in Palace of Winds 6 (2F West) */
|
LV5_21_WALK, /* Visited Room in Palace of Winds 6 (2F West) */
|
||||||
LV5_22_WALK, /* Map Screen, Visited Room in Palace of Winds 7 (2F East) */
|
LV5_22_WALK, /* Visited Room in Palace of Winds 7 (2F East) */
|
||||||
LV5_23_WALK, /* Map Screen, Visited Room in Palace of Winds 32 (2F Peahat Clone Switches) */
|
LV5_23_WALK, /* Visited Room in Palace of Winds 32 (2F Peahat Clone Switches) */
|
||||||
LV5_24_WALK, /* Map Screen, Visited Room in Palace of Winds 34 (2F Bombarossa Whirlwinds) */
|
LV5_24_WALK, /* Visited Room in Palace of Winds 34 (2F Bombarossa Whirlwinds) */
|
||||||
LV5_25_WALK, /* Map Screen, Visited Room in Palace of Winds 30 (2F Stalfos Corner) */
|
LV5_25_WALK, /* Visited Room in Palace of Winds 30 (2F Stalfos Corner) */
|
||||||
LV5_26_WALK, /* Map Screen, Visited Room in Palace of Winds 31 (2F Stalfos Firebars) */
|
LV5_26_WALK, /* Visited Room in Palace of Winds 31 (2F Stalfos Firebars) */
|
||||||
LV5_27_WALK, /* Map Screen, Visited Room in Palace of Winds (2F Shortcut Door Switches) */
|
LV5_27_WALK, /* Visited Room in Palace of Winds (2F Shortcut Door Switches) */
|
||||||
LV5_28_WALK, /* Map Screen, Visited Room in Palace of Winds 29 (2F Stairs) */
|
LV5_28_WALK, /* Visited Room in Palace of Winds 29 (2F Stairs) */
|
||||||
LV5_29_WALK, /* Map Screen, Visited Room in Palace of Winds, Kinstone Wizzrobe Fight */
|
LV5_29_WALK, /* Visited Room in Palace of Winds, Kinstone Wizzrobe Fight */
|
||||||
LV5_2A_WALK, /* Map Screen, Visited Room in Palace of Winds 35 (2F Gibdo Corner) */
|
LV5_2A_WALK, /* Visited Room in Palace of Winds 35 (2F Gibdo Corner) */
|
||||||
LV5_2B_WALK, /* Map Screen, Visited Room in Palace of Winds 33 (2F Spikebar Key Chest) */
|
LV5_2B_WALK, /* Visited Room in Palace of Winds 33 (2F Spikebar Key Chest) */
|
||||||
LV5_2C_WALK, /* Map Screen, Visited Room in Palace of Winds 5 (Roc's Cape) */
|
LV5_2C_WALK, /* Visited Room in Palace of Winds 5 (Roc's Cape) */
|
||||||
LV5_2D_WALK, /* Map Screen, Visited Room in Palace of Winds 4 (Firebar Bob-omb Grate) */
|
LV5_2D_WALK, /* Visited Room in Palace of Winds 4 (Firebar Bob-omb Grate) */
|
||||||
LV5_2E_WALK, /* Map Screen, Visited Room in Palace of Winds 3 (Platform Ride Bombarossas) */
|
LV5_2E_WALK, /* Visited Room in Palace of Winds 3 (Platform Ride Bombarossas) */
|
||||||
LV5_2F_WALK, /* Map Screen, Visited Room in Palace of Winds 27 (1F Bridge after Darknut) */
|
LV5_2F_WALK, /* Visited Room in Palace of Winds 27 (1F Bridge after Darknut) */
|
||||||
LV5_30_WALK, /* Map Screen, Visited Room in Palace of Winds 2 (Bridge Switches & Clone Block) */
|
LV5_30_WALK, /* Visited Room in Palace of Winds 2 (Bridge Switches & Clone Block) */
|
||||||
LV5_31_WALK, /* Map Screen, Visited Room in Palace of Winds Entrance */
|
LV5_31_WALK, /* Visited Room in Palace of Winds Entrance */
|
||||||
LV5_32_WALK, /* Map Screen, Visited Room in Palace of Winds 28 (1F Dark Room) */
|
LV5_32_WALK, /* Visited Room in Palace of Winds 28 (1F Dark Room) */
|
||||||
LV5_01_T0, /* Boss Key Chest Open in Palace of Winds 24 (5F Boss Key Chest) */
|
LV5_01_T0, /* Boss Key Chest Open in Palace of Winds 24 (5F Boss Key Chest) */
|
||||||
LV5_03_T0, /* Small Key Chest Open in Palace of Winds 44, West of Boss Door */
|
LV5_03_T0, /* Small Key Chest Open in Palace of Winds 44, West of Boss Door */
|
||||||
LV5_03_BOSSDOOR, /* Boss Door Open in Palace of Winds 44, Boss Door */
|
LV5_03_BOSSDOOR, /* Boss Door Open in Palace of Winds 44, Boss Door */
|
||||||
|
@ -1599,65 +1599,65 @@ typedef enum {
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
BEGIN_10,
|
BEGIN_10,
|
||||||
LV6_00_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 10 (1F Entrance) */
|
LV6_00_WALK, /* Visited Room in Dark Hyrule Castle 10 (1F Entrance) */
|
||||||
LV6_01_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 51 (3F Northwest Key Chest) */
|
LV6_01_WALK, /* Visited Room in Dark Hyrule Castle 51 (3F Northwest Key Chest) */
|
||||||
LV6_02_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 41 (3F Northeast Key Chest) */
|
LV6_02_WALK, /* Visited Room in Dark Hyrule Castle 41 (3F Northeast Key Chest) */
|
||||||
LV6_03_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 48 (3F Southwest Key Chest) */
|
LV6_03_WALK, /* Visited Room in Dark Hyrule Castle 48 (3F Southwest Key Chest) */
|
||||||
LV6_04_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 45 (3F Southeast Key Chest) */
|
LV6_04_WALK, /* Visited Room in Dark Hyrule Castle 45 (3F Southeast Key Chest) */
|
||||||
LV6_05_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 53 (3F Vaati Keaton Hallway) */
|
LV6_05_WALK, /* Visited Room in Dark Hyrule Castle 53 (3F Vaati Keaton Hallway) */
|
||||||
LV6_06_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 54 (3F Vaati Triple Darknuts) */
|
LV6_06_WALK, /* Visited Room in Dark Hyrule Castle 54 (3F Vaati Triple Darknuts) */
|
||||||
LV6_07_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 50 (2F Northwest Corner) */
|
LV6_07_WALK, /* Visited Room in Dark Hyrule Castle 50 (2F Northwest Corner) */
|
||||||
LV6_08_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 49 (2F Northwest Eye Switches) */
|
LV6_08_WALK, /* Visited Room in Dark Hyrule Castle 49 (2F Northwest Eye Switches) */
|
||||||
LV6_09_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 52 (2F Boss Key) */
|
LV6_09_WALK, /* Visited Room in Dark Hyrule Castle 52 (2F Boss Key) */
|
||||||
LV6_0A_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 37 (2F North Darknut) */
|
LV6_0A_WALK, /* Visited Room in Dark Hyrule Castle 37 (2F North Darknut) */
|
||||||
LV6_0B_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 40 (2F Northeast Ghini) */
|
LV6_0B_WALK, /* Visited Room in Dark Hyrule Castle 40 (2F Northeast Ghini) */
|
||||||
LV6_0C_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 39 (2F Northeast Firebar) */
|
LV6_0C_WALK, /* Visited Room in Dark Hyrule Castle 39 (2F Northeast Firebar) */
|
||||||
LV6_0D_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 29 (2F Northeast Corner) */
|
LV6_0D_WALK, /* Visited Room in Dark Hyrule Castle 29 (2F Northeast Corner) */
|
||||||
LV6_0E_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 35 (2F Center Northwest) */
|
LV6_0E_WALK, /* Visited Room in Dark Hyrule Castle 35 (2F Center Northwest) */
|
||||||
LV6_0F_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 36 (2F Center North, Sparks) */
|
LV6_0F_WALK, /* Visited Room in Dark Hyrule Castle 36 (2F Center North, Sparks) */
|
||||||
LV6_10_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 38 (2F Center Northeast) */
|
LV6_10_WALK, /* Visited Room in Dark Hyrule Castle 38 (2F Center Northeast) */
|
||||||
LV6_11_WALK,
|
LV6_11_WALK,
|
||||||
LV6_12_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 30/34 (2F Center East/Center West) */
|
LV6_12_WALK, /* Visited Room in Dark Hyrule Castle 30/34 (2F Center East/Center West) */
|
||||||
LV6_13_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 33 (2F Center Southwest) */
|
LV6_13_WALK, /* Visited Room in Dark Hyrule Castle 33 (2F Center Southwest) */
|
||||||
LV6_14_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 32 (2F Center South, Boss Door) */
|
LV6_14_WALK, /* Visited Room in Dark Hyrule Castle 32 (2F Center South, Boss Door) */
|
||||||
LV6_15_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 42 (2F Center Southeast) */
|
LV6_15_WALK, /* Visited Room in Dark Hyrule Castle 42 (2F Center Southeast) */
|
||||||
LV6_16_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 46 (2F Southwest Floortiles) */
|
LV6_16_WALK, /* Visited Room in Dark Hyrule Castle 46 (2F Southwest Floortiles) */
|
||||||
LV6_17_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 31 (2F South Entrance) */
|
LV6_17_WALK, /* Visited Room in Dark Hyrule Castle 31 (2F South Entrance) */
|
||||||
LV6_18_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 43 (2F Southeast Clone Switches) */
|
LV6_18_WALK, /* Visited Room in Dark Hyrule Castle 43 (2F Southeast Clone Switches) */
|
||||||
LV6_19_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 48 (2F Southwest Corner) */
|
LV6_19_WALK, /* Visited Room in Dark Hyrule Castle 48 (2F Southwest Corner) */
|
||||||
LV6_1A_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 47 (2F Southwest Ghini) */
|
LV6_1A_WALK, /* Visited Room in Dark Hyrule Castle 47 (2F Southwest Ghini) */
|
||||||
LV6_1B_WALK,
|
LV6_1B_WALK,
|
||||||
LV6_1C_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 1 (B1 Entrance to Garden) */
|
LV6_1C_WALK, /* Visited Room in Dark Hyrule Castle 1 (B1 Entrance to Garden) */
|
||||||
LV6_1D_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 44 (2F Southeast Corner) */
|
LV6_1D_WALK, /* Visited Room in Dark Hyrule Castle 44 (2F Southeast Corner) */
|
||||||
LV6_1E_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle (1F Northwest Gibdo Corner) */
|
LV6_1E_WALK, /* Visited Room in Dark Hyrule Castle (1F Northwest Gibdo Corner) */
|
||||||
LV6_1F_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 24 (1F Throne Room) */
|
LV6_1F_WALK, /* Visited Room in Dark Hyrule Castle 24 (1F Throne Room) */
|
||||||
LV6_20_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 27 (1F Compass Room) */
|
LV6_20_WALK, /* Visited Room in Dark Hyrule Castle 27 (1F Compass Room) */
|
||||||
LV6_21_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 28 (1F Stairs to 2F) */
|
LV6_21_WALK, /* Visited Room in Dark Hyrule Castle 28 (1F Stairs to 2F) */
|
||||||
LV6_22_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 23 (1F Entrance to Throne Room) */
|
LV6_22_WALK, /* Visited Room in Dark Hyrule Castle 23 (1F Entrance to Throne Room) */
|
||||||
LV6_23_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 14 (1F Center Northwest) */
|
LV6_23_WALK, /* Visited Room in Dark Hyrule Castle 14 (1F Center Northwest) */
|
||||||
LV6_24_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 15 (1F Center North) */
|
LV6_24_WALK, /* Visited Room in Dark Hyrule Castle 15 (1F Center North) */
|
||||||
LV6_25_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 16 (1F Center Northeast) */
|
LV6_25_WALK, /* Visited Room in Dark Hyrule Castle 16 (1F Center Northeast) */
|
||||||
LV6_26_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 13 (1F Center West) */
|
LV6_26_WALK, /* Visited Room in Dark Hyrule Castle 13 (1F Center West) */
|
||||||
LV6_27_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 17 (1F Center East) */
|
LV6_27_WALK, /* Visited Room in Dark Hyrule Castle 17 (1F Center East) */
|
||||||
LV6_28_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 12 (1F Center Southwest) */
|
LV6_28_WALK, /* Visited Room in Dark Hyrule Castle 12 (1F Center Southwest) */
|
||||||
LV6_29_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 11 (1F Center South) */
|
LV6_29_WALK, /* Visited Room in Dark Hyrule Castle 11 (1F Center South) */
|
||||||
LV6_2A_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 18 (1F Center Southeast) */
|
LV6_2A_WALK, /* Visited Room in Dark Hyrule Castle 18 (1F Center Southeast) */
|
||||||
LV6_2B_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle (1F Pot Corner) */
|
LV6_2B_WALK, /* Visited Room in Dark Hyrule Castle (1F Pot Corner) */
|
||||||
LV6_2C_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle (1F Southeast Gibdo Corner) */
|
LV6_2C_WALK, /* Visited Room in Dark Hyrule Castle (1F Southeast Gibdo Corner) */
|
||||||
LV6_2D_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 25 (B1 Dark Hall West) */
|
LV6_2D_WALK, /* Visited Room in Dark Hyrule Castle 25 (B1 Dark Hall West) */
|
||||||
LV6_2E_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 26 (B1 Dark Hall East) */
|
LV6_2E_WALK, /* Visited Room in Dark Hyrule Castle 26 (B1 Dark Hall East) */
|
||||||
LV6_2F_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 22 (B1 North Stairs) */
|
LV6_2F_WALK, /* Visited Room in Dark Hyrule Castle 22 (B1 North Stairs) */
|
||||||
LV6_30_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 4 (B1 Center Northwest, Stairs to B2) */
|
LV6_30_WALK, /* Visited Room in Dark Hyrule Castle 4 (B1 Center Northwest, Stairs to B2) */
|
||||||
LV6_31_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 5 (B1 Center North, Minish Portal) */
|
LV6_31_WALK, /* Visited Room in Dark Hyrule Castle 5 (B1 Center North, Minish Portal) */
|
||||||
LV6_32_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 21 (B1 Center Northeast, Keatons) */
|
LV6_32_WALK, /* Visited Room in Dark Hyrule Castle 21 (B1 Center Northeast, Keatons) */
|
||||||
LV6_33_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 3 (B1 Center West, Firebars) */
|
LV6_33_WALK, /* Visited Room in Dark Hyrule Castle 3 (B1 Center West, Firebars) */
|
||||||
LV6_34_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 20 (B1 Center East, Cannons) */
|
LV6_34_WALK, /* Visited Room in Dark Hyrule Castle 20 (B1 Center East, Cannons) */
|
||||||
LV6_35_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 2 (B1 Center Southwest) */
|
LV6_35_WALK, /* Visited Room in Dark Hyrule Castle 2 (B1 Center Southwest) */
|
||||||
LV6_36_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 19 (B1 Center East) */
|
LV6_36_WALK, /* Visited Room in Dark Hyrule Castle 19 (B1 Center East) */
|
||||||
LV6_37_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 9 (B1 South Stairs) */
|
LV6_37_WALK, /* Visited Room in Dark Hyrule Castle 9 (B1 South Stairs) */
|
||||||
LV6_38_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 7 (B2 Prison West) */
|
LV6_38_WALK, /* Visited Room in Dark Hyrule Castle 7 (B2 Prison West) */
|
||||||
LV6_39_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 8 (B2 Prison East) */
|
LV6_39_WALK, /* Visited Room in Dark Hyrule Castle 8 (B2 Prison East) */
|
||||||
LV6_3A_WALK, /* Map Screen, Visited Room in Dark Hyrule Castle 6 (B2 Prison Southwest) */
|
LV6_3A_WALK, /* Visited Room in Dark Hyrule Castle 6 (B2 Prison Southwest) */
|
||||||
LV6_3B_WALK,
|
LV6_3B_WALK,
|
||||||
LV6_00_00, /* Locked Door Open in Dark Hyrule Castle 10 (1F Entrance) */
|
LV6_00_00, /* Locked Door Open in Dark Hyrule Castle 10 (1F Entrance) */
|
||||||
LV6_01_T0, /* Small Key Chest Open in Dark Hyrule Castle 51 (3F Northwest Key Chest) */
|
LV6_01_T0, /* Small Key Chest Open in Dark Hyrule Castle 51 (3F Northwest Key Chest) */
|
||||||
|
|
Loading…
Reference in New Issue