From the FRHE's Instruction Manual
Change Battled Pokémon Level:
Please confirm the ff scripts thanks.(Note: I assume the value that i will insert at yy is not hex. So PLEASE correct me if i'm wrong)
If I want to change the level of wild pokemon to lets say 5.
setvar 0x4051 0xf05
and if to trainer's pokemon, ill just change 0x4051 to 0x4052?
if i want the default setting(I assume this will use a-map's wild pokemon level, and yet correct me if im wrong)
setvar 0x4051 0x0
setvar 0x4052 0x0
Thanks!
Edit:
Delete this thread if possible, thanks.
I did trial and error and got answers to my questions so:
1. The value to be inserted at yy is in hex(actually I only forgot 100 will not fit in yy :) )
2. setvar 0x4051(or your value) 0xf05 will change the level of wild pokemon to 5
3. setvar 0x4051(or your value) 0x0 will use a-map's level thing