diff options
author | YamaArashi <shadow962@live.com> | 2016-01-25 19:03:04 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-25 19:03:04 -0800 |
commit | ada7b7b72e0c4cdc1788d3fd7be14331df447702 (patch) | |
tree | fe886439f33be752671f95ce56826da5aecfc123 /data | |
parent | 5cfa2f7d458d0383c60c48fe12bf07ccbfb721d1 (diff) |
easy chat group sizes
Diffstat (limited to 'data')
-rw-r--r-- | data/data2.s | 7 | ||||
-rw-r--r-- | data/text/easy_chat/group_sizes.s | 23 |
2 files changed, 28 insertions, 2 deletions
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 |