From 18fb5fc4682a196e80a774af4aa1f68ead8186b9 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 11 Oct 2015 18:00:03 -0400 Subject: more annotations on ModifyPikachuHappiness --- home.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home.asm') diff --git a/home.asm b/home.asm index 20ffd5c4..c13c2073 100644 --- a/home.asm +++ b/home.asm @@ -475,7 +475,7 @@ HandlePartyMenuInput:: ; 1226 (0:1226) jr nz,.asm_1258 ld a,[wCurrentMenuItem] ld [wWhichPokemon],a - callab Func_fce18 ; 3f:4e18 + callab IsThisPartymonOurPikachu ; 3f:4e18 jr nc,.asm_1258 call Func_154a jr nz,.asm_128f @@ -2958,7 +2958,7 @@ IsItemInBag:: ; 3422 (0:3422) IsSurfingPikachuInParty:: ; 342a (0:342a) ; set bit 6 of wd472 if true -; also calls Func_3467, which is a bankswitch to Func_fcdb8 +; also calls Func_3467, which is a bankswitch to IsPikachuInOurParty ld a,[wd472] and $3f ld [wd472],a @@ -3001,7 +3001,7 @@ IsSurfingPikachuInParty:: ; 342a (0:342a) Func_3467:: ; 3467 (0:3467) push hl push bc - callab Func_fcdb8 + callab IsPikachuInOurParty pop bc pop hl ret nc -- cgit v1.3.1-sl0p