don't click here

soniNeko, my hack of Sonic 1

Discussion in 'Engineering & Reverse Engineering' started by nineko, Jan 29, 2008.

Thread Status:
Not open for further replies.
  1. amphobius

    amphobius

    doing more important things with my life Member
    2,120
    0
    16
    life
    I've said it before, and I'll say it again: favourite songs are BBBB and Dam Dariam, because they suit the zone they are played on. And the act finish song, I've got attracted to that. :P
     
  2. Overlord

    Overlord

    Now playable in Smash Bros Ultimate Moderator
    19,234
    969
    93
    Long-term happiness
    Uh, call me an uneducated ASM programmer, but shoudln't that be as simple as (in pseucocode):
    Code (Text):
    1. if (panicMode == 1) {
    2.    panicModeDisplayText == "ON";
    3. }
    4. else {
    5.    panicModeDisplayText == "OFF";
    6. }
     
  3. nineko

    nineko

    I am the Holy Cat Tech Member
    6,308
    486
    63
    italy
    Short answer: no.
     
  4. Actually, if you combine pseudocode and ASM, it's more like:
    Code (ASM):
    1.     lea    ($C00000).l,a6
    2.     move.l    #$65300003,4(a6)
    3. if (panicMode == 1) {
    4.     move.l    #$C69FC69E,(a6)
    5.     move.w    #0,(a6)
    6. } else {
    7.     move.l    #$C69FC696,(a6)
    8.     move.w    #$C696,(a6)
    9. }
     
  5. I swear that, either there is some sort of a trick or a hidden time monitor, or it's impossible to beat the boss of Dire Docks 3 if your time limit is 0:59. I know I suck, but I cannot suck THAT hard, can I? :thumbsup:
    The minimum I could do is 1:13 and that's with savestates. :argh: Stumped beyond belief...
     
  6. nineko

    nineko

    I am the Holy Cat Tech Member
    6,308
    486
    63
    italy
    Yes you suck that hard. It is really, really hard to beat that boss in 0:59, but I could do that more than once.
     
  7. Ah, well, I think I'm just going to skip this level then and use level select.

    P.S. It's cruel, even the Inferno Zone with it's SLOW parts was easier, dammit!
     
  8. NemUK

    NemUK

    Probably lurkin'. Member
    Nice. I really like it. The palette of the first zone reminds me of what I failed to recreate in my first attempt at a hack. You nailed it though :argh:.

    Like the choice of songs too. Good Hack :thumbsup:.
     
  9. Elratauru

    Elratauru

    Little Shiny Emurralds Member
    omg xD... Love 16 bits music conversions xD... Neko I love u xD

    OMG...moonlight shadow...Da best song in the world...
     
  10. nineko

    nineko

    I am the Holy Cat Tech Member
    6,308
    486
    63
    italy
    That particular one is a play on words, think about that: MOONlight SHADOW plays in STARlight zone for SONIC

    hahaha get it

    haha

    Ok I shut up
     
  11. NemUK

    NemUK

    Probably lurkin'. Member
    That was made of epic win tbh.
     
  12. Jeiku

    Jeiku

    Member
    190
    2
    18
    I really liked your overall choice of music for this hack; there were a few I thought were weak (invincibility, some of the boss themes), but they aren't much of a big deal. Among the ones I found especially fitting were the Super Mario 64 themes, Metallic Madness "P" Mix, and the PC version of Ice Cap Zone Act 2. Also the fact that you've managed to squeeze one Banjo song in here is awesome alone.

    The color palettes are fine (Ice Hill Zone being my favorite, since snow levels are usually lovely), but the only one I don't really like is the blue-and-orange combination on The Factory Zone Act 1; for some reason, the orange draws my attention to it way too much. If it was a brighter shade similar to that found in Act 3, I think it would be a bit more pleasing to the eyes. Oddly enough, I don't really have a problem with Act 2's palette, but that might be because I'm biased towards green.

    Overall though, I really enjoyed playing through this.
     
  13. This is an excellent hack! You should show that B+START will give you the options screen though. I only knew how to access it because of this thread.

    The music is brilliantly chosen, the Flintstones theme tune was well imported and as were all the Mario ones. In fact, that is an excellent playlist as a whole. Well done!

    The level layout is definitely more challenging than the original Sonic layout and the design of each level is great with the good choice of colours.

    So far, I'd give it a rating of 9.5/10.0
     
  14. nineko

    nineko

    I am the Holy Cat Tech Member
    6,308
    486
    63
    italy
    I've yet to record a video for soniNeko 1.1, you know I tend to procrastinate a lot, I'm a lazy guy.

    Also, try C+start as well :)

    And thanks for the feedback :)
     
  15. nineko

    nineko

    I am the Holy Cat Tech Member
    6,308
    486
    63
    italy
    Sorry for the double post, but I felt that this video was due: http://www.youtube.com/watch?v=xTZv4hDKWaY

    Also, shame on Youtube for screwing up the volume.
     
  16. Sik

    Sik

    Sik is pronounced as "seek", not as "sick". Tech Member
    6,718
    1
    0
    being an asshole =P
    Man, I almost thought you weren't going to make it to the end x_X
     
  17. Overlord

    Overlord

    Now playable in Smash Bros Ultimate Moderator
    19,234
    969
    93
    Long-term happiness
    Shit, that is the DEFINITION of cutting it close. =P
     
  18. SephyUK

    SephyUK

    WHY SO CURIOUS? Member
    597
    0
    0
    Qatar
    Some Freakishly Long Anime
    Firstly, I read this, and probably a few other people including nineko, and thought I should post it here.
    Secondly, nice work on that 0:59 timing. It looked really close at the end.
     
  19. STE

    STE

    Member
    221
    0
    16
    Pardon me for asking, but where did you find that? =P
     
  20. http://forums.sonicresearch.org/index.php?showtopic=580
     
Thread Status:
Not open for further replies.