Fixed bug where lighting branch wouldn't build on modern. Credit: Jaizu

This commit is contained in:
Ariel A 2022-01-16 17:08:09 -05:00
parent 609a304890
commit 5e3c48acfc
2 changed files with 2 additions and 2 deletions

View file

@ -69,8 +69,6 @@ extern struct TimeBlendSettings currentTimeBlend;
// Exported ROM declarations
extern const struct UCoords32 gDirectionToVectors[];
extern const struct BlendSettings gTimeOfDayBlend[];
void DoWhiteOut(void);
void Overworld_ResetStateAfterFly(void);
void Overworld_ResetStateAfterTeleport(void);

View file

@ -56,6 +56,8 @@ struct PaletteFadeControl
u8 deltaY:4; // rate of change of blend coefficient
};
extern const struct BlendSettings gTimeOfDayBlend[];
extern struct PaletteFadeControl gPaletteFade;
extern u32 gPlttBufferTransferPending;
extern u8 gPaletteDecompressionBuffer[];