- 3
- Posts
- 8
- Years
- Seen Oct 5, 2017
Hey, all!
I've tried making a few scripts, and for some reason none of them worked. Eventually i noticed the pattern that all the decompiled scripts had an extra digit on their pointers inside the scripts
here's an example of one i used to test this:
#dynamic 0x800000
#org @start
msgbox @1 0x6
end
#org @1
= This is a test........... \n Done!
For some reason, this crashed the rom.
When i decompiled the script, I got this:
I got a feeling that it's XSE doing it, but I really don't have a clue.
Anyone able to shed some light on my situation?
I've tried making a few scripts, and for some reason none of them worked. Eventually i noticed the pattern that all the decompiled scripts had an extra digit on their pointers inside the scripts
here's an example of one i used to test this:
Spoiler:
#dynamic 0x800000
#org @start
msgbox @1 0x6
end
#org @1
= This is a test........... \n Done!
For some reason, this crashed the rom.
When i decompiled the script, I got this:
Spoiler:
'---------------
#org 0xC18FA5
msgbox 0x8E3D058 MSG_NORMAL '"This is a test........... \n Done!"
end
'---------
' Strings
'---------
#org 0xE3D058
= This is a test........... \n Done!
#org 0xC18FA5
msgbox 0x8E3D058 MSG_NORMAL '"This is a test........... \n Done!"
end
'---------
' Strings
'---------
#org 0xE3D058
= This is a test........... \n Done!
I got a feeling that it's XSE doing it, but I really don't have a clue.
Anyone able to shed some light on my situation?