BRL -> JMP

This commit is contained in:
spannerisms
2020-12-27 08:04:32 -05:00
parent b10dc742c2
commit c97475f422
21 changed files with 1115 additions and 290 deletions

View File

@@ -226,7 +226,7 @@ RenderCreditsStatCounter:
JSR FindLine
BCS +
BRL .endStats
JMP .endStats
+
; XXXX X00L LLLL LLLL BBBB SSSS CCC- ---- ---- ---- AAAA AAAA AAAA AAAA AAAA AAAA
@@ -237,7 +237,7 @@ RenderCreditsStatCounter:
AND #$0003 ; TT
CMP.w #$0000
BEQ .normalStat
BRL .timeStat
JMP .timeStat
.normalStat
; == Write Stripe header (VRAM address, i.e. tile coordinates) ==
@@ -491,7 +491,7 @@ RenderCreditsStatCounter:
%StripeTile()
%StripeEnd()
BRL .endStats
JMP .endStats
RenderLineNumber: