mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Rename OPT_SMALL to OPT_TINY
This way it is easier to identify the flag passed to the binary (-t). Signed-off-by: AntonioND <antonio_nd@outlook.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "types.h"
|
||||
|
||||
extern SLONG options;
|
||||
#define OPT_SMALL 0x01
|
||||
#define OPT_TINY 0x01
|
||||
#define OPT_SMART_C_LINK 0x02
|
||||
#define OPT_OVERLAY 0x04
|
||||
#define OPT_CONTWRAM 0x08
|
||||
|
||||
Reference in New Issue
Block a user