summaryrefslogtreecommitdiff
path: root/src/walda_phrase.c
diff options
context:
space:
mode:
authornullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com>2018-12-05 22:31:01 +0800
committernullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com>2018-12-06 10:38:28 +0800
commitf9ff7316d5c7277eb7482e30121388cd65f4ecfc (patch)
treeee8f4a9c338f880a3585d6e9ed9ed695f27cef3d /src/walda_phrase.c
parent405f1bb529809b8169364737087189df0fcca1d2 (diff)
Remove uses of INVALID_ defines, clean up some arrays with constants, and spaces -> tabs
Diffstat (limited to 'src/walda_phrase.c')
-rw-r--r--src/walda_phrase.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/walda_phrase.c b/src/walda_phrase.c
index 44da22f31..ff2ee7399 100644
--- a/src/walda_phrase.c
+++ b/src/walda_phrase.c
@@ -176,7 +176,7 @@ static void sub_81D9C90(u8 *array, s32 arg1, s32 arg2)
s32 i, j;
u8 var1, var2;
- for (i = arg2 - 1; i != INVALID_S32; i--)
+ for (i = arg2 - 1; i != -1; i--)
{
var1 = (array[0] & 0x80) >> 7;