Streamline pointer notation (#2139)
This commit is contained in:
@@ -71,7 +71,7 @@ static void CloseBrailleWindow(void);
|
||||
|
||||
// This is defined in here so the optimizer can't see its value when compiling
|
||||
// script.c.
|
||||
void * const gNullScriptPtr = NULL;
|
||||
void *const gNullScriptPtr = NULL;
|
||||
|
||||
static const u8 sScriptConditionTable[6][3] =
|
||||
{
|
||||
@@ -84,7 +84,7 @@ static const u8 sScriptConditionTable[6][3] =
|
||||
{1, 0, 1}, // !=
|
||||
};
|
||||
|
||||
static u8 * const sScriptStringVars[] =
|
||||
static u8 *const sScriptStringVars[] =
|
||||
{
|
||||
gStringVar1,
|
||||
gStringVar2,
|
||||
|
||||
Reference in New Issue
Block a user