diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-11 18:00:03 -0400 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-11 18:00:03 -0400 |
| commit | 18fb5fc4682a196e80a774af4aa1f68ead8186b9 (patch) | |
| tree | 2586be36d4160f1d868335e7f974d807a6cdbfac /engine/save.asm | |
| parent | More bank3 documentation (diff) | |
| download | pokeyellow-18fb5fc4682a196e80a774af4aa1f68ead8186b9.tar.gz pokeyellow-18fb5fc4682a196e80a774af4aa1f68ead8186b9.tar.xz pokeyellow-18fb5fc4682a196e80a774af4aa1f68ead8186b9.zip | |
more annotations on ModifyPikachuHappiness
Diffstat (limited to 'engine/save.asm')
| -rwxr-xr-x | engine/save.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/save.asm b/engine/save.asm index e6369779..a75ec41c 100755 --- a/engine/save.asm +++ b/engine/save.asm @@ -248,7 +248,7 @@ SaveSAVtoSRAM2: ; 73b56 (1c:7b56) ld de, sMainData ld bc, wPokedexSeenEnd - wPokedexOwned call CopyData - ld hl, wd470 + ld hl, wPikachuHappiness ld de, sMainData + $179 ld a, [hli] ld [de], a |
