- 9
- Posts
- 4
- Years
- Seen Dec 15, 2021
Hi
I'm using pokefirered C decompilated code and I want to add some new vars usable in scripts
In var.h file, every var from 0x4000 to 0x40FF is already defined
How can I add a custom var? Can I change "VARS_END" (wich is set to 40FF) in order to use vars from 0x4100?
Thanks
I'm using pokefirered C decompilated code and I want to add some new vars usable in scripts
In var.h file, every var from 0x4000 to 0x40FF is already defined
How can I add a custom var? Can I change "VARS_END" (wich is set to 40FF) in order to use vars from 0x4100?
Thanks