Jump to content

Mountain King

Members
  • Content Count

    707
  • Joined

  • Last visited

Posts posted by Mountain King


  1. I think you just need to replace "then" with "&&". Both conditions need to happen in order for the player to speed up.

     

    if score < 100 && player1y < player0y then player1y = player1y + 1
    if score < 100 && player1y > player0y then player1y = player1y - 1
    if score < 100 && player1x < player0x then player1x = player1x + 1
    if score < 100 && player1x > player0x then player1x = player1x - 1


    if score > 100 && player1y < player0y then player1y = player1y + 2
    if score > 100 && player1y > player0y then player1y = player1y - 2
    if score > 100 && player1x < player0x then player1x = player1x + 2

    if score > 100 && player1x > player0x then player1x = player1x - 2


  2. This is the Final Version Ready for Al. :)

    Update 69 (final)

    1. Fixed a minor bug where the Gizzle Wap did not animate after beating the Invicta. He's happier now too.

    2. Game Play update. Dropping off fruit at the tree is now optional. Accumulative fruit count no longer goes down. This is to accommodate people who don't read the instruction manual. You know who you are. If you do drop off fruit at the tree your accumulative fruit count will increase by the number of fruit you have in your possession. (Caution) The Pegsi will still take your fruit so it is possible that you may be left with no fruit for the Invicta fight.

    3. Accumulative fruit count is now level based. 10+(current) Level

    4. With the left Difficulty switch set to A, you may only carry 2 Cloud fruit at a time.

    5. The tree "laughs" at you when you are defeated.

    6. Crickets can be heard in the Zazzle Clearing if you beat the game.

     

    Thank you for trying the game.

     

    P.S. FinalA Has the title screen music corrected.

    GIZZLEWAPdpc69final.bas.bin

    GIZZLEWAPdpc69finalA.bas.bin

    • Like 5

  3. Okay, I got my harmony cart working again. Thanks iesoposta for the tip, and thanks for testing the game.

    I did go through and try to optimize it and reduced some of the jitter. I'm still getting some especially with the river on the bridge scene. I think it has to do with the backround.

    Try this next revision if you don't mind. I'll send you the source code so you can take a look at it.

     

    GIZZLEWAPdpc65beta.bas.bin


  4. My Harmony has, from time to time, stopped working.

    I just had to connect it with a USB cable and re-flash the BIOS.

    Still using my original SD card since I bought the Harmony.

    I hope your Harmony problem isn't more serious!

     

    Sorry I didn't have much time to help more, but I hope my tips helped a little.

    Absolutely. I was scrounging for bytes at the end. I was down to single digit bytes in the two main banks. Your tips helped immensely.

×
×
  • Create New...