From 407b117f2c1e7056b247f1dc1b0d08581e04ea5e Mon Sep 17 00:00:00 2001 From: Skeli Date: Mon, 24 Feb 2020 20:50:01 +0200 Subject: [PATCH] New Insertion Location --- linker.ld | 2 +- scripts/insert.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linker.ld b/linker.ld index 99a687c..fe72a40 100644 --- a/linker.ld +++ b/linker.ld @@ -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 } diff --git a/scripts/insert.py b/scripts/insert.py index 50adb3a..266728d 100644 --- a/scripts/insert.py +++ b/scripts/insert.py @@ -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"