summaryrefslogtreecommitdiff
path: root/mobile/fixed_words.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-01-22 13:00:35 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-01-22 13:00:35 -0500
commit7cef012335f0bb335833a3ea36fd02dfa31cfbea (patch)
tree700e7161b90e2ca3c32598585b76828c1ad160db /mobile/fixed_words.asm
parent6ecf18aa52b79131fbf0cce85c41d3cae617100a (diff)
wUnlockedUnowns engine flag constants
Use local labels for "End"ings
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 a57722747..78c623f48 100755
--- a/mobile/fixed_words.asm
+++ b/mobile/fixed_words.asm
@@ -3037,7 +3037,7 @@ EZChat_GetSeenPokemonByKana: ; 11d3ba
ld [wcd34], a
ld hl, EZChat_SortedWords
- ld a, (EZChat_SortedWordsEnd - EZChat_SortedWords) / 4
+ ld a, (EZChat_SortedWords.End - EZChat_SortedWords) / 4
.MasterLoop: ; 11d3ef
push af
@@ -4196,4 +4196,4 @@ x = $d012
macro_11f23c $15 ; wa
x = $d000
macro_11f23c $09 ; end
-EZChat_SortedWordsEnd:
+.End