pokeemerald/include/union_room_chat.h
2023-06-06 10:55:42 -04:00

10 lines
216 B
C
Executable File

#ifndef GUARD_UNION_ROOM_CHAT_H
#define GUARD_UNION_ROOM_CHAT_H
void EnterUnionRoomChat(void);
void InitUnionRoomChatRegisteredTexts(void);
extern const u8 gCaseToggleTable[256];
#endif // GUARD_UNION_ROOM_CHAT_H