From 7674c284a865e6b247b0280a06fe4f070aae5459 Mon Sep 17 00:00:00 2001 From: Skeli Date: Sun, 16 Jun 2019 10:39:14 -0400 Subject: [PATCH] Capitalize make script --- scripts/make.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make.py b/scripts/make.py index d382be9..20bc35e 100644 --- a/scripts/make.py +++ b/scripts/make.py @@ -9,7 +9,7 @@ import os ############ ROM_NAME = "Pokemon Unbound.gba" #The name of your rom -OFFSET_TO_PUT = 0x133BED0 +OFFSET_TO_PUT = 0x133bed0 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 #############