diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-11 23:56:16 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-11 23:56:16 -0400 |
commit | 9b2c58dfd3021bb0c4eedb9df1cfe5ca23060c17 (patch) | |
tree | 4499dd3298b7b1526460f3c93aac035ec61d9d96 /engine/hall_of_fame.asm | |
parent | 66fbdbbf5aba6bd7ad8b388b01d8f1929ad4cd3e (diff) | |
parent | 805b4fa7fd18deaec63442db975a381f11445b02 (diff) |
Merge pull request #3 from PikalaxALT/master
ModifyPikachuHappiness
Diffstat (limited to 'engine/hall_of_fame.asm')
-rwxr-xr-x | engine/hall_of_fame.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm index 71b34dc3..d8ca2d2b 100755 --- a/engine/hall_of_fame.asm +++ b/engine/hall_of_fame.asm @@ -156,7 +156,7 @@ HoFDisplayAndRecordMonInfo: ; 7030e (1c:430e) call HoFDisplayMonInfo ld a, [wHoFPartyMonIndex] ld [wWhichPokemon], a - callab Func_fce18 ; 3f:4e18 + callab IsThisPartymonOurPikachu ; 3f:4e18 jr nc, .asm_70336 ld e, $22 callab Func_f0000 |