Remove all leading whitespace

This commit is contained in:
kittenchilly
2023-10-23 13:24:38 -05:00
parent ad0c28df70
commit 333523e5f7
12 changed files with 31 additions and 31 deletions

View File

@@ -498,7 +498,7 @@ static const struct SpritePalette sObjectEventSpritePalettes[] = {
{gObjectEventPal_RubySapphireBrendan, OBJ_EVENT_PAL_TAG_RS_BRENDAN},
{gObjectEventPal_RubySapphireMay, OBJ_EVENT_PAL_TAG_RS_MAY},
#ifdef BUGFIX
{NULL, OBJ_EVENT_PAL_TAG_NONE},
{NULL, OBJ_EVENT_PAL_TAG_NONE},
#else
{}, // BUG: FindObjectEventPaletteIndexByTag looks for OBJ_EVENT_PAL_TAG_NONE and not 0x0.
// If it's looking for a tag that isn't in this table, the game locks in an infinite loop.