diff options
author | YamaArashi <shadow962@live.com> | 2016-01-07 23:27:40 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-07 23:27:40 -0800 |
commit | 4e95a132955541349558aeeba29a44890aefcee2 (patch) | |
tree | 3ca322c8d91323432bf161884ae7854144a58f0c /asm/string_util.s | |
parent | cf8f49038161834e920d2a1c28c96a4458741ed4 (diff) |
update asm
Diffstat (limited to 'asm/string_util.s')
-rw-r--r-- | asm/string_util.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/string_util.s b/asm/string_util.s index f3d3736cb..84486a211 100644 --- a/asm/string_util.s +++ b/asm/string_util.s @@ -263,7 +263,7 @@ _08008C8E: thumb_func_end CompareString_LimitN thumb_func_start IsStringLengthLessThanN -; BOOL IsStringLengthLessThanN(u8 *s, s32 n) +; bool8 IsStringLengthLessThanN(u8 *s, s32 n) IsStringLengthLessThanN: ; 8008C94 push {lr} adds r3, r0, 0 @@ -1106,7 +1106,7 @@ _08009218: thumb_func_end WriteColorChangeControlCode thumb_func_start sub_8009228 -; BOOL sub_8009228(u8 *s) +; bool8 sub_8009228(u8 *s) sub_8009228: ; 8009228 push {lr} adds r2, r0, 0 @@ -1133,7 +1133,7 @@ _08009248: thumb_func_end sub_8009228 thumb_func_start sub_800924C -; BOOL sub_800924C(u8 *s, u32 n) +; bool8 sub_800924C(u8 *s, u32 n) sub_800924C: ; 800924C push {r4,lr} adds r3, r0, 0 @@ -1252,7 +1252,7 @@ _080092FE: thumb_func_end CompareStringWithoutExtendedControlCodes thumb_func_start StopMusicWhileStringIsPrinted -; void StopMusicWhileStringIsPrinted(u8 *s, BOOL stopMusic) +; void StopMusicWhileStringIsPrinted(u8 *s, bool8 stopMusic) StopMusicWhileStringIsPrinted: ; 8009308 push {r4,lr} adds r4, r0, 0 |