mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Pokémon R/B: Halve Bank Exchange Rate (#2619)
This commit is contained in:
@@ -10,7 +10,7 @@ from .locations import location_data
|
||||
|
||||
logger = logging.getLogger("Client")
|
||||
|
||||
BANK_EXCHANGE_RATE = 100000000
|
||||
BANK_EXCHANGE_RATE = 50000000
|
||||
|
||||
DATA_LOCATIONS = {
|
||||
"ItemIndex": (0x1A6E, 0x02),
|
||||
|
Reference in New Issue
Block a user