Skip to content

Commit

Permalink
version 1.6, includes a typo fix by Glerek
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrnbom committed Jan 7, 2022
1 parent 9d0e68c commit 22986d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gbasmdev.tex
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ \section{RAM}
CharacterMP EQU CharacterHP+1 ; 1 value
\end{code}
Then, two write the vector (5, 3) to the SpeedVector, we can do something like
Then, to write the vector (5, 3) to the SpeedVector, we can do something like
\begin{code}
ld a, 5
Expand Down Expand Up @@ -1483,7 +1483,7 @@ \chapter{Version history}
\item Version 1.3: Fixed a minor error about |xor| usage. Thanks u/insta\_\_mash! Also fixed a typo on page 17. Thanks kwdiggs!
\item Version 1.4: Fixes several errors found by JL2210. Thanks!
\item Version 1.5: Fixes some links, including one pointed out by JL2210. Thanks!
\item Version 1.6 (in progress): Fixed a link and a clarification about words/strings. Thanks ISSOtm! Also fixed an error regarding rrca/rlca. Thanks meteoritenhagel!
\item Version 1.6: Fixed a link and a clarification about words/strings. Thanks ISSOtm! Also fixed an error regarding rrca/rlca. Thanks meteoritenhagel! Also fixed a typo. Thanks Glerek!
\end{itemize}

\end{document}

0 comments on commit 22986d0

Please sign in to comment.