From ab0f9c287a45d1986985545d7ec6a2cd862e26fc Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 23 Nov 2021 20:18:08 -0500 Subject: Use compound assignment operators --- mobile/fixed_words.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile') diff --git a/mobile/fixed_words.asm b/mobile/fixed_words.asm index c2cc99ea3..0a8bfad27 100644 --- a/mobile/fixed_words.asm +++ b/mobile/fixed_words.asm @@ -4073,7 +4073,7 @@ EZChat_SortedWords: ; any Pokemon you've seen that starts with each kana. macro_11f23c: MACRO dw w3_d012 - w3_d000 + x, \1 -x = x + 2 * \1 +x += 2 * \1 ENDM x = 0 macro_11f23c $2f ; a -- cgit v1.2.3