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.
This is my first post in this forum and since I am a beginner at Rom Hacking and Scripting, I want to try many different ways of making my game more interesting.
Since I've tried to make a script in which the player is forced to move to a specific location like when he enters Lance's room in the victory road.
So I've inserted an script - event at AdvanceMap at the location I wanted to the script to start.
Furthermore, I've written the following text for my script and put the offset to the script event.
However, since the player reaches the spot in which the event should begin, the game freezes.
I was wondering if it's because of the lock command in line 3 of my program text.
So I removed it and now the event isn't started at all.
I've tried to look up tutorials on YouTube without any success.
I really would appreciate your help concerning my problem.
I tried using your script and it worked fine in my game. You might need to set the variable, for that script?
setvar 0xAAAA 0x01
where AAAA is the number of the variable for that particular script event. You can find it in Advance map. I would place this line of code just before the release command.
I don't know enough about scripting to tell you for sure what's up :( I have had trouble using applymovement in more complicated scripts too.
In order for a script to work, the value needs to be 0000, and the var number box should be filled with any number. Though keep in mind to use safe var numbers. For example: