From 69af99da5e4bcfa9cb90394531e531388f1399eb Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 6 Jan 2016 16:59:56 -0500 Subject: Mr Pokemons House --- main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.asm') 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 -- cgit v1.2.3