Pokémon R/B: Halve Bank Exchange Rate (#2619)

This commit is contained in:
Alchav 2024-02-10 18:59:15 -05:00 committed by GitHub
parent 03c3ef4e72
commit 1a675821cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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),