Hello, I don't know if this is the correct place to post this since I'm new. In case, correct me.
I made a little script that when you interact with a pokeball, the player receives 100 rare candies:
'---------------
#org 0x71A23C
giveitem 0x44 0x100 MSG_FIND
end
But when I reopen the script, even after saving it, it returns to:
'---------------
#org 0x71A23C
Why does this happen? Any help is appreciated
I made a little script that when you interact with a pokeball, the player receives 100 rare candies:
'---------------
#org 0x71A23C
giveitem 0x44 0x100 MSG_FIND
end
But when I reopen the script, even after saving it, it returns to:
'---------------
#org 0x71A23C
Why does this happen? Any help is appreciated