mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-31 16:30:00 +01:00
10 lines
172 B
C
10 lines
172 B
C
|
#ifndef GUARD_UNION_ROOM_H
|
||
|
#define GUARD_UNION_ROOM_H
|
||
|
|
||
|
extern bool8 gUnknown_02022C60;
|
||
|
|
||
|
void sub_8018798(u8);
|
||
|
void sub_80186EC(bool8, bool32);
|
||
|
|
||
|
#endif //GUARD_UNION_ROOM_H
|