Start West Borrius Pokedex

This commit is contained in:
Skeli
2020-04-19 17:14:08 +03:00
parent fceeb31e30
commit ae0eab135e
4 changed files with 264 additions and 140 deletions

View File

@@ -7,7 +7,7 @@ import sys
from datetime import datetime
import _io
OFFSET_TO_PUT = 0x1717a60
OFFSET_TO_PUT = 0x17174e0
SOURCE_ROM = "Pokemon Unbound.gba"
ROM_NAME = "test.gba"

View File

@@ -9,7 +9,7 @@ import sys
############
ROM_NAME = "Pokemon Unbound.gba" # The name of your rom
OFFSET_TO_PUT = 0x1717a60
OFFSET_TO_PUT = 0x17174e0
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