Difference between revisions of "Play Sound Effect"
Jump to navigation
Jump to search
(Created page with " # ROUTINE: PLAY SOUND EFFECT # Plays a sound effect. # Parameters: # r4 = SoundEffectID (17 = Zoom Out, 14 = Zoom In) 80043ff8: 27bdffe8 addiu r29,r...") |
|||
Line 6: | Line 6: | ||
80043ff8: 27bdffe8 addiu r29,r29,-0x0018 | 80043ff8: 27bdffe8 addiu r29,r29,-0x0018 | ||
80043ffc: afbf0010 sw r31,0x0010(r29) | 80043ffc: afbf0010 sw r31,0x0010(r29) | ||
− | 80044000: 0c004946 jal 0x80012518 # [[Play Sound Effect ( | + | 80044000: 0c004946 jal 0x80012518 # [[Play Sound Effect (Inner Routine)]] (SoundEffectID); |
80044004: 00000000 nop | 80044004: 00000000 nop | ||
80044008: 8fbf0010 lw r31,0x0010(r29) | 80044008: 8fbf0010 lw r31,0x0010(r29) |
Latest revision as of 03:57, 18 March 2018
# ROUTINE: PLAY SOUND EFFECT # Plays a sound effect. # Parameters: # r4 = SoundEffectID (17 = Zoom Out, 14 = Zoom In) 80043ff8: 27bdffe8 addiu r29,r29,-0x0018 80043ffc: afbf0010 sw r31,0x0010(r29) 80044000: 0c004946 jal 0x80012518 # Play Sound Effect (Inner Routine) (SoundEffectID); 80044004: 00000000 nop 80044008: 8fbf0010 lw r31,0x0010(r29) 8004400c: 27bd0018 addiu r29,r29,0x0018 80044010: 03e00008 jr r31 80044014: 00000000 nop