31 lines
761 B
TeX
31 lines
761 B
TeX
\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} |