Fix to spiral stairs outside of dungeons.
This commit is contained in:
2
Rom.py
2
Rom.py
@@ -18,7 +18,7 @@ from EntranceShuffle import door_addresses
|
|||||||
|
|
||||||
|
|
||||||
JAP10HASH = '03a63945398191337e896e5771f77173'
|
JAP10HASH = '03a63945398191337e896e5771f77173'
|
||||||
RANDOMIZERBASEHASH = 'e04929f8b0c2393c169af62544f58a7c'
|
RANDOMIZERBASEHASH = 'efb85e71cf7d9bc0401c6683992d6e2f'
|
||||||
|
|
||||||
|
|
||||||
class JsonRom(object):
|
class JsonRom(object):
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
RecordStairType: {
|
RecordStairType: {
|
||||||
|
pha
|
||||||
lda $0e : sta $045e
|
lda $0e : sta $045e
|
||||||
lda $a0 : lda $063d, x
|
pla : sta $a0 : lda $063d, x
|
||||||
rtl
|
rtl
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user