sprite animation testing
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 287B

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`