mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 15:13:42 +01:00
Decompile chunk of easy_chat.c
This commit is contained in:
parent
1c6502338e
commit
b105d20d1e
2635
asm/easy_chat.s
2635
asm/easy_chat.s
File diff suppressed because it is too large
Load Diff
@ -17,7 +17,7 @@ gUnknown_08597530:: @ 8597530
|
|||||||
.4byte 0x0000001b
|
.4byte 0x0000001b
|
||||||
.4byte sub_811A938
|
.4byte sub_811A938
|
||||||
|
|
||||||
gUnknown_08597550:: @ 8597550
|
gEasyChatScreenTemplates:: @ 8597550
|
||||||
.byte 0x00, 0x02, 0x02, 0x00
|
.byte 0x00, 0x02, 0x02, 0x00
|
||||||
|
|
||||||
.align 2
|
.align 2
|
||||||
@ -208,13 +208,20 @@ gUnknown_08597550:: @ 8597550
|
|||||||
.4byte gText_IsAsShownOkay
|
.4byte gText_IsAsShownOkay
|
||||||
|
|
||||||
gUnknown_08597748:: @ 8597748
|
gUnknown_08597748:: @ 8597748
|
||||||
.byte 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x00, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x00, 0x0d, 0x0e, 0x0f, 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1a
|
.byte 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x00
|
||||||
|
.byte 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x00
|
||||||
|
.byte 0x0d, 0x0e, 0x0f, 0x10, 0x11, 0x12, 0x13
|
||||||
|
.byte 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1a
|
||||||
|
|
||||||
gUnknown_08597764:: @ 8597764
|
gUnknown_08597764:: @ 8597764
|
||||||
.2byte 0x0209, 0x140b, 0x1030, 0x102a
|
.2byte 0x0209, 0x140b, 0x1030, 0x102a
|
||||||
|
|
||||||
gUnknown_0859776C:: @ 859776C
|
gUnknown_0859776C:: @ 859776C
|
||||||
.2byte 0x1240, 0x0628, 0x061f, 0x2204, 0x1422, 0x0197, 0x0415, 0x0198, 0x2207, 0x0449
|
.2byte 0x1240, 0x0628
|
||||||
|
.2byte 0x061f, 0x2204
|
||||||
|
.2byte 0x1422, 0x0197
|
||||||
|
.2byte 0x0415, 0x0198
|
||||||
|
.2byte 0x2207, 0x0449
|
||||||
|
|
||||||
.align 2
|
.align 2
|
||||||
gUnknown_08597780:: @ 8597780
|
gUnknown_08597780:: @ 8597780
|
||||||
|
@ -4,5 +4,6 @@
|
|||||||
void InitDewfordTrend(void);
|
void InitDewfordTrend(void);
|
||||||
void UpdateDewfordTrendPerDay(u16);
|
void UpdateDewfordTrendPerDay(u16);
|
||||||
void UpdateDewfordTrendPerDay(u16 days);
|
void UpdateDewfordTrendPerDay(u16 days);
|
||||||
|
bool8 sub_81226D8(u16 *a);
|
||||||
|
|
||||||
#endif // GUARD_DEWFORDTREND_H
|
#endif // GUARD_DEWFORDTREND_H
|
||||||
|
@ -2413,5 +2413,14 @@ extern const u8 gUnknown_085EDC45[];
|
|||||||
extern const u8 gUnknown_085EDB00[];
|
extern const u8 gUnknown_085EDB00[];
|
||||||
extern const u8 gUnknown_085EDC84[];
|
extern const u8 gUnknown_085EDC84[];
|
||||||
|
|
||||||
|
// Easy Chat Entry
|
||||||
|
extern const u8 gText_StopGivingPkmnMail[];
|
||||||
|
extern const u8 gText_LikeToQuitQuiz[];
|
||||||
|
extern const u8 gText_ChallengeQuestionMark[];
|
||||||
|
extern const u8 gText_QuitEditing[];
|
||||||
|
extern const u8 gText_AllTextBeingEditedWill[];
|
||||||
|
extern const u8 gText_BeDeletedThatOkay[];
|
||||||
|
extern const u8 gText_Lady[];
|
||||||
|
extern const u8 gText_F700sQuiz[];
|
||||||
|
|
||||||
#endif // GUARD_STRINGS_H
|
#endif // GUARD_STRINGS_H
|
||||||
|
2054
src/easy_chat.c
2054
src/easy_chat.c
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user