diff --git a/docs/manual/manual.tex b/docs/manual/manual.tex new file mode 100644 index 00000000..c0774bdd --- /dev/null +++ b/docs/manual/manual.tex @@ -0,0 +1,31 @@ +\documentclass[12pt, oneside]{report} +\title{Yet Another Zelda3 Editor} +\author{Justin Scofield\thanks{Special thanks to JaredBrian, Zarby89}} +\date{September 2022} +\pagestyle{headings} + +\begin{document} +\maketitle + +\tableofcontents + +\chapter{Introduction} + +{\bf Yet Another Zelda3 Editor} is a multi-purpose editor for the retro video game title {\it {"The Legend of Zelda: A Link to the Past"}} for the Super Nintendo Entertainment System. The editor only supports the US version. + +\section{Getting Started} +\section{Loading from ROM} +\section{Saving to ROM} + +\chapter{Overworld} + \section{Tile System} + \section{Map Toolset} + \section{Map Canvas} + +\chapter{Dungeons} +\chapter{Palettes} +\chapter{Sprites} +\chapter{Screens} +\chapter{Modules} + +\end{document} \ No newline at end of file