mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-24 03:11:29 +11:00
typo
Co-Authored-By: Lokathor <zefria@gmail.com>
This commit is contained in:
parent
da42ebffa2
commit
a689763c9a
|
@ -1,7 +1,7 @@
|
||||||
# Ch 2: User Input
|
# Ch 2: User Input
|
||||||
|
|
||||||
It's all well and good to draw three pixels, but they don't do anything yet. We
|
It's all well and good to draw three pixels, but they don't do anything yet. We
|
||||||
want them to to something, and for that we need to get some input from the user.
|
want them to do something, and for that we need to get some input from the user.
|
||||||
|
|
||||||
The GBA, as I'm sure you know, has an arrow pad, A and B, L and R, Start and
|
The GBA, as I'm sure you know, has an arrow pad, A and B, L and R, Start and
|
||||||
Select. That's a little more than the NES/GB/CGB had, and a little less than the
|
Select. That's a little more than the NES/GB/CGB had, and a little less than the
|
||||||
|
|
Loading…
Reference in a new issue