don't click here

Please don't fight ;_;

Discussion in 'General Sonic Discussion' started by LOst, Dec 7, 2003.

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

    LOst

    Tech Member
    4,891
    8
    18
    I'm at the third episode in Sonic Battle right now, and I haven't fought once.


    Tools->Memory Viewer->IRAM

    KO. BATTLE
    First player KO: 3001647
    Second player KO: 3001648
    Third player KO: 3001649
    Fourth player KO: 300164A

    If you need 10 KO's, just set the desired player's KO to "0A". If you need 5 KO's, just set the desired player's KO to "05". You will get "Game Set" immediately.

    SURVIVAL
    First player KO: 3001653
    Second player KO: 3001654
    Third player KO: 3001655
    Fourth player KO: 3001656

    If you are at 10 KO's, just set the desired player's KO to "0A". If you are at 5 KO's, just set the desired player's KO to "05". You will get "Game Set" immediately.

    Well, I don't know any more battle modes right now. If you know any, send me an Save State and I will look into it.
     
  2. LOst

    LOst

    Tech Member
    4,891
    8
    18
    SURVIVAL Gray Emerl opponent(s)
    Set these variables first:
    Opponent 1: 300163A to "02"
    Opponent 2: 300163B to "02"

    Third player type: 3001636
    Fourth player type: 3001637

    "00" Gray Emerl opponent based of Sonic's fighting skill
    "01" Gray Emerl opponent based of Tails' fighting skill
    "04" Gray Emerl opponent based of Rouge's fighting skill

    SURVIVAL opponent(s)
    Set these variables first:
    Opponent 1: 300163A to "00"
    Opponent 2: 300163B to "00"

    Third player type: 3001636
    Fourth player type: 3001637

    "00" Sonic
    "01" Tails
    "02" Knuckles
    "04" Rouge
    "05" Amy
    "06" Cream
    "07" E-102
    "08" Chaos
    "0A" Emerl
    "0C" Gray Emerl
    "11" Guard Robot
    ?? Eggman <-- Find please!

    Your opponent(s) AI
    Opponent 1 or your friend: 300163D
    Opponent 2 or your friend: 300163E
    Opponent 3 or your friend: 300163F

    "01" Fight as normal
    "05" Fight like in the challange mode
    "00" Turn of the AI :D



    You can move this thread to the hacking forum
     
  3. SupperTails66

    SupperTails66

    Tech Member
    1,109
    7
    18
    I think that Eggman's value is 13, but I'm not sure.
     
  4. LOst

    LOst

    Tech Member
    4,891
    8
    18
    Thank you. 13 was correct
     
  5. Bleeding Cut

    Bleeding Cut

    Dr. Knuckles Member
    Wow. Cheat codes already! :o
     
  6. wow your pretty good LoSt
     
  7. XFox Prower

    XFox Prower

    Member
    1,196
    0
    0
    x86 Assembly, Tails Search Assistant
    I noticed timed intervals becoming most popular in games. For example, it checking every 1 second or so to see if someone has 10 KOs. But wouldn't it be more logical (and save on loading time) if it checked by some event like when someone is KOed?

    event.ko=KO_check();
    KO_check()
    {
    if(KO[0]==10||KO[1]==10||KO[2]==10||KO[3]==10)
    {
    if(KO[0]==10)
    {
    win() // player wins
    }
    else
    {
    lose() // player loses
    }
    }
    }

    That's just how my mind works. I don't know the full potential or limitations to the GBA and other game systems.
    Code (Text):
    1.  
     
  8. Bleeding Cut

    Bleeding Cut

    Dr. Knuckles Member
    Of course he is! :P
     
  9. LOst

    LOst

    Tech Member
    4,891
    8
    18
     
  10. LOst

    LOst

    Tech Member
    4,891
    8
    18
    Well, those new games are easy to hack
     
  11. XFox Prower

    XFox Prower

    Member
    1,196
    0
    0
    x86 Assembly, Tails Search Assistant
    Actually, I don't know C++. Well, I do a little bit (I wish I knew some windows programming though). However I'm really heavy with java script. I guess they are similar. I guess all things are similar in syntax with the names of commands separating them. Maybe even GBA programming before it's compiled... ;)

    edit: I did not put a space between java and script. :wtf:. :shocked:
     
  12. LOst

    LOst

    Tech Member
    4,891
    8
    18
    Well, I wrote a Windows XP version for the Game Boy Advance in C++:

    EDIT: *Removed Windows source code because of Microsoft*
     
  13. XFox Prower

    XFox Prower

    Member
    1,196
    0
    0
    x86 Assembly, Tails Search Assistant
    So you're saying you wrote a Windows program in C++? What compiler are you using? I use DevC++. In XP, it has Windows 98 style close maximize, etc button, title bar, scrollbars, etc. It's like they made fake buttons to work with. But Windows programs from 95 show up with XP style scrollbars and other things so ther must be a standard way of making those things. I don't know if it's a limitation with this compiler, or with this language, or what, but I really want to learn how to make program.

    Or I could just use cin << 8047 times asking how many lives, continues, what stage, etc for my S3K save file editor but it would take hours to make and hours for someone to live through the entire thing.
     
  14. LOst

    LOst

    Tech Member
    4,891
    8
    18
    No I wrote the whole operating system. And I'm using GCC
     
  15. XFox Prower

    XFox Prower

    Member
    1,196
    0
    0
    x86 Assembly, Tails Search Assistant
    Ok, just wasn't sure if the limitation of all that magic was compiler related or not. I can't try out GCC since I don't have a compiler to build a compiler (chicken and egg forever closed loop), a battle I'll never win.I'm not even sure if it's a windows program or linux program. So far this is the hardest step. Because I practically know the syntax that it will use, just don't know what supports it. For all I know each compiler may use a different language and all call it c++ but I"m hoping the language is not compiler specific and is more standardized than that (despite nearly all tutorials revolving around a single compiler).
     
  16. Icy Guy

    Icy Guy

    Hedgehog. Sonic the Hedgehog. Member
    776
    0
    0
    California
    GoldenEye 007 level hack
    I'm glad to see that someone else has taken an interest in hacking codes for this games, too. Nice codes, LOst. ;)
     
  17. LOst

    LOst

    Tech Member
    4,891
    8
    18
    I think the same :)
     
Thread Status:
Not open for further replies.