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.

23 lines
294B

  1. ;----------------
  2. ; Definitions
  3. ;----------------
  4. P1F_NONE EQU $30
  5. P1F_BUTTONS EQU $10
  6. P1F_DPAD EQU $20
  7. ;----------------
  8. ; RAM Vars
  9. ;----------------
  10. SECTION "ROM Vars", ROM0
  11. SECTION "WRAM Vars", WRAM0[$C000]
  12. SECTION "HRAM Vars", HRAM
  13. hVBlankFlag: db
  14. hCurKeys: db
  15. hNewKeys: db