Initial setup for engine
authorLukas Krickl <lukas@krickl.dev>
Tue, 1 Oct 2024 08:05:20 +0000 (10:05 +0200)
committerLukas Krickl <lukas@krickl.dev>
Tue, 1 Oct 2024 08:05:20 +0000 (10:05 +0200)
commitf923f9fecb58b7e8f45c0d14203ddbc01cd8749f
tree3e14984800465f45a48f49fb03cb944838a5a709
parente05f077f42b25f539ba14ce7ea6d3b336857a989
Initial setup for engine
src/jmp.inc
src/macros.inc
src/main.s
src/mem.s
src/oam.s [new file with mode: 0644]
src/strings.s [new file with mode: 0644]
src/sys.s [new file with mode: 0644]
src/video.s
src/wram.s [new file with mode: 0644]