CODE |
ec1 bg_0: ld hl,plotsscreen ld de,12 ld b,64 bg_loop_1: rlc (hl) add hl,de djnz bg_loop_1 ld hl,plotsscreen+7 ld de,11 ld b,64 bg_loop_2: rrc (hl) inc hl rrc (hl) add hl,de djnz bg_loop_2 ret c2 |
CODE | ||||
ec1
Post by: Jon on February 07, 2007, 06:32:00 pm I've added your first entry (it's brilliant :/ ![]() ![]() @Super_Speler: It depends on how specific your idea is, and whether or not I will be able to apply it to ASM, but yes, if you come up with the idea, even if not in ASM, you will still get credit for it. Post this idea of yours ASAP!!! :thumbup: ![]() Post by: Fallen Ghost on February 08, 2007, 12:37:00 am The second needs to be debugged so I'll do that. Post by: Fallen Ghost on February 08, 2007, 02:20:00 pm c1-->
ec2
This should work better, it is tested, and doesn't use SMC nor any buffer, like specified in the rules. Maybe an idea for you instead of making 25 routines, just make ~15 backgrounds and a few routines... Post by: Jon on February 25, 2007, 05:34:00 pm ![]() Post by: trevmeister66 on February 25, 2007, 06:53:00 pm ![]() Post by: Jon on February 25, 2007, 07:37:00 pm ![]() Post by: Fallen Ghost on February 26, 2007, 01:01:00 am Jon would be asked to respond in his thread when a code is posted, othwerwise we think we work for nothing. Post by: CureDesu on February 26, 2007, 01:16:00 am Left Sprial: (even less original <_< ![]() c1-->
|