From 8d3163633b782cca617f961071d2fe5682d4fd4e Mon Sep 17 00:00:00 2001 From: Kevin Cathcart Date: Tue, 25 Sep 2018 23:31:47 -0400 Subject: [PATCH] Fixed mirror-based supperbunny in inverted. --- bugfixes.asm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bugfixes.asm b/bugfixes.asm index 04b6697..eea177c 100644 --- a/bugfixes.asm +++ b/bugfixes.asm @@ -45,6 +45,9 @@ RTL ;-------------------------------------------------------------------------------- ;0 = Become (Perma)bunny DecideIfBunnyByScreenIndex: + ; If indoors we don't have a screen index. Return non-bunny to make mirror-based + ; superbunny work + LDA $1B : BEQ + : RTL : + LDA $7EF357 : BEQ + : RTL : + LDA $8A : AND.b #$40 : PHA LDA.l InvertedMode : BNE .inverted