Implemented mire
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user