mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-18 04:06:45 -04:00
added console and a few commands
This commit is contained in:
parent
e717badc45
commit
73b949fb2e
28 changed files with 807 additions and 87 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue