sprite animation testing
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
148B

  1. ;-----------------
  2. ; Gameboy Header
  3. ;-----------------
  4. SECTION "Entry", ROM0[$100]
  5. di
  6. jp Start;
  7. ; Reserve space for header
  8. ds $150 - @, 0