mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-04-25 07:36:55 -05:00
New Insertion Offset
This commit is contained in:
parent
2bb21e1cf3
commit
7009e0cb3f
|
|
@ -1,7 +1,7 @@
|
|||
OUTPUT_ARCH(arm)
|
||||
MEMORY {
|
||||
|
||||
rom : ORIGIN = (0x08000000 + 0x1711fd0), LENGTH = 32M
|
||||
rom : ORIGIN = (0x08000000 + 0x1712260), LENGTH = 32M
|
||||
ewram : ORIGIN = 0x02000000, LENGTH = 4M - 4k
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import sys
|
|||
from datetime import datetime
|
||||
import _io
|
||||
|
||||
OFFSET_TO_PUT = 0x1711fd0
|
||||
OFFSET_TO_PUT = 0x1712260
|
||||
SOURCE_ROM = "Pokemon Unbound.gba"
|
||||
ROM_NAME = "test.gba"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ import sys
|
|||
############
|
||||
|
||||
ROM_NAME = "Pokemon Unbound.gba" # The name of your rom
|
||||
OFFSET_TO_PUT = 0x1711fd0
|
||||
OFFSET_TO_PUT = 0x1712260
|
||||
SEARCH_FREE_SPACE = False # Set to True if you want the script to search for free space
|
||||
# Set to False if you don't want to search for free space as you update the engine
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user