diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-06 16:59:56 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-06 16:59:56 -0500 |
commit | 69af99da5e4bcfa9cb90394531e531388f1399eb (patch) | |
tree | 501c97024948e4b18ad1a430eda0aa43b14ae3e1 /main.asm | |
parent | ce019e6347435a89fe53037db993049958fc837e (diff) |
Mr Pokemons House
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |