testingAnimation/src/main.asm

14 lines
319 B
NASM
Raw Normal View History

2020-05-08 19:40:26 -04:00
INCLUDE "inc/hardware.inc"
2020-05-24 01:54:13 -04:00
INCLUDE "inc/structs.asm"
2020-05-08 19:40:26 -04:00
INCLUDE "ass/parecivo.ass"
INCLUDE "ass/tiles.ass"
INCLUDE "ass/map.ass"
2020-05-24 01:54:13 -04:00
INCLUDE "src/animation.asm"
2020-05-08 19:40:26 -04:00
INCLUDE "src/entry.asm"
INCLUDE "src/header.asm"
INCLUDE "src/defines.asm"
INCLUDE "src/dma.asm"
INCLUDE "src/util.asm"
INCLUDE "src/vid.asm"
INCLUDE "src/misc.asm"