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