diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-28 09:45:44 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-28 09:46:35 -0400 |
commit | 5da296e94e8450b48e323da0fa34a064df7cd579 (patch) | |
tree | 6adc72af15673303de11429c0619a4dadb68f2ba /asm/easy_chat.s | |
parent | 002b39485534f2010d1dcc6f471cbcb63aab682e (diff) |
GetWordPhonemes; assign names and improve guess of types
Diffstat (limited to 'asm/easy_chat.s')
-rw-r--r-- | asm/easy_chat.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/easy_chat.s b/asm/easy_chat.s index a85169b61..7a4024fab 100644 --- a/asm/easy_chat.s +++ b/asm/easy_chat.s @@ -9335,8 +9335,8 @@ _0811EB0A: bx r1 thumb_func_end sub_811EAA4 - thumb_func_start sub_811EB10 -sub_811EB10: @ 811EB10 + thumb_func_start IsECWordInValidRange +IsECWordInValidRange: @ 811EB10 push {lr} lsls r0, 16 lsrs r2, r0, 25 @@ -9380,7 +9380,7 @@ _0811EB5C: _0811EB5E: pop {r1} bx r1 - thumb_func_end sub_811EB10 + thumb_func_end IsECWordInValidRange thumb_func_start GetEasyChatWord @ char *GetEasyChatWord(u8 groupId, u16 wordId) |