From f0915e2b664f3c045cdea710aeced219396db8bb Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Tue, 29 Dec 2015 14:53:57 -0500 Subject: More BankF documentation Also introduce bit direction constants and setpal macros --- engine/hall_of_fame.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/hall_of_fame.asm') diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm index 485ab182..762850f3 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 IsThisPartymonOurPikachu ; 3f:4e18 + callab IsThisPartymonStarterPikachu_Party ; 3f:4e18 jr nc, .asm_70336 ld e, $22 callab PlayPikachuSoundClip -- cgit v1.3.1-sl0p