Potential fix for bottle issues

This commit is contained in:
aerinon
2020-06-08 13:07:11 -06:00
parent 5ab4b29937
commit 6f94ca5bee
4 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ from Fill import distribute_items_cutoff, distribute_items_staleness, distribute
from ItemList import generate_itempool, difficulties, fill_prizes
from Utils import output_path, parse_player_names
__version__ = '0.1.0.6-u'
__version__ = '0.1.0.7-u'
class EnemizerError(RuntimeError):
pass

2
Rom.py
View File

@@ -22,7 +22,7 @@ from EntranceShuffle import door_addresses, exit_ids
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '69e8cbb3dd3cf9f5cebece101d95d0d7'
RANDOMIZERBASEHASH = 'd8639f33e6b5621f139cb6abbc641af1'
class JsonRom(object):

View File

@@ -116,7 +116,7 @@ nop #3
.next
; also rando's hooks.asm line 1360
org $a0ee11 ; <- 6FC4C - headsup_display.asm : 836 (LDA $7EF36E : AND.w #$00FF : ADD.w #$0007 : AND.w #$FFF8 : TAX)
org $a0ee13 ; <- 6FC4C - headsup_display.asm : 836 (LDA $7EF36E : AND.w #$00FF : ADD.w #$0007 : AND.w #$FFF8 : TAX)
jsl DrHudOverride
org $098638 ; rando's hooks.asm line 2192
jsl CountChestKeys

File diff suppressed because one or more lines are too long