Build Errors when adding stuff

Discussion in 'Discussion and Q&A Archive' started by TheRetroGuy, Sep 13, 2012.

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

    TheRetroGuy Newcomer In Limbo

    Joined:
    Aug 18, 2012
    Messages:
    20
    No but then I changed the move.l #$75400003,d0 to move.l #$75C00003,d0 in my sonic1.asm and for the mappings I changed



    Code:
    [FONT=arial]dc.b $90, 5, $80, $E0, $50[/FONT]

    to:


    Code:
    [FONT=arial]dc.b $90, 5, $80, $E4, $50[/FONT][FONT=arial]
    [/FONT][/CODE] and it worked flawlessly.[/FONT]





    [​IMG]
     
    Last edited by a moderator: Sep 15, 2012
  2. TheRetroGuy

    TheRetroGuy Newcomer In Limbo

    Joined:
    Aug 18, 2012
    Messages:
    20
    I just came across another problem today when I added a Sonic Team splash screen to my hack. It gives me build errors. My sonic1.asm is here: sonic1.zip


    What should I change the offending branches to so that I won't get build errors.
     

    Attached Files:

    Last edited by a moderator: Sep 18, 2012
  3. Crash

    Crash Well-Known Member Member

    Joined:
    Jul 15, 2010
    Messages:
    302
    Location:
    Australia
    There is literally no way anyone can help you using the file you've given us, nobody else can assemble your hack with just the sonic1.asm file!


    Instead of asking for help every time an error crops up, read this thread:


    http://sonicresearch...p?showtopic=857


    It's extremely simple stuff really, you should be able to fix this sort of thing yourself!
     
  4. TheRetroGuy

    TheRetroGuy Newcomer In Limbo

    Joined:
    Aug 18, 2012
    Messages:
    20
    These are the errors I'm getting here but I don't see anything on the page you posted about these errors.


    C:USERSSTERLDOWNLOADSCENTISECONDS IN SONIC 1SOURCE CODESONIC1.ASM(3364) : Error : Missing closing bracket in expression


    move.l #$94000000+(((2&gt


    C:USERSSTERLDOWNLOADSCENTISECONDS IN SONIC 1SOURCE CODESONIC1.ASM(3364) : Error : Missing closing bracket in expression


    move.l #$96000000+(((1&gt


    C:USERSSTERLDOWNLOADSCENTISECONDS IN SONIC 1SOURCE CODESONIC1.ASM(3364) : Error : Missing closing bracket in expression


    move.w #$9700+((((1&gt


    C:USERSSTERLDOWNLOADSCENTISECONDS IN SONIC 1SOURCE CODESONIC1.ASM(3364) : Error : Missing closing bracket in expression


    move.w #$4000+(3&amp


    C:USERSSTERLDOWNLOADSCENTISECONDS IN SONIC 1SOURCE CODESONIC1.ASM(3364) : Error : Missing closing bracket in expression


    move.w #$80+((3&amp


    C:USERSSTERLDOWNLOADSCENTISECONDS IN SONIC 1SOURCE CODESONIC1.ASM(3365) : Error : Missing closing bracket in expression


    move.l #$94000000+(((2&gt


    C:USERSSTERLDOWNLOADSCENTISECONDS IN SONIC 1SOURCE CODESONIC1.ASM(3365) : Error : Missing closing bracket in expression


    move.l #$96000000+(((1&gt


    C:USERSSTERLDOWNLOADSCENTISECONDS IN SONIC 1SOURCE CODESONIC1.ASM(3365) : Error : Missing closing bracket in expression


    move.w #$9700+((((1&gt


    C:USERSSTERLDOWNLOADSCENTISECONDS IN SONIC 1SOURCE CODESONIC1.ASM(3365) : Error : Missing closing bracket in expression


    move.w #$c000+(3&amp


    C:USERSSTERLDOWNLOADSCENTISECONDS IN SONIC 1SOURCE CODESONIC1.ASM(3365) : Error : Missing closing bracket in expression


    move.w #$80+((3&amp


    Errors during pass 1 - pass 2 aborted


    Assembly completed.


    10 error(s) from 50920 lines in 0.28 seconds


    Lightning's ROM Padder


    Reported Size: 0 Reported Checksum: 0


    Size applied: 7F Checksum Applied: 0
     
    Last edited by a moderator: Sep 18, 2012
  5. SpirituInsanum

    SpirituInsanum Well-Known Member Member

    Joined:
    Feb 11, 2010
    Messages:
    642
Thread Status:
Not open for further replies.