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.

14 lines
319B

  1. INCLUDE "inc/hardware.inc"
  2. INCLUDE "inc/structs.asm"
  3. INCLUDE "ass/parecivo.ass"
  4. INCLUDE "ass/tiles.ass"
  5. INCLUDE "ass/map.ass"
  6. INCLUDE "src/animation.asm"
  7. INCLUDE "src/entry.asm"
  8. INCLUDE "src/header.asm"
  9. INCLUDE "src/defines.asm"
  10. INCLUDE "src/dma.asm"
  11. INCLUDE "src/util.asm"
  12. INCLUDE "src/vid.asm"
  13. INCLUDE "src/misc.asm"