aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/moveEffects/heal_effect.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-07-06 13:35:48 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-07-06 13:35:48 -0400
commit9c9fb882c70650b82f4e684d12a5f5cf03d18ae6 (patch)
tree38e83aa984862e0e6010e490f2092b9eaf5d5807 /engine/battle/moveEffects/heal_effect.asm
parentMore bank3d documentation. (diff)
downloadpokeyellow-9c9fb882c70650b82f4e684d12a5f5cf03d18ae6.tar.gz
pokeyellow-9c9fb882c70650b82f4e684d12a5f5cf03d18ae6.tar.xz
pokeyellow-9c9fb882c70650b82f4e684d12a5f5cf03d18ae6.zip
Complete documentation of bank3d
todo: label functions past engine/items/tm_prices.asm check if hlCoords are correct.
Diffstat (limited to 'engine/battle/moveEffects/heal_effect.asm')
-rw-r--r--engine/battle/moveEffects/heal_effect.asm14
1 files changed, 7 insertions, 7 deletions
diff --git a/engine/battle/moveEffects/heal_effect.asm b/engine/battle/moveEffects/heal_effect.asm
index 862917f7..d6d4e183 100644
--- a/engine/battle/moveEffects/heal_effect.asm
+++ b/engine/battle/moveEffects/heal_effect.asm
@@ -1,4 +1,4 @@
-HealEffect_: ; 3b9ec (e:79ec)
+HealEffect_: ; f62ba (3d:62ba)
ld a, [H_WHOSETURN]
and a
ld de, wBattleMonHP
@@ -86,7 +86,7 @@ HealEffect_: ; 3b9ec (e:79ec)
ld [wHPBarNewHP], a
.playAnim
ld hl, PlayCurrentMoveAnimation
- call BankswitchEtoF
+ call Bankswitch3DtoF
ld a, [H_WHOSETURN]
and a
hlCoord 10, 9
@@ -98,23 +98,23 @@ HealEffect_: ; 3b9ec (e:79ec)
ld [wHPBarType], a
predef UpdateHPBar2
ld hl, DrawHUDsAndHPBars
- call BankswitchEtoF
+ call Bankswitch3DtoF
ld hl, RegainedHealthText
jp PrintText
.failed
ld c, 50
call DelayFrames
ld hl, PrintButItFailedText_
- jp BankswitchEtoF
+ jp Bankswitch3DtoF
-StartedSleepingEffect: ; 3baa2 (e:7aa2)
+StartedSleepingEffect: ; f6370 (3d:6370)
TX_FAR _StartedSleepingEffect
db "@"
-FellAsleepBecameHealthyText: ; 3baa7 (e:7aa7)
+FellAsleepBecameHealthyText: ; f6375 (3d:6375)
TX_FAR _FellAsleepBecameHealthyText
db "@"
-RegainedHealthText: ; 3baac (e:7aac)
+RegainedHealthText: ; f637a (3d:637a)
TX_FAR _RegainedHealthText
db "@"