From 9c9fb882c70650b82f4e684d12a5f5cf03d18ae6 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 6 Jul 2015 13:35:48 -0400 Subject: Complete documentation of bank3d todo: label functions past engine/items/tm_prices.asm check if hlCoords are correct. --- engine/battle/moveEffects/focus_energy_effect.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/battle/moveEffects/focus_energy_effect.asm') diff --git a/engine/battle/moveEffects/focus_energy_effect.asm b/engine/battle/moveEffects/focus_energy_effect.asm index f01e61cc..0089c8b1 100644 --- a/engine/battle/moveEffects/focus_energy_effect.asm +++ b/engine/battle/moveEffects/focus_energy_effect.asm @@ -1,4 +1,4 @@ -FocusEnergyEffect_: ; 27f86 (9:7f86) +FocusEnergyEffect_: ; f628b (3d:628b) ld hl, W_PLAYERBATTSTATUS2 ld a, [H_WHOSETURN] and a @@ -18,7 +18,7 @@ FocusEnergyEffect_: ; 27f86 (9:7f86) ld b, BANK(PrintButItFailedText_) jp Bankswitch -GettingPumpedText: ; 27fb3 (9:7fb3) +GettingPumpedText: ; f62b5 (3d:62b5) db $0a TX_FAR _GettingPumpedText db "@" -- cgit v1.3.1-sl0p