summaryrefslogtreecommitdiff
path: root/engine/unowndex.asm
diff options
context:
space:
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