summaryrefslogtreecommitdiff
path: root/manual/plugins/xrick.tex
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-06-30 18:17:34 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-06-30 18:45:07 -0400
commit423350ec4dfba02dad9b91d5560b192cc51b8ad0 (patch)
tree2d162d21514961b2c046895c13daaab5e6b45f43 /manual/plugins/xrick.tex
parent102c3742487dba76ec72d5f56a2c3041344b2d68 (diff)
downloadrockbox-423350ec4dfba02dad9b91d5560b192cc51b8ad0.tar.gz
rockbox-423350ec4dfba02dad9b91d5560b192cc51b8ad0.zip
xrick: Fix various errors/warnings
* Piles of warnings in miniz when built with modern toolchain * Pointer arithematic error in PRNG * Casting between int and void * for file descriptors * Warning on non-color targets Remaining: * Failure on XRGB888 LCDs due to issue with core LCD macros * Failure on interleaved greyscale LCDs (?) * HTML manual build failure Change-Id: Ibf6d2c001ec8daf583731d5da15b86b5352773e7
Diffstat (limited to 'manual/plugins/xrick.tex')
-rwxr-xr-xmanual/plugins/xrick.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/manual/plugins/xrick.tex b/manual/plugins/xrick.tex
index 3aac6e08c8..435651df3b 100755
--- a/manual/plugins/xrick.tex
+++ b/manual/plugins/xrick.tex
@@ -1,4 +1,3 @@
1% $Id$ %
2\subsection{xrick} 1\subsection{xrick}
3\screenshot{plugins/images/ss-xrick}{xrick}{img:xrick} 2\screenshot{plugins/images/ss-xrick}{xrick}{img:xrick}
4xrick is a clone of the platform game 3xrick is a clone of the platform game
@@ -21,9 +20,11 @@ Go figure.
21\subsubsection{Getting started} 20\subsubsection{Getting started}
22For the game to run you need \fname{.dat} game files located in 21For the game to run you need \fname{.dat} game files located in
23\fname{/.rockbox/xrick} on your \dap. 22\fname{/.rockbox/xrick} on your \dap.
24Create the directory and extract xrick \fname{data.zip} archive into it. 23
25The needed files can be found at 24The needed files can be found at
26\url{https://github.com/pierluigi-vicinanza/xrick/blob/master/game/data.zip}. 25\url{https://download.rockbox.org/useful/xrick-data.zip}.
26
27Extract the \fname{xrick-data.zip} archive into the top-level directory of your \dap.
27 28
28\subsubsection{Controls} 29\subsubsection{Controls}
29By holding down \emph{Fire} and pressing \emph{Left} or \emph{Right}, 30By holding down \emph{Fire} and pressing \emph{Left} or \emph{Right},