Play Sound Effect

From Final Fantasy Hacktics Wiki
Revision as of 03:57, 18 March 2018 by Glain (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
#   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