readme.txt 704 B

1234567891011121314151617181920212223242526
  1. A demonstration of a simple background tile scroller for the Gameboy Advance.
  2. Very oldschool. Every once in a while someone comes along and either wonders
  3. how to do it or has a problem with theirs, so I wrote this to help them out
  4. a bit, or rather, help them understand the concept. The source is commented
  5. (hopefully well enough).
  6. This was built using Wintermute's GCC toolchain for win32 environment, and
  7. that can be found here:
  8. http://www.devkit.tk/
  9. or
  10. http://homepage.ntlworld.com/wintermute2002/
  11. Yes, you should be using this, NOT outdated toolchains.
  12. It is leaner, faster, up to date and uses MingW env.
  13. Code and font by:
  14. r6502 (r6502ATphokos.com)
  15. 2004-04-02
  16. Happy Coding!