mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-08 01:55:38 -05:00
Unbound insertion offset
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user