hopefully fix that text bug

This commit is contained in:
spannerisms
2021-07-29 09:43:08 -04:00
parent 8da0dcf3e0
commit df66369f17
2 changed files with 2 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ RTL
;--------------------------------------------------------------------------------
OnQuit:
JSL.l PodEGFix
LDA.b #$00 : STA $7F5035 ; bandaid patch bug with mirroring away from text
LDA.b #$10 : STA $1C ; thing we wrote over
RTL
;--------------------------------------------------------------------------------

View File

@@ -438,6 +438,7 @@ JMP StatTransitionCounter
!UW_MIRROR_COUNTER = "$7EF43B"
IncrementUWMirror:
PHA
LDA.b #$00 : STA $7F5035 ; bandaid patch bug with mirroring away from text
LDA !LOCK_STATS : BNE +
LDA $040C : CMP #$FF : BEQ + ; skip if we're in a cave or house
LDA !UW_MIRROR_COUNTER : INC : STA !UW_MIRROR_COUNTER