mirror of
https://github.com/pret/pokefirered.git
synced 2026-09-26 13:33:14 -04: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
|