From c02285306a26862f766cf03eccd868511e256c2f Mon Sep 17 00:00:00 2001 From: compiling <8335770+compiling@users.noreply.github.com> Date: Thu, 18 Jun 2020 21:41:02 +1000 Subject: [PATCH] Fix fake world when fluting to pyramid twice --- bugfixes.asm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bugfixes.asm b/bugfixes.asm index 2808edd..4b55a67 100644 --- a/bugfixes.asm +++ b/bugfixes.asm @@ -82,6 +82,12 @@ RTS ; bunny on the pyramid FixAga2Bunny: LDA.l FixFakeWorld : BEQ + ; Only use this fix is fakeworld fix is in use + LDA.l InvertedMode : BEQ +++ + LDA.b #$00 : STA !DARK_WORLD ; Switch to light world + BRA ++ + +++ + LDA.b #$40 : STA !DARK_WORLD ; Switch to dark world + ++ JSL DecideIfBunny : BNE + JSR MakeBunny LDA.b #$04 : STA.w $012C ; play bunny music