Hi! I've been lurking on these forums for a long time now, and most of the tutorials have been incredibly helpful in building my rom hack; but I keep running across an issue with what I'm currently working on.
Rom: Firered 1.0 BPRE
Base: MrDS
Tools: Advancemap 1.92, XSE 1.11, VBA
So what's happening is that when I try to insert a script into my game, everything debugs and compiles correctly, and I can assign it to an NPC unit in AMap, but then when I load the game in VBA to test out the NPC, I go up to them, talk, and the game freezes. Music stills plays, but both characters lock and don't do anything further. No text is displayed.
I tried to include two pictures from AMap and XSE, but I haven't hit 5 posts yet. I apologize; as soon as I hit that limit I will put the pictures here as well.
The script doesn't look like what I originally typed in before I compiled it - is that normal? I do a lot of map and pokedex editing but I've never scripted much before, and I can't seem to get it working. I've tried different offsets, reloading the game, etc.
Code:
#dynamic 0x820000
#org @start1
lock
faceplayer
msgbox @talk1 0x6
release
end
#org @talk1
= "Stuff about science yadayadayada."