mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-24 14:57:07 -05:00
8 lines
166 B
C
8 lines
166 B
C
#ifndef GUARD_BG_REGS_H
|
|
#define GUARD_BG_REGS_H
|
|
|
|
extern const u8 gBGControlRegOffsets[];
|
|
extern const u16 gOverworldBackgroundLayerFlags[];
|
|
|
|
#endif //GUARD_BG_REGS_H
|