summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2016-01-06 16:59:56 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2016-01-06 16:59:56 -0500
commit69af99da5e4bcfa9cb90394531e531388f1399eb (patch)
tree501c97024948e4b18ad1a430eda0aa43b14ae3e1 /main.asm
parentce019e6347435a89fe53037db993049958fc837e (diff)
Mr Pokemons House
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