summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/libgbafpc/examples/graphics/SimpleBGScroll/readme.txt
blob: 04a94758c2b5d6f3b2146140dde03d4b9bdfc1a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26


A demonstration of a simple background tile scroller for the Gameboy Advance.
Very oldschool.  Every once in a while someone comes along and either wonders
how to do it or has a problem with theirs, so I wrote this to help them out
a bit, or rather, help them understand the concept.  The source is commented
(hopefully well enough).

This was built using Wintermute's GCC toolchain for win32 environment, and
that can be found here:

http://www.devkit.tk/

or

http://homepage.ntlworld.com/wintermute2002/

Yes, you should be using this, NOT outdated toolchains.
It is leaner, faster, up to date and uses MingW env.


  Code and font by:
     r6502 (r6502ATphokos.com)
     2004-04-02

  Happy Coding!