GT Lobby Up Stairs fixed

Minor typo in help
This commit is contained in:
aerinon
2019-11-20 13:47:44 -07:00
parent 41a8da1b05
commit 5e9134a74e
4 changed files with 6 additions and 5 deletions

View File

@@ -169,7 +169,7 @@ def start():
(Not yet implemented)
Crossed: Doors are mixed between all dungeons.
(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.
Experimental: Experimental mixes live here. Use at your own risk.
''')

2
Rom.py
View File

@@ -18,7 +18,7 @@ from EntranceShuffle import door_addresses, exit_ids
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '1292e65465342d79bee038eb58270e64'
RANDOMIZERBASEHASH = '38f331e54471d47e356f47d19c2567e8'
class JsonRom(object):

View File

@@ -94,8 +94,9 @@ LookupSpiralOffset: {
inc $01 : lda $a2
cmp #$0c : beq .q0diff ;gt ent
cmp #$70 : bne .done ;hc stairwell
.q0diff lda $22 : cmp #$98 : bcc .done ;gt ent and hc stairwell
inc $01 : bra .done
.q0diff lda $22 : cmp #$00 : beq .secondDoor
cmp #$98 : bcc .done ;gt ent and hc stairwell
.secondDoor inc $01 : bra .done
.quad1
lda $a2
cmp #$1a : beq .q1diff ;pod compass

File diff suppressed because one or more lines are too long