Skip to content
Snippets Groups Projects
Commit bb8af1b3 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Deal with the mess in PukeWorld

parent 7fef424d
No related branches found
No related tags found
No related merge requests found
...@@ -871,6 +871,8 @@ function foreground(col) ...@@ -871,6 +871,8 @@ function foreground(col)
function background(col) function background(col)
{ {
// PukeWorld uses a background colour of 13...
col &= 0x07;
if (col > 7 || col < 0) { if (col > 7 || col < 0) {
return; return;
} }
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment