Binary ROM HackingNeed a helping hand or just want to talk about binary ROM hacks? Get comments and answers to any ROM Hacking-related problems, questions or thoughts you have here.
Hi so, whilst making this script i got an error when I tried compiling it
on line 18 aka giveitem command and the problem is occuring in MSG_OBTAIN as when I replace it with 0x1 it compiles fine, but i guess 0x1 is for item found not obtained. Any thoughts of what I might be doing wrong?
Code:
Spoiler:
#dynamic 0x800000
#org @start
lock
faceplayer
checkflag 0x202
if 0x1 goto @done
checkflag 0x4B0
if 0x1 goto @bestow
msgbox @tl 0x6
release
end
#org @tl
= [blue_fr] I want to bestow my mighty rod!\p But there is no one worthy!