summaryrefslogtreecommitdiff
path: root/mobile/fixed_words.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2017-12-28 13:23:44 +0100
committerxCrystal <rgr.crystal@gmail.com>2017-12-28 13:23:44 +0100
commit7beb497d3aba7cd1bb34f2b1394bde80c1cd9807 (patch)
treea392d05e31ce2c3c614992a4a3100a65f012fd2e /mobile/fixed_words.asm
parent9457679af8d36a140db7b8832df595e8310e6bb4 (diff)
Uppercase MACRO and EQU(S) according to the style guide
Diffstat (limited to 'mobile/fixed_words.asm')
-rwxr-xr-xmobile/fixed_words.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/fixed_words.asm b/mobile/fixed_words.asm
index a0f65599c..de78a1a4e 100755
--- a/mobile/fixed_words.asm
+++ b/mobile/fixed_words.asm
@@ -4209,7 +4209,7 @@ MobileEZChatCategoryPointers: ; 11daac
; 11f220
MobileEZChatData_WordAndPageCounts:
-macro_11f220: macro
+macro_11f220: MACRO
; parameter: number of words
db \1
; 12 words per page (0-based indexing)
@@ -4240,7 +4240,7 @@ EZChat_SortedWords:
; allocated size for each.
; These arrays are expanded dynamically to accomodate
; any Pokemon you've seen that starts with each kana.\
-macro_11f23c: macro
+macro_11f23c: MACRO
dw x - w3_d000, \1
x = x + 2 * \1
endm