- 43
- Posts
- 16
- Years
- Seen Nov 22, 2009
The givepokemon commands lacked one more 0x0. Try it. (Fixes in Bold)
That fixed the mismatch, but when I compiled the script turned into this"
Code:
'-----------------------
#org 0x9002FA
lock
faceplayer
checkflag 0x1032
if 0x1 goto 0x8900312
setflag 0x1032
msgbox 0x8900320 '"Hello, you look like you\nwant a po..."
callstd 0x4
release
end
'-----------------------
#org 0x900312
msgbox 0x890116F '"Do you want a Ghastly?"
callstd 0x5
compare LASTRESULT 0x1
if 0xC2 goto 0xE3E0E0D9
setvirtualaddress 0xE9E3ED00
nop
'---------
' Strings
'---------
#org 0x900320
= Hello, you look like you\nwant a pokemon.\pI have an extra just talk\nto me again.
#org 0x90116F
= Do you want a Ghastly?
When I check it in game all she says is do you want a ghastly yes no, if you press yes or no , she still says do you want a gastly.It cut out a huge chunk of the code while compiling, does anyone know why?>