diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-04-09 18:13:37 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-04-09 18:13:37 -0400 |
| commit | 3caf9a43e308af32ba23fd672ba662d2ea4c091e (patch) | |
| tree | 92d28ef34fbeeb6fddf0ef404db3de7b535305ca /home | |
| parent | Complete documentation of bank1e (diff) | |
| download | pokeyellow-3caf9a43e308af32ba23fd672ba662d2ea4c091e.tar.gz pokeyellow-3caf9a43e308af32ba23fd672ba662d2ea4c091e.tar.xz pokeyellow-3caf9a43e308af32ba23fd672ba662d2ea4c091e.zip | |
Some Bank3F Pikachu Emotions disassembling and partial documentation.
Diffstat (limited to 'home')
| -rw-r--r-- | home/overworld.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
