Fixed bug where lighting
branch wouldn't build on modern. Credit: Jaizu
This commit is contained in:
parent
609a304890
commit
5e3c48acfc
2 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,6 @@ extern struct TimeBlendSettings currentTimeBlend;
|
||||||
// Exported ROM declarations
|
// Exported ROM declarations
|
||||||
extern const struct UCoords32 gDirectionToVectors[];
|
extern const struct UCoords32 gDirectionToVectors[];
|
||||||
|
|
||||||
extern const struct BlendSettings gTimeOfDayBlend[];
|
|
||||||
|
|
||||||
void DoWhiteOut(void);
|
void DoWhiteOut(void);
|
||||||
void Overworld_ResetStateAfterFly(void);
|
void Overworld_ResetStateAfterFly(void);
|
||||||
void Overworld_ResetStateAfterTeleport(void);
|
void Overworld_ResetStateAfterTeleport(void);
|
||||||
|
|
|
@ -56,6 +56,8 @@ struct PaletteFadeControl
|
||||||
u8 deltaY:4; // rate of change of blend coefficient
|
u8 deltaY:4; // rate of change of blend coefficient
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extern const struct BlendSettings gTimeOfDayBlend[];
|
||||||
|
|
||||||
extern struct PaletteFadeControl gPaletteFade;
|
extern struct PaletteFadeControl gPaletteFade;
|
||||||
extern u32 gPlttBufferTransferPending;
|
extern u32 gPlttBufferTransferPending;
|
||||||
extern u8 gPaletteDecompressionBuffer[];
|
extern u8 gPaletteDecompressionBuffer[];
|
||||||
|
|
Loading…
Reference in a new issue