summaryrefslogtreecommitdiff
path: root/engine/variables.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/variables.asm')
-rwxr-xr-xengine/variables.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/variables.asm b/engine/variables.asm
index 56c49f085..1d174443e 100755
--- a/engine/variables.asm
+++ b/engine/variables.asm
@@ -89,7 +89,7 @@ _GetVarAction:: ; 80648 (20:4648)
.CountBadges: ; 806e1
; Number of owned badges.
- ld hl, Badges
+ ld hl, wBadges
ld b, 2
call CountSetBits
ld a, [wd265]