From 7cef012335f0bb335833a3ea36fd02dfa31cfbea Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 22 Jan 2018 13:00:35 -0500 Subject: wUnlockedUnowns engine flag constants Use local labels for "End"ings --- mobile/fixed_words.asm | 4 ++-- mobile/mobile_46.asm | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'mobile') 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 diff --git a/mobile/mobile_46.asm b/mobile/mobile_46.asm index 8090c3a9b..98e896789 100755 --- a/mobile/mobile_46.asm +++ b/mobile/mobile_46.asm @@ -4105,12 +4105,10 @@ BattleTowerRoomMenu_IncrementJumptable: ; 119e2e (46:5e2e) XGameCodePrefix: ; 119e33 INCBIN "data/mobile/x-game-code-prefix.txt" -XGameCodePrefixEnd: ;119e40 XGameResultPrefix: ; 119e40 INCBIN "data/mobile/x-game-result-prefix.txt" -XGameResultPrefixEnd: ; 119e4f Function119e4f: ; 119e4f -- cgit v1.2.3