[Pokémon Red and Blue] more improvements (#1208)

* Generated patch includes base patch

* location ID range start match item ID start

* remove unused import

* Change Oak's Aides defaults to be more sync-friendly
This commit is contained in:
Alchav
2022-11-06 03:07:41 -05:00
committed by GitHub
parent 61232ca756
commit d10bb3c6c1
5 changed files with 19 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
from BaseClasses import Location
from .rom_addresses import rom_addresses
loc_id_start = 17200000
loc_id_start = 172000000
class LocationData:
def __init__(self, region, name, original_item, rom_address=None, ram_address=None, event=False, type="Item"):
@@ -42,7 +42,6 @@ class Rod:
self.bit = flag
self.flag = flag
# def get_locations(player=None):
location_data = [
LocationData("Vermilion City", "Fishing Guru", "Old Rod", rom_addresses["Rod_Vermilion_City_Fishing_Guru"], Rod(3)),