added console and a few commands

This commit is contained in:
Ondřej Novák 2025-02-02 21:50:52 +01:00
parent e717badc45
commit 73b949fb2e
28 changed files with 807 additions and 87 deletions

View file

@ -153,7 +153,7 @@ chr5:
ax = charcolors[(al-1)];
if (ax == 0xFFFF) goto chr4;
if (ax & BGSWITCHBIT) {
ax = avg_pixels(*ebx ,ax);
ax = avg_pixels(*ebx ,ax) & ~BGSWITCHBIT;
}
*ebx = ax;
goto chr4;