Change Unbound Insertion

This commit is contained in:
Skeli
2019-05-24 16:21:51 -04:00
parent 5c51778ed0
commit dc1d278e21
3 changed files with 5 additions and 5 deletions

View File

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