Capitalize make script

This commit is contained in:
Skeli
2019-06-16 10:39:14 -04:00
parent 6fec563aef
commit 7674c284a8

View File

@@ -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
#############