Evilcrizpy
Advanced Mapper
- 26
- Posts
- 15
- Years
- Seen Apr 9, 2010
It may be because you have multiple strings with the same pointer.
msgbox @1 0x6
applymovement 0x05 @1
Change the pointers before compiling and I think it will be ok. (EG. Talk1 and Move1)
-----
And you have 3 msgbox commands pointing to 3 messages but there are only 2
Okay done waht u said and... well it freezes after movements still no text
Spoiler:
#dynamic 0x71B22D
'-----------------------
#org 0x71B22D
lock
faceplayer
checkflag 0x828
if 0x1 goto @done
applymovement 0x05 @1
waitmovement 0x0
message @1 0x6
applymovement 0xFF @2
waitmovement 0x0
message @2 0x6
applymovement 0x06 @3
waitmovement 0x0
message @3 0x6
goto @take
setflag 0x828
release
end
#org @take
givepokemon 0x286 0x5 0 0 0 0
fanfare 0x13E
waitfanfare
closeonkeypress
setflag 0x828
release
end
'-----------
' Movements
'-----------
#org @1
#raw 0 'Face Down
#raw FE
#org @2
#raw 1 'Face Up
#raw 63 'Question Mark (?)
#raw FE 'End of Movements
#org @3
#raw 10 'Step Down (Normal)
#raw 2 'Face Left
#raw FE 'End of Movements
'---------
' Strings
'---------
#org 0x71B262
= Hello my name is Newman, who might you be?\n \v\hFDH01 .... i see.
#org 0x71B2A4
= Would you care for a battle [player]? \n [player] : I dont have a pokemonn....
#org @done
release
end
'-----------------------
#org 0x71B22D
lock
faceplayer
checkflag 0x828
if 0x1 goto @done
applymovement 0x05 @1
waitmovement 0x0
message @1 0x6
applymovement 0xFF @2
waitmovement 0x0
message @2 0x6
applymovement 0x06 @3
waitmovement 0x0
message @3 0x6
goto @take
setflag 0x828
release
end
#org @take
givepokemon 0x286 0x5 0 0 0 0
fanfare 0x13E
waitfanfare
closeonkeypress
setflag 0x828
release
end
'-----------
' Movements
'-----------
#org @1
#raw 0 'Face Down
#raw FE
#org @2
#raw 1 'Face Up
#raw 63 'Question Mark (?)
#raw FE 'End of Movements
#org @3
#raw 10 'Step Down (Normal)
#raw 2 'Face Left
#raw FE 'End of Movements
'---------
' Strings
'---------
#org 0x71B262
= Hello my name is Newman, who might you be?\n \v\hFDH01 .... i see.
#org 0x71B2A4
= Would you care for a battle [player]? \n [player] : I dont have a pokemonn....
#org @done
release
end