add latex manual
This commit is contained in:
31
docs/manual/manual.tex
Normal file
31
docs/manual/manual.tex
Normal file
@@ -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}
|
||||||
Reference in New Issue
Block a user