Update Make Script For Merge

This commit is contained in:
Skeli
2019-06-14 11:45:33 -04:00
parent 9c703edd9b
commit 6e8f5dd134
3 changed files with 5 additions and 5 deletions

View File

@@ -8,8 +8,8 @@ import os
#Options go here.
############
ROM_NAME = "Pokemon Unbound.gba" #The name of your rom
OFFSET_TO_PUT = 0x18D9580
ROM_NAME = "BPRE0.gba" #The name of your rom
OFFSET_TO_PUT = 0x1800000
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
#############