New Insertion Location

This commit is contained in:
Skeli
2020-02-24 20:50:01 +02:00
parent 374db21d68
commit 407b117f2c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
OUTPUT_ARCH(arm)
MEMORY {
rom : ORIGIN = (0x08000000 + 0x17b4eb0), LENGTH = 32M
rom : ORIGIN = (0x08000000 + 0x17b3f30), 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 = 0x17b4eb0
OFFSET_TO_PUT = 0x17b3f30
SOURCE_ROM = "Pokemon Unbound.gba"
ROM_NAME = "test.gba"