diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-25 15:11:44 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-25 15:11:44 -0400 |
commit | ca09158b73ba10b566db1f815ea2d826fc0f9024 (patch) | |
tree | 706d96beef3777fc5d14795d4b5c4359271a11d1 /data/easy_chat.s | |
parent | 4ed28757fdc51de0da47809fab9f5be40cfe3423 (diff) |
Decompile remaining easy chat data
Diffstat (limited to 'data/easy_chat.s')
-rw-r--r-- | data/easy_chat.s | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/data/easy_chat.s b/data/easy_chat.s deleted file mode 100644 index bece4a499..000000000 --- a/data/easy_chat.s +++ /dev/null @@ -1,24 +0,0 @@ -#include "constants/easy_chat.h" -#include "constants/moves.h" -#include "constants/species.h" - .include "include/macros.inc" - .include "constants/constants.inc" - -#define EC_DUPLICATES(count) (0xFF00 + (count)) - - .section .rodata - -@ 83DBF2C - .include "data/text/easy_chat/group_words.inc" - -@ 83DE138 - .include "data/text/easy_chat/words_by_letter.inc" - -@ 83DEFFA - .include "data/text/easy_chat/group_sizes.inc" - -@ 83DF010 - .include "data/text/easy_chat/group_orders.inc" - -@ 83DFE6C - .include "data/text/easy_chat/group_name_table.inc" |