diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-25 12:56:05 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-25 12:56:05 -0400 |
| commit | c8ddbe7566120d74a5078d5a9031a6c5befde00d (patch) | |
| tree | af11a8d6699187a30e7d67c17403c39b45a9c854 /engine/hall_of_fame.asm | |
| parent | Ignore extras1\ (diff) | |
| download | pokeyellow-c8ddbe7566120d74a5078d5a9031a6c5befde00d.tar.gz pokeyellow-c8ddbe7566120d74a5078d5a9031a6c5befde00d.tar.xz pokeyellow-c8ddbe7566120d74a5078d5a9031a6c5befde00d.zip | |
Revert "data/facing.asm, titlescreen functions, oam/sprite related functions, other misc functions"
This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b.
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 3db51e05..cf7a3caa 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 PlayPikachuSoundClip + callab Func_f0000 jr .asm_7033c .asm_70336 ld a,[wHoFMonSpecies] |
