Super Sonic Error

Discussion in 'Discussion and Q&A Archive' started by Hanoch, Aug 3, 2008.

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

    Hanoch Well-Known Member Member

    Joined:
    Aug 3, 2008
    Messages:
    312
    Location:
    Israel
    i pasted super sonic codes from sonic 2 xenowhirl disassembly to sonic 1 hivebrain 2005 disassembly (including adding the palette codes and changing the addresses) and i got this error:

    can u tell me how to fix this?
     
  2. Sephiroth

    Sephiroth WHY SO CURIOUS?!? Member

    Joined:
    Aug 11, 2007
    Messages:
    507
    Location:
    Qatar, M.E.
    Firstly, please read the rules on spelling, grammar, etc.


    Secondly, here is my take on what you need:


    First Error: You can't put ,$2A there, is what it is telling you.


    Second, Third, and Fourth Errors: You have to rename the files so they do not have any spaces.


    Example:



    Code:
    incbin folder/filename.bin
    
    This would work.
    
    
    
    incbin folder/file name.bin
    
    This would try to look for folder/file, rather than folder/file name.bin
    Branch Offsets out of Range errors: Change bne.s or beq.s to beq.w or bne.w, and if that doesn't work, use beq.l and bne.l


    For the expected an expression errors, could you please post the code that you used? It would help us to help you to help us to help you.


    EDIT: Also, if you want to port something, then copy/paste isn't really the best way to go. =P
     
    Last edited by a moderator: Aug 3, 2008
  3. Hanoch

    Hanoch Well-Known Member Member

    Joined:
    Aug 3, 2008
    Messages:
    312
    Location:
    Israel
    It still does not build. ok I think I will add super sonic later, its really hard to do everything at once.
     
  4. Sephiroth

    Sephiroth WHY SO CURIOUS?!? Member

    Joined:
    Aug 11, 2007
    Messages:
    507
    Location:
    Qatar, M.E.
    Well if you post your problem that you are having now, then we can help you. This place has the best of the best hackers out there. I'm sure if you are a nice person they will be happy to help.
     
  5. Hanoch

    Hanoch Well-Known Member Member

    Joined:
    Aug 3, 2008
    Messages:
    312
    Location:
    Israel
    I added super sonic! but the hud disapears and i can still get the invincibility monitor.


    Oh and sorry for the bump.
     
    Last edited by a moderator: Sep 30, 2008
Thread Status:
Not open for further replies.