Unbound insertion offset

This commit is contained in:
Skeli
2019-05-24 11:23:41 -04:00
parent b053ab7193
commit a3265b10dc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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