mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Rename isWRA0Mode to isWRAM0Mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user