mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Dust off the makefile and prepare to build Yellow.
This commit is contained in:
parent
da0a72cdbf
commit
0e12eafe66
14 changed files with 65 additions and 61 deletions
2
red/audio.asm
Normal file
2
red/audio.asm
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
INCLUDE "red.asm"
|
||||
INCLUDE "audio.asm"
|
||||
2
red/main.asm
Normal file
2
red/main.asm
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
INCLUDE "red.asm"
|
||||
INCLUDE "main.asm"
|
||||
2
red/text.asm
Normal file
2
red/text.asm
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
INCLUDE "red.asm"
|
||||
INCLUDE "text.asm"
|
||||
2
red/wram.asm
Normal file
2
red/wram.asm
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
INCLUDE "red.asm"
|
||||
INCLUDE "wram.asm"
|
||||
Loading…
Add table
Add a link
Reference in a new issue