flash · 395147
Found an interesting inverview with the original author of Manic Miner
lol ... ... I'm currently learning ARM asm, it's very different from the asm I'm (was) used to (x86) back in the days Btw I think I'll use asm only as a last resort when it's really necessary to squeeze up to the last CPU cycle (for example IF I'll ever code a software audio mixing routines... which probably I won't do...)
Holy crap! We oughta call this dude, he's...one of us! Now..back to the movie.
ARM asm is a beautiful language and pretty easy to code in if you have knowledge of 6502.. It is very similar. The main differences are the loss of the INC instruction, and that addition of tons of multifunction registers.
[...]and we uses BG's dilligently to enable sprites and effects to be split horizontally.
Sverx, good luck with learning ARM. Even if you never use it (as HK will testify) there are a lot of benefits to knowing how code is constructed at core level that could even help with speed intensive C code.
Sorry, I don't get what you mean with that sentence
Well, we use backgrounds as masks to cover up parts that we don't want affected. ie. the rain is behind bg0 and bg1 (the status at the top)
The lightning is a blend on bg2, bg3, and sprites (sub). We leave bg0 and 1 alone as this saves us having to use interupts to horizontally seperate the top status from the play areas.
cmp r0,#0 subne r0,#1 str r0,[r1] ldr r2,=SUB_BLEND_Y str r0,[r2] ldr r0, =SUB_BLEND_CR ldr r1, =(BLEND_FADE_WHITE | BLEND_SRC_BG2 | BLEND_SRC_BG3 | BLEND_SRC_SPRITE) strh r1, [r0]
What I was trying to illustrate was that we just used the remaining bg's to mask the effect where needed.
Did Horace in the Mystic Woods have music? I diddent notice it before now about the ghosts.
Holy crap! We oughta call this dude, he's...one of us!
I totally agree I love what he says at the end... "Everything comes around and goes around. 5 years after I did it I was a washout. 10 years after I did it I was history. But coming up to 20 years now and I'm a legend." And then pulls a crazy face. LOL What a classic!BTW I did see the Horace level, that's really cool. Makes me wonder if Flash is thinking of remaking a Horace game for the DS now?
Bach, Toccata and Fugue in D minor, organ, that should do .
dont do for many movies, or it became to much of scope of MM? One or two is fine.I think it Detective time now. Doing the ingame tune (as a another subtune).