diff --git a/Rom.py b/Rom.py index 988390f3..bb989a39 100644 --- a/Rom.py +++ b/Rom.py @@ -27,7 +27,7 @@ from EntranceShuffle import door_addresses, exit_ids JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '00fb23d31c8e9434e7dcdeaa18c84473' +RANDOMIZERBASEHASH = 'fe3da939a159ce3e7ff37442d265b94f' class JsonRom(object): diff --git a/asm/owrando.asm b/asm/owrando.asm index 5b145cd4..7b88a30a 100644 --- a/asm/owrando.asm +++ b/asm/owrando.asm @@ -151,7 +151,7 @@ OWSearchTransition: sep #$20 : lda #OWWestEdges>>16 : phb : pha : plb : ldx #OWWestEdges : jsr OWNewDestination : plb ;x = address of table .matchfound - plx : pla : lda #$0001 : pha : phx + plx : pla : pea $0001 : phx txa : !add #$0010 : tax : sec : rts .exitloop diff --git a/data/base2current.bps b/data/base2current.bps index a92e208d..a39fb41a 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ