Fix to spiral stairs outside of dungeons.

This commit is contained in:
aerinon
2019-09-06 20:32:59 -06:00
parent 46b7a3a12f
commit ed6ad04fa0
3 changed files with 4 additions and 3 deletions

2
Rom.py
View File

@@ -18,7 +18,7 @@ from EntranceShuffle import door_addresses
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = 'e04929f8b0c2393c169af62544f58a7c'
RANDOMIZERBASEHASH = 'efb85e71cf7d9bc0401c6683992d6e2f'
class JsonRom(object):

View File

@@ -1,6 +1,7 @@
RecordStairType: {
pha
lda $0e : sta $045e
lda $a0 : lda $063d, x
pla : sta $a0 : lda $063d, x
rtl
}

File diff suppressed because one or more lines are too long