mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
rgblink: set default fill byte to 0x00
This commit is contained in:
@@ -29,7 +29,7 @@ enum eBlockType {
|
|||||||
};
|
};
|
||||||
|
|
||||||
SLONG options = 0;
|
SLONG options = 0;
|
||||||
SLONG fillchar;
|
SLONG fillchar = 0;
|
||||||
char smartlinkstartsymbol[256];
|
char smartlinkstartsymbol[256];
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user