From 3caf9a43e308af32ba23fd672ba662d2ea4c091e Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 9 Apr 2016 18:13:37 -0400 Subject: Some Bank3F Pikachu Emotions disassembling and partial documentation. --- home/overworld.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/overworld.asm b/home/overworld.asm index 65f053af..7a3e6cac 100644 --- a/home/overworld.asm +++ b/home/overworld.asm @@ -2148,8 +2148,8 @@ IsSpinning:: ; 0ff0 (0:0ff0) jp Bankswitch Func_0ffe:: ; 0ffe (0:0ffe) - ld hl, Func_fcf0c ; 3f:4f0c - ld b, BANK(Func_fcf0c) + ld hl, IsPlayerTalkingToPikachu ; 3f:4f0c + ld b, BANK(IsPlayerTalkingToPikachu) jp Bankswitch InitSprites:: ; 1006 (0:1006) -- cgit v1.3.1-sl0p