From 16944c737ae4ded89939f356e8c849177bcda445 Mon Sep 17 00:00:00 2001 From: Skeli Date: Fri, 24 May 2019 10:22:50 -0400 Subject: [PATCH] Make for Unbound --- scripts/make.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 #############