rewrite quest category menu system
This commit is contained in:
@@ -482,7 +482,6 @@
|
||||
// 0x10 - appears at government counter (BB)
|
||||
// 0x20 - appears in download quest menu
|
||||
// 0x40 - appears in Episode 3 download quest menu
|
||||
// 0x80 - hidden on pre-V3 versions (DC, PC)
|
||||
// directory_name: the directory inside system/quests that contains quests
|
||||
// for this category.
|
||||
// category_name: what appears in the quest menu on the client.
|
||||
@@ -493,8 +492,8 @@
|
||||
[0x01, "events", "Events", "$E$C6Quests that are part\nof an event"],
|
||||
[0x01, "shops", "Shops", "$E$C6Quests that contain\nshops"],
|
||||
[0x01, "vr", "Virtual Reality", "$E$C6Quests that are\ndone in a simulator"],
|
||||
[0x81, "tower", "Control Tower", "$E$C6Quests that take\nplace at the Control\nTower"],
|
||||
[0x81, "team", "Team", "$E$C6Quests for you\nand your team\nmembers."],
|
||||
[0x01, "tower", "Control Tower", "$E$C6Quests that take\nplace at the Control\nTower"],
|
||||
[0x01, "team", "Team", "$E$C6Quests for you\nand your team\nmembers."],
|
||||
[0x02, "battle", "Battle", "$E$C6Battle mode rule\nsets"],
|
||||
[0x04, "challenge-ep1", "Challenge (Episode 1)", "$E$C6Challenge mode\nquests in Episode 1"],
|
||||
[0x84, "challenge-ep2", "Challenge (Episode 2)", "$E$C6Challenge mode\nquests in Episode 2"],
|
||||
|
||||
Reference in New Issue
Block a user