Add files

This commit is contained in:
ISSOtm
2018-10-19 00:45:50 +02:00
parent f7afa5a932
commit ad3623c9d2
30 changed files with 3399 additions and 0 deletions

7
src/res/build_date.asm Normal file
View File

@@ -0,0 +1,7 @@
SECTION "Build date", ROM0
db "Built "
BuildDate::
INCBIN "res/build.date"
db 0