From 5630392f9f96c5dfeca785005bfa0f317fdb3905 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Mon, 6 Jun 2016 15:21:01 -0400 Subject: More Pikachu function documentation --- scripts/billshouse.asm | 2 +- scripts/fanclub.asm | 2 +- scripts/pewterpokecenter2.asm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/billshouse.asm b/scripts/billshouse.asm index c93d86df..a3a86d74 100755 --- a/scripts/billshouse.asm +++ b/scripts/billshouse.asm @@ -42,7 +42,7 @@ BillsHouseScript0: ; 1e782 (7:6782) ld a, [wd472] bit 7, a jr z, .asm_1e0d2 - callab Func_fce73 + callab CheckPikachuFaintedOrStatused jr c, .asm_1e0d2 callab Func_f24d5 .asm_1e0d2 diff --git a/scripts/fanclub.asm b/scripts/fanclub.asm index fbc6d959..d1dffea6 100755 --- a/scripts/fanclub.asm +++ b/scripts/fanclub.asm @@ -36,7 +36,7 @@ FanClubScript_59a44: ld a, [wd472] bit 7, a ret z - callab Func_fce73 + callab CheckPikachuFaintedOrStatused ret c ld a, $1 ld [W_FANCLUBCURSCRIPT], a diff --git a/scripts/pewterpokecenter2.asm b/scripts/pewterpokecenter2.asm index c884ad65..e424071a 100755 --- a/scripts/pewterpokecenter2.asm +++ b/scripts/pewterpokecenter2.asm @@ -55,7 +55,7 @@ Func_f1da4: ld a, [wd472] bit 7, a ret z - callab Func_fce73 + callab CheckPikachuFaintedOrStatused ret c call DisablePikachuFollowingPlayer ret -- cgit v1.3.1-sl0p