summaryrefslogtreecommitdiff
path: root/engine/overworld/variables.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/overworld/variables.asm')
-rw-r--r--engine/overworld/variables.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/variables.asm b/engine/overworld/variables.asm
index 329a2f9f2..321665ad5 100644
--- a/engine/overworld/variables.asm
+++ b/engine/overworld/variables.asm
@@ -106,11 +106,11 @@ _GetVarAction::
.UnownCaught:
; Number of unique Unown caught.
- call .count
+ call .count_unown
ld a, b
jp .loadstringbuffer2
-.count
+.count_unown
ld hl, wUnownDex
ld b, 0
.loop