- 119
- Posts
- 11
- Years
- Seen Dec 24, 2024
I just started pokemon hacking, I have learned by now basic mapping, and basic scripting(didn't went to events or warps). I mapped my first and second town and route 1, and decided that I should start scripting. I went to couple of tutorials and tried the simple commend to see how it works(I am using XSE as my scripting program):
#dynamic 0x800000
#org @start
lock
faceplayer
msgbox @1 0x6
release
end
#org @1
= Hi.\nI'm an NPC
I save it, compile it with my ROM, check twice that I chose the right files, copy the script offset to the one of my NPC's in the advance map and save it. Went to check if it works in the game, and 3 things happen:
1. the game freezes
2. A black screen
3. nothing happens
Am I doing something wrong ? thanks for the helpers
#dynamic 0x800000
#org @start
lock
faceplayer
msgbox @1 0x6
release
end
#org @1
= Hi.\nI'm an NPC
I save it, compile it with my ROM, check twice that I chose the right files, copy the script offset to the one of my NPC's in the advance map and save it. Went to check if it works in the game, and 3 things happen:
1. the game freezes
2. A black screen
3. nothing happens
Am I doing something wrong ? thanks for the helpers