Boss locations in ASM

Discussion in 'Discussion and Q&A Archive' started by shadowbeasts, Mar 28, 2009.

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

    shadowbeasts I'm Legend Member

    Joined:
    Jan 5, 2009
    Messages:
    286
    Location:
    Good 'ol USA.
    For SU (Sonic Unlimited) I'm looking for the boss location so I can edit them and change the way the boss works make it harder easyer change the objects used or added objects etc. etc. Could someone help me and tell me were these boss loctions are in ASM? I'm better at ASM then with Hex so no locations in Hex please also if in not the sonicc 1 ASM can you tell me which ASM it is in the Sonic 1 (Split and Text by Hivebrain) (ASM68K) disassembly.
     
  2. Selbi

    Selbi The Euphonic Mess Member

    Joined:
    Jul 20, 2008
    Messages:
    2,429
    Location:
    Northern Germany
    It's too easy. You can learn it by hard in about 1 minute. All you have to know is Eggman (*shortcut of zone*). It's lead you to the comment, not to the label itself, but the label is just 3 lines under this line. If you don't get it, look at this:



    Code:
    Boss Tabel:
    
    
    
    Green Hill Zone = Obj3D
    
    Marble Zone = Obj73
    
    Spring Yard Zone = Obj75
    
    Labyrinth Zone = Obj77
    
    Star Light Zone = Obj7A
    
    Scrap Brain Zone (aka. Final Zone) = Obj85

    Hope it helps ;)
     
  3. Anthall

    Anthall Active Member Member

    Joined:
    Feb 6, 2009
    Messages:
    32
    Location:
    United Kingdom
    Subroutine to move a boss - Search for this heading to find code to control the movement of the bosses


    Obj48 - Routine for the ball chain in GHZ


    Obj77 - LZ Boss


    Obj3D - GHZ Boss


    Obj75 - SYZ Boss


    Obj7A - SLZ Boss


    Obj85 - SBZ Boss


    Obj73 - MZ Boss


    Basically, run a search for "Object XX - Eggman (???)" where ??? is the 2-3 letter code for a zone and XX is the Obj number in the list above and it will bring you to the top of the main routines for the boss.
     
    Last edited by a moderator: Mar 28, 2009
  4. Selbi

    Selbi The Euphonic Mess Member

    Joined:
    Jul 20, 2008
    Messages:
    2,429
    Location:
    Northern Germany
    *looks at Anthall's post*


    *looks at my post*


    o_O??
     
  5. Anthall

    Anthall Active Member Member

    Joined:
    Feb 6, 2009
    Messages:
    32
    Location:
    United Kingdom
    You posted while I was posting, so I didn't know you were posting the locations as well. =P
     
Thread Status:
Not open for further replies.