Mr Pokemons House

This commit is contained in:
PikalaxALT
2016-01-06 16:59:56 -05:00
parent ce019e6347
commit 69af99da5e
10 changed files with 94 additions and 94 deletions

View File

@@ -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