derv1205
Trade/Battle/Breed/Clone (X,B2,D)
- 267
- Posts
- 17
- Years
- Florida, USA
- Seen Feb 19, 2020
Hi, please, i want help with this script:
In the S i put this:
03 00
50 40
Also i tried with this:
03 00
7C 40
This is what happens:
When i insert it for the FIRST time all happens perfect, but, when i start a new game and
step on the S, well, the minisprite doesnt moves, and it starts talking =S And some times,
when i compile it in a new rom for the first time, happens the same, the sprite doesnt moves,
i check the map nº and all is perfect, what can i do?
PD. Can anyone tell me how to add a new Mart? I mean, i add a mart and all ok, but, how do i modify the items, because they dont appear
in AMart, i added in LittleRoot ^^ Thanks
Spoiler:
Code:
#org $go
checkflag 0x200
if B_True goto $Done
applymovement 0x04 $walkomega
pausemove 0
trainerbattle 1 0x016 $before $after $further
#org $further
message $beaten
boxset 6
applymovement 0x04 $leavingomega
pausemove 0
#raw 0x53
#raw 0x04
#raw 0x00
setflag 0x200
release
end
#org $before
$before 1 = ????: You're a trainer \naren't you? \p\v\h01: How could you tell? \p????: Well... you look \nlike one. \pThat look of \ndetermination in your eyes. \pThe tattered clothes, they're \na dead giveaway. \p\v\h01: Geez is it that obvious? \pBy the way what's \nyour name. \p????: You want to know \nmy name? \pAlright I'll make a deal \nwith you. \p\v\h01: A deal? \p????: If you can beat me in \na battle I'll tell you my \nname. \p\v\h01: Allright your on! \p????:Let us begin.
#org $after
$after 1 = You... beat me. I'm impressed.
#org $beaten
$beaten 1 = ????: Well a deals a deal. \nMy Name is Omega.\p\v\h01: Hi Omega, I'm \v\h01. \pOmega: Wow that battle left me \nwiped. \pSee you around \v\h01. \p\v\h01: I'll be sure to look \nout for you.
#org $walkomega
$walkomega 1; #Binary 0x13 0x10 0x10 0x10 0x12 0x10 0x10 0x10 0x10 0x4A 0x62 0xFE
#org $leavingomega
$leavingomega 1; #Binary 0x12 0x11 0x11 0x11 0x13 0x11 0x11 0x11 0x11 0xFE
#org $Done
release
end
In the S i put this:
03 00
50 40
Also i tried with this:
03 00
7C 40
This is what happens:
When i insert it for the FIRST time all happens perfect, but, when i start a new game and
step on the S, well, the minisprite doesnt moves, and it starts talking =S And some times,
when i compile it in a new rom for the first time, happens the same, the sprite doesnt moves,
i check the map nº and all is perfect, what can i do?
PD. Can anyone tell me how to add a new Mart? I mean, i add a mart and all ok, but, how do i modify the items, because they dont appear
in AMart, i added in LittleRoot ^^ Thanks