summaryrefslogtreecommitdiff
path: root/engine/init.asm
AgeCommit message (Collapse)Author
2013-09-07move common asm from engine/ to common/yenatch
engine/ was getting really bloated and common asm wasnt what it was made for
2013-08-29fix Stack's address ($c100 -> $c0ff)yenatch
using negative ds
2013-08-20split out program inityenatch