mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-25 15:28:53 -05:00
Rename keyboard_text header
This commit is contained in:
parent
bbaa60ab1c
commit
0454ce25d3
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef GUARD_DATA_8479668_H
|
||||
#define GUARD_DATA_8479668_H
|
||||
#ifndef GUARD_KEYBOARD_TEXT_H
|
||||
#define GUARD_KEYBOARD_TEXT_H
|
||||
|
||||
extern const u8 gText_UnionRoomChatKeyboard_ABCDE[];
|
||||
extern const u8 gText_UnionRoomChatKeyboard_FGHIJ[];
|
||||
|
|
@ -50,4 +50,4 @@ extern const u8 gText_NamingScreenKeyboard_56789[];
|
|||
extern const u8 gText_NamingScreenKeyboard_Symbols1[];
|
||||
extern const u8 gText_NamingScreenKeyboard_Symbols2[];
|
||||
|
||||
#endif //GUARD_DATA_8479668_H
|
||||
#endif //GUARD_KEYBOARD_TEXT_H
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
#include "global.h"
|
||||
#include "gflib.h"
|
||||
#include "data_8479668.h"
|
||||
#include "keyboard_text.h"
|
||||
#include "decompress.h"
|
||||
#include "easy_chat.h"
|
||||
#include "graphics.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#include "global.h"
|
||||
|
||||
// easy_chat_2
|
||||
// easy_chat_3
|
||||
const u8 gUnknown_847A8D8[] = _("{CLEAR 11}A{CLEAR 6}B{CLEAR 6}C{CLEAR 26}D{CLEAR 6}E{CLEAR 6}F{CLEAR 26}others");
|
||||
const u8 gUnknown_847A8FA[] = _("{CLEAR 11}G{CLEAR 6}H{CLEAR 6}I{CLEAR 26}J{CLEAR 6}K{CLEAR 6}L");
|
||||
const u8 gUnknown_847A913[] = _("{CLEAR 11}M{CLEAR 6}N{CLEAR 6}O{CLEAR 26}P{CLEAR 6}Q{CLEAR 6}R{CLEAR 6}S{CLEAR 26} ");
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include "global.h"
|
||||
#include "gflib.h"
|
||||
#include "data.h"
|
||||
#include "data_8479668.h"
|
||||
#include "keyboard_text.h"
|
||||
#include "event_data.h"
|
||||
#include "event_object_movement.h"
|
||||
#include "event_scripts.h"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
#include "task.h"
|
||||
#include "union_room_chat.h"
|
||||
#include "union_room_chat_display.h"
|
||||
#include "data_8479668.h"
|
||||
#include "keyboard_text.h"
|
||||
#include "constants/songs.h"
|
||||
|
||||
#define MESSAGE_BUFFER_NCHAR 15
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user