Load up your .rbc file, then open your ROM using the file-like button. The .rbc file isn't actually necessary, what is important is that your ROM is opened with XSE so the changes can be made. Start your script like:
Quote:
#dynamic 0x8000000
#org @start
|
And make sure all your pointers are @likethis. Then click the compile button and a pop-up should give you an address/list of addresses. Copy the @start one on to the person event in A-Map.
Your script will have been turned into hex-code, which XSE can translate between back and forth.
Hope this helps!