From ada7b7b72e0c4cdc1788d3fd7be14331df447702 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Mon, 25 Jan 2016 19:03:04 -0800 Subject: easy chat group sizes --- data/data2.s | 7 +++++-- data/text/easy_chat/group_sizes.s | 23 +++++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 data/text/easy_chat/group_sizes.s (limited to 'data') diff --git a/data/data2.s b/data/data2.s index ae6d5e0f0..2397c6c55 100644 --- a/data/data2.s +++ b/data/data2.s @@ -3962,8 +3962,11 @@ gUnknown_083DE138: ; 83DE138 gUnknown_083DEFC2: ; 83DEFC2 .incbin "baserom.gba", 0x003defc2, 0x38 -gUnknown_083DEFFA: ; 83DEFFA - .incbin "baserom.gba", 0x003deffa, 0xe1a +; 83DEFFA + .include "data/text/easy_chat/group_sizes.s" + +; 83DF010 + .incbin "baserom.gba", 0x3DF010, 0xE04 gUnknown_083DFE14: ; 83DFE14 .incbin "baserom.gba", 0x003dfe14, 0x58 diff --git a/data/text/easy_chat/group_sizes.s b/data/text/easy_chat/group_sizes.s new file mode 100644 index 000000000..971105808 --- /dev/null +++ b/data/text/easy_chat/group_sizes.s @@ -0,0 +1,23 @@ +gEasyChatGroupSizes: ; 83DEFFA + .byte 202 ; Pokémon + .byte 19 ; Trainer + .byte 109 ; Status + .byte 63 ; Battle + .byte 42 ; Greetings + .byte 75 ; People + .byte 63 ; Voices + .byte 60 ; Speech + .byte 69 ; Endings + .byte 69 ; Feelings + .byte 69 ; Conditions + .byte 78 ; Actions + .byte 45 ; Lifestyle + .byte 54 ; Hobbies + .byte 45 ; Time + .byte 42 ; Misc. + .byte 36 ; Adjectives + .byte 22 ; Event. + .byte 153 ; Move 1 + .byte 194 ; Move 2 + .byte 33 ; Trendy Saying + .byte 251 ; Pokémon2 -- cgit v1.2.3