GT Lobby Up Stairs fixed
Minor typo in help
This commit is contained in:
@@ -169,7 +169,7 @@ def start():
|
|||||||
(Not yet implemented)
|
(Not yet implemented)
|
||||||
Crossed: Doors are mixed between all dungeons.
|
Crossed: Doors are mixed between all dungeons.
|
||||||
(Not yet implemented)
|
(Not yet implemented)
|
||||||
Vanilla: All doors are connected the same way the were in the
|
Vanilla: All doors are connected the same way they were in the
|
||||||
base game.
|
base game.
|
||||||
Experimental: Experimental mixes live here. Use at your own risk.
|
Experimental: Experimental mixes live here. Use at your own risk.
|
||||||
''')
|
''')
|
||||||
|
|||||||
2
Rom.py
2
Rom.py
@@ -18,7 +18,7 @@ from EntranceShuffle import door_addresses, exit_ids
|
|||||||
|
|
||||||
|
|
||||||
JAP10HASH = '03a63945398191337e896e5771f77173'
|
JAP10HASH = '03a63945398191337e896e5771f77173'
|
||||||
RANDOMIZERBASEHASH = '1292e65465342d79bee038eb58270e64'
|
RANDOMIZERBASEHASH = '38f331e54471d47e356f47d19c2567e8'
|
||||||
|
|
||||||
|
|
||||||
class JsonRom(object):
|
class JsonRom(object):
|
||||||
|
|||||||
@@ -94,8 +94,9 @@ LookupSpiralOffset: {
|
|||||||
inc $01 : lda $a2
|
inc $01 : lda $a2
|
||||||
cmp #$0c : beq .q0diff ;gt ent
|
cmp #$0c : beq .q0diff ;gt ent
|
||||||
cmp #$70 : bne .done ;hc stairwell
|
cmp #$70 : bne .done ;hc stairwell
|
||||||
.q0diff lda $22 : cmp #$98 : bcc .done ;gt ent and hc stairwell
|
.q0diff lda $22 : cmp #$00 : beq .secondDoor
|
||||||
inc $01 : bra .done
|
cmp #$98 : bcc .done ;gt ent and hc stairwell
|
||||||
|
.secondDoor inc $01 : bra .done
|
||||||
.quad1
|
.quad1
|
||||||
lda $a2
|
lda $a2
|
||||||
cmp #$1a : beq .q1diff ;pod compass
|
cmp #$1a : beq .q1diff ;pod compass
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user