sprite animation testing
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 4 roky
před 4 roky
12345678910111213
  1. = tA's terribleAssembly =
  2. just me messing about trying to learn gameboy assembly
  3. == requisites ==
  4. built using `rgbds`, will need to be installed for makefile to compile
  5. == running ==
  6. simply run `make` in the root directory to build the ROM
  7. will appear as a `.gb` file in `./build`