Page 2 of 2

Posted: Tue Jun 25, 2013 3:41 pm
by matt
@TascoDLX interesting that the bonus for Rounds 43 thru 50 differs so drastically compared to the arcade version (twice the points, but less than half the time given)

Posted: Tue Jun 25, 2013 11:46 pm
by TascoDLX
Yeah it's really just using different table values. You only need to change a couple values to make it behave exactly like the arcade version in that respect. I guess it's a little awkward either way because of the loop around.

Anyway, good luck on your high score attempts! Flicky is quite a challenge, to say the least.

Posted: Wed Jun 26, 2013 11:44 am
by matt
Thanks so much!

Posted: Thu Jun 27, 2013 7:27 am
by matt
TascoDLX wrote:Yeah it's really just using different table values. You only need to change a couple values to make it behave exactly like the arcade version in that respect.
Hi again,

I was thinking, and I think it would be great to patch the MegaDrive game to play like the arcade version? This would be as follows:

- bonus score lookup table correction (easy)
- diamond appearance behaviour (tricky)
- chick placement on level 38 - they are one tile too high (easy)
- skip end credits, levels wrap same as currently

What do you guys think?

Posted: Thu Jun 27, 2013 10:51 pm
by TascoDLX
Should be simple enough to do. You'd have to figure out where the level data is stored in order to relocate those chicks, but the rest of it seems pretty trivial at this point.