Remove duplicate decl; use EASY_CHAT_TYPE define in mystery_event_club.inc
This commit is contained in:
@@ -100,7 +100,7 @@ EventScript_GaveSpecialProfile: @ 81BEF3F
|
|||||||
end
|
end
|
||||||
|
|
||||||
EventScript_GiveProfile: @ 81BEF5A
|
EventScript_GiveProfile: @ 81BEF5A
|
||||||
setvar VAR_0x8004, 0
|
setvar VAR_0x8004, EASY_CHAT_TYPE_PROFILE
|
||||||
call Common_ShowEasyChatScreen
|
call Common_ShowEasyChatScreen
|
||||||
lock
|
lock
|
||||||
faceplayer
|
faceplayer
|
||||||
|
|||||||
@@ -30,7 +30,6 @@ struct EasyChatWordsByLetter
|
|||||||
int numWords;
|
int numWords;
|
||||||
};
|
};
|
||||||
|
|
||||||
void InitEasyChatPhrases(void);
|
|
||||||
u8 *CopyEasyChatWord(u8 *dest, u16 word);
|
u8 *CopyEasyChatWord(u8 *dest, u16 word);
|
||||||
u8 *ConvertEasyChatWordsToString(u8 *dest, const u16 *src, u16 length1, u16 length2);
|
u8 *ConvertEasyChatWordsToString(u8 *dest, const u16 *src, u16 length1, u16 length2);
|
||||||
bool8 EC_DoesEasyChatStringFitOnLine(const u16 *easyChatWords, u8 columns, u8 rows, u16 maxLength);
|
bool8 EC_DoesEasyChatStringFitOnLine(const u16 *easyChatWords, u8 columns, u8 rows, u16 maxLength);
|
||||||
|
|||||||
Reference in New Issue
Block a user