mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-21 17:54:57 -05:00
8 lines
175 B
C
8 lines
175 B
C
#ifndef GUARD_IO_REG_H
|
|
#define GUARD_IO_REG_H
|
|
|
|
extern const u16 gOverworldBackgroundLayerFlags[];
|
|
extern const u16 gOrbEffectBackgroundLayerFlags[];
|
|
|
|
#endif // GUARD_IO_REG_H
|