- 5
- Posts
- 9
- Years
- Seen Aug 1, 2015
I have a question regarding the limit to the amount of scripts we can make.
For all my scripts, I start with
#dynamic 0x800000
which when the script is compiled gives me script offset that is after 0x800000.
I'm just wondering if there is an offset limit. Or can we just create an infinite amount of scripts?
Also, I saw that when you're using flags, you should only use the ones between 0x200 ~ 0x2FF. But if I were to just leave the core features intact (gym badges, etc.) and delete all other events, wouldn't that free up some flags that I can use?
I also want to know the range of safe variables to use.
Thank you for your answers.
For all my scripts, I start with
#dynamic 0x800000
which when the script is compiled gives me script offset that is after 0x800000.
I'm just wondering if there is an offset limit. Or can we just create an infinite amount of scripts?
Also, I saw that when you're using flags, you should only use the ones between 0x200 ~ 0x2FF. But if I were to just leave the core features intact (gym badges, etc.) and delete all other events, wouldn't that free up some flags that I can use?
I also want to know the range of safe variables to use.
Thank you for your answers.