2018-11-13 12:47:52 -07:00
|
|
|
|
|
|
|
# Rust GBA Tutorials
|
|
|
|
|
|
|
|
* [Introduction](introduction.md)
|
2018-11-14 19:53:21 -07:00
|
|
|
* [Ch 0: Development Setup](ch00/index.md)
|
|
|
|
* [Ch 1: Hello GBA](ch01/index.md)
|
|
|
|
* [hello1](ch01/hello1.md)
|
2018-11-17 17:14:42 -07:00
|
|
|
* [Volatile](ch01/volatile.md)
|
2018-11-14 19:53:21 -07:00
|
|
|
* [IO Registers](ch01/io_registers.md)
|
|
|
|
* [The Display Control Register](ch01/the_display_control_register.md)
|
|
|
|
* [Video Memory Intro](ch01/video_memory_intro.md)
|
|
|
|
* [hello2](ch01/hello2.md)
|
|
|
|
* [Ch 2: User Input](ch02/index.md)
|
|
|
|
* [The Key Input Register](ch02/the_key_input_register.md)
|
|
|
|
* [The VCount Register](ch02/the_vcount_register.md)
|
|
|
|
* [light_cycle](ch02/light_cycle.md)
|
|
|
|
* [Ch 3: Memory and Objects](ch03/index.md)
|
2018-11-20 02:57:43 -07:00
|
|
|
* [GBA Memory Mapping](ch03/gba_memory_mapping.md)
|
|
|
|
* [Tile Data](ch03/tile_data.md)
|
|
|
|
* [Regular Backgrounds](ch03/regular_backgrounds.md)
|
2018-11-18 02:01:05 -07:00
|
|
|
* [Object Basics](ch03/object_basics.md)
|
|
|
|
* [GBA RNG](ch03/gba_rng.md)
|
|
|
|
* [memory_game](ch03/memory_game.md)
|