Music After Boss Help

Discussion in 'Discussion and Q&A Archive' started by c1owd, Mar 31, 2009.

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

    c1owd Previously 'CarrascoZX0' Member

    Joined:
    Dec 13, 2008
    Messages:
    364
    Well I have a problem... My problem is that whenever I beat a Boss after when the Boss Tune goes away my GHZ1 music comes back...


    (Using GHZ as example) Meaning... Every time I beat a boss the music that automatically plays is music81.bin and not Act 3 again how it's suppose too...


    He's an old video of S1HZX and look at what happens when I beat the boss... It plays my act 1 rather than act 3... So my question is...


    How can I make it so after I beat a boss it plays another song like music94 for example...


    Please respond soon!


    Thanks!


    -CarrascoZX0-
     
  2. Malevolence

    Malevolence Well-Known Member Member

    Joined:
    Jul 29, 2008
    Messages:
    97
    When the boss is defeated it loads the ghz 1 song in the boss's code, so you'd have to change it there.
     
  3. c1owd

    c1owd Previously 'CarrascoZX0' Member

    Joined:
    Dec 13, 2008
    Messages:
    364
    Do you have any idea where I can find the code? I see way to many boss codes...
     
  4. Selbi

    Selbi The Euphonic Mess Member

    Joined:
    Jul 20, 2008
    Messages:
    2,429
    Location:
    Northern Germany
    I don't have much Music knowledge, but this is one thing, I know. Go to loc_179E0:. You should see this:



    loc_179E0:
    clr.w $12(a0)


    move.w #$81,d0


    jsr (PlaySound).l ; play GHZ music



    If you know how to change music, I don't have to say more. However, if anyone else is having this problem, and don't know, how to do this, simply replace #$81 with the song ID of your dream. =P


    In your example (with song 94) it should look like this:



    loc_179E0:
    clr.w $12(a0) ; clear Y-velocity


    move.w #$94,d0 ; set music to $94


    jsr (PlaySound).l ; play GHZ boss defeated music



    Here is a list with this zone music reload thing for all bosses:



    Code:
    GHZ = loc_179E0
    
    MZ = loc_1856C
    
    SYZ = loc_194E0
    
    LZ = loc_18112
    
    SLZ = loc_18BB4
    
    
    
    SBZ (FZ) doesn't use this.

    Haven't tested all the labels, but I think these are the correct ones. Hope that helps! :)
     
    Last edited by a moderator: Mar 31, 2009
Thread Status:
Not open for further replies.