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 /wram.asm | |
parent | ce019e6347435a89fe53037db993049958fc837e (diff) |
Mr Pokemons House
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3067,12 +3067,12 @@ PoisonStepCount:: ; dc74 ds 1 ds 2 -wdc77:: ds 2 -wdc79:: +wHappinessStepCount:: ds 1 + ds 1 wParkBallsRemaining:: -wSafariBallsRemaining:: ds 1 -wSafariTimeRemaining:: ds 2 -wPhoneList:: ds CONTACT_LIST_SIZE +wSafariBallsRemaining:: ds 1 ; dc79 +wSafariTimeRemaining:: ds 2 ; dc7a +wPhoneList:: ds CONTACT_LIST_SIZE ; dc7c ds 23 wLuckyNumberShowFlag:: ds 2 ; dc9d wLuckyIDNumber:: ds 2 ; dc9f |