aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2016-04-09 18:13:37 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2016-04-09 18:13:37 -0400
commit3caf9a43e308af32ba23fd672ba662d2ea4c091e (patch)
tree92d28ef34fbeeb6fddf0ef404db3de7b535305ca /engine/battle
parentComplete documentation of bank1e (diff)
downloadpokeyellow-3caf9a43e308af32ba23fd672ba662d2ea4c091e.tar.gz
pokeyellow-3caf9a43e308af32ba23fd672ba662d2ea4c091e.tar.xz
pokeyellow-3caf9a43e308af32ba23fd672ba662d2ea4c091e.zip
Some Bank3F Pikachu Emotions disassembling and partial documentation.
Diffstat (limited to 'engine/battle')
-rw-r--r--engine/battle/common_text.asm2
-rwxr-xr-xengine/battle/core.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/common_text.asm b/engine/battle/common_text.asm
index f357f695..a09241d4 100644
--- a/engine/battle/common_text.asm
+++ b/engine/battle/common_text.asm
@@ -11,7 +11,7 @@ PrintBeginningBattleText: ; f4000 (3d:4000)
ld a,[wBattleType]
cp $4 ; new battle type?
jr nz,.notnewbattletype
- callab Func_fd0d0
+ callab IsPlayerPikachuAsleepInParty
ld e,$24
jr c,.asm_f4026
ld e,$a
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