More Moveset + Evolution Changes

-Meltan can also be evolved by using a Metal Powder on it
This commit is contained in:
Skeli
2021-11-21 17:38:46 +02:00
parent 66f045378e
commit 5c86967cc3
7 changed files with 62 additions and 50 deletions

View File

@@ -7,7 +7,7 @@ import sys
from datetime import datetime
import _io
OFFSET_TO_PUT = 0x16a0000
OFFSET_TO_PUT = 0x1670000
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 = 0x16a0000
OFFSET_TO_PUT = 0x1670000
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