From 7e615bc0333bf9d40ef1ee761c91ce2474e02cb9 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Fri, 25 Jun 2021 13:02:40 -0500 Subject: [PATCH] Fixed Aga portal mirror bonk issue --- inverted.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inverted.asm b/inverted.asm index b3beb3b..2d4f6a6 100644 --- a/inverted.asm +++ b/inverted.asm @@ -202,7 +202,7 @@ MirrorBonk: ; otherwise fall through to .normal PHX : PHP PHB : PHK : PLB - LDX $8A : LDA.l OWTileWorldAssoc, X : BEQ .endLoop ;World we're in? branch if we are in LW we don't want bonks + LDX $8A : LDA.l OWTileWorldAssoc, X : BNE .endLoop ;World we're in? branch if we are in LW we don't want bonks REP #$30 LDX #$0000 .loop