summaryrefslogtreecommitdiff
path: root/engine/unowndex.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-01-09 19:46:41 -0800
committerYamaArashi <shadow962@live.com>2016-01-09 19:46:41 -0800
commitb609a1690d49bc7fa6016f4db8a3ee5450ad780c (patch)
treeff5ae2d52444e07bcb44e86684093c3a924d1370 /engine/unowndex.asm
parent418c84dc0c0808559e1ad8605f9346369861588b (diff)
pokedex unown mode
Diffstat (limited to 'engine/unowndex.asm')
-rwxr-xr-xengine/unowndex.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/unowndex.asm b/engine/unowndex.asm
index 8c4332e96..0b251da0b 100755
--- a/engine/unowndex.asm
+++ b/engine/unowndex.asm
@@ -25,7 +25,7 @@ PrintUnownWord: ; fba2e (3e:7a2e)
ld bc, 12
ld a, " "
call ByteFill
- ld a, [wc7dd]
+ ld a, [wDexCurrentUnownIndex]
ld e, a
ld d, 0
ld hl, UnownDex