aboutsummaryrefslogtreecommitdiffstats
path: root/main.s
Commit message (Collapse)AuthorAgeFilesLines
* better structure for the game codeHEADmasterJesse Luehrs2014-10-061-2/+27
| | | | | | shouldn't do everything in the NMI interrupt - only drawing should happen there in order to make sure that gets done during vblank, everything else should happen in the main loop
* move this subroutine downJesse Luehrs2014-10-061-5/+5
|
* don't need thisJesse Luehrs2014-10-061-20/+0
|
* correct a commentJesse Luehrs2014-10-061-3/+1
|
* initial commitJesse Luehrs2014-10-061-0/+163