diff --git a/scripts/make.py b/scripts/make.py index dd7fdc0..738ab6f 100644 --- a/scripts/make.py +++ b/scripts/make.py @@ -8,8 +8,8 @@ import os #Options go here. ############ -ROM_NAME = "BPRE0.gba" #The name of your rom -OFFSET_TO_PUT = 0xB00000 +ROM_NAME = "Pokemon Unbound.gba" #The name of your rom +OFFSET_TO_PUT = 0x1F34230 SEARCH_FREE_SPACE = False #Set to True if you want the script to search for free space;Set to False if you don't want to search for free space as you for example update the engine #############