sprite animation testing
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
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"