pokefirered/include/bg_regs.h
2020-03-28 18:00:52 -04:00

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