View Single Post
  #269  
Unread September 27th, 2012, 11:19 PM
Jambo51's Avatar
Jambo51
Thinking about quitting...
 
Join Date: Jun 2009
Location: Livingston, Scotland
Gender: Male
Nature: Quiet
I didn't think this warranted a thread of its own, and I couldn't think of anywhere better to put it, but this is how to enable a different fanfare for the Key Items in Emerald (As standard, it uses the same fanfare as normal items, which is a bit boring).

Firstly, Compile and Insert this script somewhere in your ROM, anywhere will do:

Code:
#dynamic 0xF00000

#org @main
fanfare 0x212
return
Obviously, you can swap out the track it plays for any other fanfare in the Emerald ROM, but this one happens to suit it rather well.

Note down this pointer, and the navigate to 0x271B60 and change the pointer to point to your new script. Voila! Job done.
__________________


Guys, please don't send me question which belong in the Simple Questions or Scripting Help threads. I don't mind the occasional question about ASM or something, though. And definitely don't send me PMs or VMs asking for help with your hack or requesting custom ASM. I will not answer.
Reply With Quote