Script Iam new to scripting and my basic msg script refuses to work
Binary ROM HackingNeed a helping hand or just want to talk about binary ROM hacks? Get comments and answers to any ROM Hacking-related problems, questions or thoughts you have here.
I was inserting an NPC in the pokemon lightning yellow hack GBA .The "technology is incredible"guy is not present so I decided to put him in the game using basic message script,but every time I insert the script the NPC does not respond.If I give the script to any other NPC they to do not respond which is weird because if I insert any other script it works just fine.
Here is the script :-
#dynamic 0x800000
#org @start
lock
faceplayer
msgbox @talk1 0x6
release
end
#org @talk1
= Technology is incredible!\nYou can store and recall items and\lPOKeMON as data via the PC.
I was inserting an NPC in the pokemon lightning yellow hack GBA .The "technology is incredible"guy is not present so I decided to put him in the game using basic message script,but every time I insert the script the NPC does not respond.If I give the script to any other NPC they to do not respond which is weird because if I insert any other script it works just fine.
Here is the script :-
#dynamic 0x800000
#org @start
lock
faceplayer
msgbox @talk1 0x6
release
end
#org @talk1
= Technology is incredible!\nYou can store and recall items and\lPOKeMON as data via the PC.
Script looks fine. Make sure that if you're using a save state you use a warp before talking to him. Additionally, confirm that every NPC on the map as a unique person ID.