diff options
| author | YamaArashi <shadow962@live.com> | 2014-08-08 22:39:13 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2014-08-08 22:39:13 -0700 |
| commit | 59f0507e4cd0693eb89f5ab3e44cb3c442666140 (patch) | |
| tree | 331b08b7eb8c64dc3ff8c505f58a5c28763d79ad /engine/battle/e_2.asm | |
| parent | Commented function (diff) | |
| download | pokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.tar.gz pokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.tar.xz pokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.zip | |
Labelled many functions/variables
Diffstat (limited to 'engine/battle/e_2.asm')
| -rwxr-xr-x | engine/battle/e_2.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/battle/e_2.asm b/engine/battle/e_2.asm index 665807fe..b0e08982 100755 --- a/engine/battle/e_2.asm +++ b/engine/battle/e_2.asm @@ -93,7 +93,7 @@ HealEffect_: ; 3b9ec (e:79ec) .asm_3ba83 ld [wListMenuID], a ; wListMenuID predef UpdateHPBar2 - ld hl, Func_3cd5a ; $4d5a + ld hl, DrawHUDsAndHPBars ; $4d5a call BankswitchEtoF ld hl, RegainedHealthText ; $7aac jp PrintText @@ -226,8 +226,8 @@ TransformEffect_: ; 3bab1 (e:7ab1) ld a, [hl] ld [wd11e], a call GetMonName - ld hl, wcd26 - ld de, wcd12 + ld hl, wEnemyMonUnmodifiedAttack + ld de, wPlayerMonUnmodifiedAttack call Func_3bb7d ld hl, wEnemyMonStatMods ; wcd2e ld de, wPlayerMonStatMods ; wcd1a |
