New Insert Offset

This commit is contained in:
Skeli
2021-10-14 17:31:02 -04:00
parent 096c3f970c
commit d21925b7d6
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
OUTPUT_ARCH(arm)
MEMORY {
rom : ORIGIN = (0x08000000 + 0x1618aa0), LENGTH = 32M
rom : ORIGIN = (0x08000000 + 0x16a0000), LENGTH = 32M
ewram : ORIGIN = 0x02000000, LENGTH = 4M - 4k
}

View File

@@ -7,7 +7,7 @@ import sys
from datetime import datetime
import _io
OFFSET_TO_PUT = 0x1618aa0
OFFSET_TO_PUT = 0x16a0000
SOURCE_ROM = "Pokemon Unbound.gba"
ROM_NAME = "test.gba"

View File

@@ -9,7 +9,7 @@ import sys
############
ROM_NAME = "Pokemon Unbound.gba" # The name of your rom
OFFSET_TO_PUT = 0x1618aa0
OFFSET_TO_PUT = 0x16a0000
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 update the engine