diff --git a/inverted.asm b/inverted.asm index 2d4f6a6..4adedd6 100644 --- a/inverted.asm +++ b/inverted.asm @@ -202,7 +202,10 @@ MirrorBonk: ; otherwise fall through to .normal PHX : PHP PHB : PHK : PLB - LDX $8A : LDA.l OWTileWorldAssoc, X : BNE .endLoop ;World we're in? branch if we are in LW we don't want bonks + LDX $8A : LDA.l OWTileWorldAssoc, X + TAX : LDA.l InvertedMode : BEQ + + TXA : EOR #$40 : TAX + + TXA : BNE .endLoop ;World we're in? branch if we are in LW we don't want bonks REP #$30 LDX #$0000 .loop