Professor Layton Wiki
Advertisement
Professor Layton Wiki
This module does not yet have any documentation.
Add documentation

-- <pre>
-- Chapters of Professor Layton vs. Phoenix Wright: Ace Attorney
return {
	["prologue1"] = [[Prologue: On a Dark and Stormy Night]],
	["prologue2"] = [[Prologue: English Turnabout]],
	[1] = [[Chapter 1: Mysterious Labyrinthia]],
	[2] = [[Chapter 2: The Fire Witch]],
	[3] = [[Chapter 3: The Great Witch]],
	[4] = [[Chapter 4: The Golden Court]],
	[5] = [[Chapter 5: A Taste of Despair]],
	[6] = [[Chapter 6: Secrets of the Underground Ruins]],
	[7] = [[Chapter 7: The Story's End]],
	[8] = [[Chapter 8: The Final Witch Trial]],
	[9] = [[Chapter 9: The Last Inquisitor]],
	["epilogue"] = [[Epilogue: The First Story]],
	["specialepisode1"] = [[Special Episode 1: Reunion]],
	["specialepisode2"] = [[Special Episode 2: London]],
	["specialepisode3"] = [[Special Episode 3: Another Visit]],
	["specialepisode4"] = [[Special Episode 4: Flour Everywhere]],
	["specialepisode5"] = [[Special Episode 5: At the Market]],
	["specialepisode6"] = [[Special Episode 6: Awkward Moments]],
	["specialepisode7"] = [[Special Episode 7: Making Money]],
	["specialepisode8"] = [[Special Episode 8: Tavern Tale]],
	["specialepisode9"] = [[Special Episode 9: Festival Fever]],
	["specialepisode10"] = [[Special Episode 10: Shady Types]],
	["specialepisode11"] = [[Special Episode 11: Fire Festival]],
	["specialepisodeepilogue"] = [[Special Episode Epilogue: A Fond Farewell]]
}
 
-- </pre>
Advertisement