Comment the Crystal 1.0 bugs as "BUG:" too

This commit is contained in:
Rangi
2022-12-14 22:30:20 -05:00
parent 8fd66c080f
commit 4387298b2c
4 changed files with 13 additions and 11 deletions

View File

@@ -867,8 +867,8 @@ INCBIN "gfx/mobile/stadium2_n64.2bpp"
Stadium2N64Tilemap:
if DEF(_CRYSTAL11)
; Crystal 1.1 corrupted this tilemap by treating $0a bytes as Unix newlines,
; and converting them to $0d $0a Windows newlines.
; BUG: Crystal 1.1 corrupted this tilemap by treating $0a bytes as
; Unix newlines, and converting them to $0d $0a Windows newlines.
INCBIN "gfx/mobile/stadium2_n64_corrupt.tilemap"
else
INCBIN "gfx/mobile/stadium2_n64.tilemap"