Rename isWRA0Mode to isWRAM0Mode

This commit is contained in:
Rangi42
2024-02-28 21:57:56 -05:00
committed by Sylvie
parent cdb9315366
commit e90084ad06
5 changed files with 8 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ fail() {
}
# Draw a random tile offset and VRA0 size
# Draw a random tile offset and VRAM0 size
# Neither should change anything to how the image is displayed
while [[ "$ofs" -eq 0 ]]; do (( ofs = RANDOM % 256 )); done
while [[ "$size" -eq 0 ]]; do (( size = RANDOM % 256 )); done