Search found 5 matches

by Garydos
Tue Nov 19, 2019 9:55 am
Forum: Homebrew Projects
Topic: Twin Dragons - open-source platformer written in Millfork
Replies: 6
Views: 8569

Re: Twin Dragons - open-source platformer written in Millfor

So, you created a game with the same name as another one , with the same assets (I know they are free). https://www.brokestudio.fr/wp-content/uploads/2017/08/Twin-Dragons-full-11.png Maybe you should change something... :roll: Huh, I can't believe I never once googled "twin dragons nes". ...
by Garydos
Sun Nov 17, 2019 8:48 pm
Forum: Homebrew Projects
Topic: Twin Dragons - open-source platformer written in Millfork
Replies: 6
Views: 8569

Re: Twin Dragons - open-source platformer written in Millfor

That's interesting! Thanks for posting. I'm curious what the generated assembly looks like. Can you post an example? Whoops, I meant to say "assembled code" rather than assembly. The compiler itself can't generate compilable assembly, but it can export debug files for various emulators (i...
by Garydos
Sat Nov 16, 2019 1:33 pm
Forum: Homebrew Projects
Topic: Twin Dragons - open-source platformer written in Millfork
Replies: 6
Views: 8569

Twin Dragons - open-source platformer written in Millfork

Hey everyone, So I made a post in the NESDev forums a while back, and said I would make a small platformer game to test out how viable making a full NES homebrew project in Millfork would be. I've come back today to let everyone know that for the most part, it is viable! (With some caveats as well, ...
by Garydos
Mon Sep 30, 2019 8:23 pm
Forum: NESdev
Topic: Millfork - New 6502 middle-language
Replies: 4
Views: 6406

Re: Millfork - New 6502 middle-language

For me personally, and I've advised this in the past sometimes, I think for stuff like sound engines it's sometimes worthwhile to just assemble it with whatever it was written in, then include the binary into the main project. In larger games music usually given its own bank, so you end up effectiv...
by Garydos
Mon Sep 30, 2019 3:12 pm
Forum: NESdev
Topic: Millfork - New 6502 middle-language
Replies: 4
Views: 6406

Millfork - New 6502 middle-language

Hey all, so I was recently researching different options for developing NES games and found a pretty good option that I don't think many people have heard of: Millfork - https://karols.github.io/millfork/ I found this project while looking for different programming options for the 6502, since straig...