destinedjagold
Oh Hai Thar.
- 8,594
- Posts
- 17
- Years
- Stinky/Old/Fart
- On your ceiling...
- Seen Apr 17, 2025
must have been with your script... may we see it?
#org $begin
lock
faceplayer
checkflag 0x200
if b_true goto $alreadygot
message $oran
$oran 1 = Hey, do you like ORAN BERRIES?
boxset 5
compare LASTRESULT 1
if 1 goto $yes
message $no
$no 1 = Oh alright, I can just \nkeep them then.
boxset 6
release
end
#org $yes
lock
faceplayer
message $ty
$ty 1 = Here you go! \pHave an ORAN BERRY!
boxset 6
giveitem 0x8B 0x1
setflag 0x200
release
end
#org $alreadygot
lock
faceplayer
message $berries
$berries 1 = POKEMON love berries \pYou also don't have to use them \nif you give it to one \lit will use it when it needs to.
boxset 6
release
end
#org $start1
checkflag 0x200
if b_true goto $done
applymovement 0xFF $alert
pausemove 0
message $say
boxset 6
applymovement 0xFF $down
pausemove 0
release
end
#org $start2
checkflag 0x200
if b_true goto $done
applymovement 0xFF $alert
pausemove 0
message $say
boxset 6
applymovement 0xFF $up
pausemove 0
release
end
#org $done
release
end
#org $alert
$alert 1 ; #binary 0x62 0xFE
#org $down
$down 1 ; #binary 0x0C 0xFE
#org $up
$up 1 ; #binary 0x0D 0xFE
#org $say
$say 1 = \v\h01: I guess I have to say\n'goodbye' to my mom before I go.
WOW!!!!!!!!
I don't get how It works for you.
May be it's because I have too many copies of fire red?
No matter what happens, it always freezes.
Are you sure It's a clean ROM?