mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Use verbosePrint in rgbasm as well as rgblink
This commit is contained in:
@@ -29,7 +29,6 @@ extern bool beVerbose;
|
||||
extern bool isWRAM0Mode;
|
||||
extern bool disablePadding;
|
||||
|
||||
// Helper macro for printing verbose-mode messages
|
||||
#define verbosePrint(...) \
|
||||
do { \
|
||||
if (beVerbose) { \
|
||||
|
||||
Reference in New Issue
Block a user