summaryrefslogtreecommitdiff
path: root/engine/save.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-10-11 23:56:16 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-10-11 23:56:16 -0400
commit9b2c58dfd3021bb0c4eedb9df1cfe5ca23060c17 (patch)
tree4499dd3298b7b1526460f3c93aac035ec61d9d96 /engine/save.asm
parent66fbdbbf5aba6bd7ad8b388b01d8f1929ad4cd3e (diff)
parent805b4fa7fd18deaec63442db975a381f11445b02 (diff)
Merge pull request #3 from PikalaxALT/master
ModifyPikachuHappiness
Diffstat (limited to 'engine/save.asm')
-rwxr-xr-xengine/save.asm2
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