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 /engine/battle/core.asm | |
parent | 9ca431b4f9706a3bbbbcfb03e2bab3360a5258a2 (diff) |
Some Bank3F Pikachu Emotions disassembling and partial documentation.
Diffstat (limited to 'engine/battle/core.asm')
-rwxr-xr-x | engine/battle/core.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 028d332d..b69a88c5 100755 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -1899,7 +1899,7 @@ SendOutMon: ; 3ccfb (f:4cfb) ld a, $1 ld [H_AUTOBGTRANSFERENABLED], a callab Func_f429f - callab Func_fd0d0 + callab IsPlayerPikachuAsleepInParty ld e, $24 jr c, .asm_3cd81 ld e, $a |