Kaith
Hacker of Fire
- 49
- Posts
- 13
- Years
- North, it's cold.
- Seen Jul 14, 2013
I'm trying to make the hero move backwards, keeping him from continuing until you talk to the rival. Everything works perfectly, even the message not showing up after you talk to your rival. The problem is the movement doesn't work at all. It's the same with every other script I try and have the hero move. I can get other sprites to move, just not the hero. Is there something wrong with my script, or is the problem in Advance Map?
Game: FireRed
Type: GBA
Editor: XSE
Scrpit:
Game: FireRed
Type: GBA
Editor: XSE
Scrpit:
Spoiler:
#dynamic 0x2E4F00
#org @start
lock
checkflag 0x1000
if 0x0 goto @need
release
end
#org @need
msgbox @1 0x6
applymovement 0xFF @move
release
end
#org @1
= I'd better make sure \v\h06\nis awake first.\pHis room is right next to mine.
#org @move
#raw 0x12
#raw 0xEF
#org @start
lock
checkflag 0x1000
if 0x0 goto @need
release
end
#org @need
msgbox @1 0x6
applymovement 0xFF @move
release
end
#org @1
= I'd better make sure \v\h06\nis awake first.\pHis room is right next to mine.
#org @move
#raw 0x12
#raw 0xEF