summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 01954dc57..c13f21710 100644
--- a/main.asm
+++ b/main.asm
@@ -383,7 +383,7 @@ endr
StepHappiness:: ; 725a
; Raise the party's happiness by 1 point every other step cycle.
- ld hl, wdc77
+ ld hl, wHappinessStepCount
ld a, [hl]
inc a
and 1