Jump to content
  • entries
    657
  • comments
    2,692
  • views
    898,493

The Story of Stay Frosty 2, Part 14


SpiceWare

1,198 views

batari and I spent some more time investigating crash problems, we thought it was due to the C stack colliding with variable RAM but it wasn't. I figured out that changing the order of code would often fix the crash, though it wasn't clear to any of us why that should solve the problem.

 

Had a discussion on a health meter for the boss. I shot that down, preferring a visual/audio indication of denoting damage to the boss. I suggested flashing the screen, Nathan came back with:

 

 

 

How about when you hit it, it drops in brightness to dark orange, but "recovers" back up to bright orange? (But faster than the GIF shows.)

frosty2-boss-colors-1.gif

 

Or... what if we start it off a different color, so as you're hitting it, it changes color? Maybe every four hits? Blue, cyan, green, yellow, orange. Then it breaks apart on the fifth orange hit (20th hit overall). Each hit the fireball would dim and recover.

frosty2-boss-colors-2.gif

 

(So chemically, he'd be copper chloride, copper sulfate, borax, sodium chloride, and uh... orange. icon_wink.gif )

We went with the different colors. We also decided that instant-death for touching the giant fireball was not a good idea.

 

 

 

Tracked down and fixed a number of bugs, such as scrambled graphics on the menu:

 

 

scrambled snowman



blogentry-3056-0-82865400-1425232292.jpg

Nathan came up with the idea for the rescue characters

Is there any room to add another sprite for a character for Frosty to rescue? After extinguishing the last fireball, something we could add to the "congratulations" page? Just a frame or two (enough to have them jump up and down) would be great.

 

Santa?

 

Holly?

 

Ms. Frosty?

 

Aprés Ski Barbie?

 

Carl Yastrzemski?

 

...

 

Shoot... just realized we need an AT-AT in the game. icon_ponder.gif

Though I didn't think we had space to do them as I was running out of room in Display Data bank. Then cd-w spotting something that saved 352 bytes of ROM

I'm using the standard C memcpy() function to copy the image. Wonder if somehow the "size" became negative, and it interpreted that as a "copy backwards" instead of "copy forwards"...

You could try using a copy loop instead of memcpy. I found that those C library functions took up a lot of space in the code, so I removed most of them from the harmony driver.

 

Chris

 

I revised the horizon routines to support hills, caves, and additional celestial objects: moon, cloud, evil eyes and nimrod1.

 

Implemented the melt trail logic. It wasn't as fancy as in SF1, but with the space we had at the time it was deemed good enough.

 

Updated graphics:

  • beat boss message
  • celestial objects
  • exit arrow
  • level (menu)
  • snowman graphics (not all yet in place)
  • start (menu)

Only half the snowman graphics were updated as there were some issues that needed clarification. To help see the graphics, I added a snowman slo-mo feature that is enabled by setting Right-Difficulty to B,

 

At this time 16 levels were considered done, so we'd reached the halfway point:

 

 

 

level matrix



blogentry-3056-0-92383700-1425232307_thumb.png

ROMs

sf2 20101208_NTSC.bin

sf2 20101208_PAL.bin

 

Source

SF2_20101208.zip

 

NOTE: While the ROMs work on the Harmony, they do not work in Stella.

 

1 I don't recall the exact definition, but it's something along the lines of Non-Infringing Mobile Robotic Assault Droid.

 

Blog entry covers December 5 - 8, 2010

1 Comment


Recommended Comments

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...