summaryrefslogtreecommitdiff
path: root/mobile/fixed_words.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-12-25 19:01:36 -0500
committerGitHub <noreply@github.com>2017-12-25 19:01:36 -0500
commit73db02d3cdaf81a214ec6faa5462195618a80a48 (patch)
treeb4d1a5187fda9da6186c52c03e836a5ff8f4dd90 /mobile/fixed_words.asm
parentec8c9688ce970b9c3b63a5b287a99542f0bc9984 (diff)
parent29b41068cb0644956494dd2b7b75331a336b8d26 (diff)
Merge pull request #433 from roukaour/master
More code cleanup
Diffstat (limited to 'mobile/fixed_words.asm')
-rwxr-xr-xmobile/fixed_words.asm16
1 files changed, 8 insertions, 8 deletions
diff --git a/mobile/fixed_words.asm b/mobile/fixed_words.asm
index 5f6fc1808..a0f65599c 100755
--- a/mobile/fixed_words.asm
+++ b/mobile/fixed_words.asm
@@ -3015,26 +3015,26 @@ EZChat_GetSeenPokemonByKana: ; 11d3ba
ld a, [rSVBK]
push af
ld hl, $c648
- ld a, w5_d800 % $100
+ ld a, LOW(w5_d800)
ld [wcd2d], a
ld [hli], a
- ld a, w5_d800 / $100
+ ld a, HIGH(w5_d800)
ld [wcd2e], a
ld [hl], a
- ld a, SortedPokemon % $100
+ ld a, LOW(SortedPokemon)
ld [wcd2f], a
- ld a, SortedPokemon / $100
+ ld a, HIGH(SortedPokemon)
ld [wcd30], a
- ld a, $c6a8 % $100
+ ld a, LOW($c6a8)
ld [wcd31], a
- ld a, $c6a8 / $100
+ ld a, HIGH($c6a8)
ld [wcd32], a
- ld a, $c64a % $100
+ ld a, LOW($c64a)
ld [wcd33], a
- ld a, $c64a / $100
+ ld a, HIGH($c64a)
ld [wcd34], a
ld hl, EZChat_SortedWords