Implemented mire

This commit is contained in:
aerinon
2019-11-05 11:39:13 -07:00
parent bad5fff022
commit f8abf1fe81
9 changed files with 341 additions and 52 deletions

View File

@@ -7,7 +7,6 @@ RecordStairType: {
SpiralWarp: {
lda $040c : cmp.b #$ff : beq .abort ; abort if not in dungeon
cmp #$0e : beq .abort ; mire is not okay
cmp #$18 : bcs .abort ; abort if not supported yet -- todo: this needs to be altered/removed as more dungeons are implemented
.check
lda $045e : cmp #$5e : beq .gtg ; abort if not spiral - intended room is in A!