diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-24 17:35:57 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-24 17:35:57 -0400 |
| commit | 3a5d7ec05db9ce1156863983a0427396d6f6f49b (patch) | |
| tree | b85979ed890027d54edcd4deca8be46dbf10cbf7 /engine/hall_of_fame.asm | |
| parent | Complete documentation of bank3 (diff) | |
| download | pokeyellow-3a5d7ec05db9ce1156863983a0427396d6f6f49b.tar.gz pokeyellow-3a5d7ec05db9ce1156863983a0427396d6f6f49b.tar.xz pokeyellow-3a5d7ec05db9ce1156863983a0427396d6f6f49b.zip | |
data/facing.asm, titlescreen functions, oam/sprite related functions, other misc functions
Also rename pcm-related functions.
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 cf7a3caa..3db51e05 100755 --- a/engine/hall_of_fame.asm +++ b/engine/hall_of_fame.asm @@ -159,7 +159,7 @@ HoFDisplayAndRecordMonInfo: ; 7030e (1c:430e) callab IsThisPartymonOurPikachu ; 3f:4e18 jr nc, .asm_70336 ld e, $22 - callab Func_f0000 + callab PlayPikachuSoundClip jr .asm_7033c .asm_70336 ld a,[wHoFMonSpecies] |
