Skip to content
Snippets Groups Projects
Commit 5409367a authored by wolfs's avatar wolfs
Browse files

Define TRANSPARENTPIXEL as 255 in asm files

parent 1ed54078
Branches reduced_palette
Tags
No related merge requests found
......@@ -17,7 +17,7 @@
[BITS 32]
%define FRACBITS 16
%define TRANSPARENTPIXEL 247
%define TRANSPARENTPIXEL 255
%ifdef LINUX
%macro cextern 1
......
......@@ -18,7 +18,7 @@
[BITS 32]
%define FRACBITS 16
%define TRANSPARENTPIXEL 247
%define TRANSPARENTPIXEL 255
%ifdef LINUX
%macro cextern 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment