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

Deal with the mess in PukeWorld

parent c7d523c5
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -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.
Please register or to comment