Unbound Insertion Offset

This commit is contained in:
Skeli
2019-05-24 11:25:34 -04:00
parent a3265b10dc
commit 5b434ede46
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -8,8 +8,8 @@ import binascii
import textwrap
import sys
OFFSET_TO_PUT = 0xb00000
SOURCE_ROM = "BPRE0.gba"
OFFSET_TO_PUT = 0x1f34230
SOURCE_ROM = "Pokemon Unbound.gba"
from datetime import datetime