mirror of
https://github.com/pret/pokefirered.git
synced 2026-09-26 21:35:20 -04:00
7 lines
115 B
C
7 lines
115 B
C
#ifndef GUARD_BG_REGS_H
|
|
#define GUARD_BG_REGS_H
|
|
|
|
extern const u8 gBGControlRegOffsets[];
|
|
|
|
#endif //GUARD_BG_REGS_H
|