pokefirered/include/bg_regs.h
2024-09-18 20:13:51 +02: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