diff options
| author | YamaArashi <shadow962@live.com> | 2015-02-08 01:44:41 -0800 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-02-08 01:44:41 -0800 |
| commit | 3870f5e10a1e17f35c78b176272df6b1f516f24e (patch) | |
| tree | 18905298246c725b735003f6c3b91f5e56203827 /engine/items/items.asm | |
| parent | move-related things (diff) | |
| download | pokeyellow-3870f5e10a1e17f35c78b176272df6b1f516f24e.tar.gz pokeyellow-3870f5e10a1e17f35c78b176272df6b1f516f24e.tar.xz pokeyellow-3870f5e10a1e17f35c78b176272df6b1f516f24e.zip | |
named misc functions
Diffstat (limited to 'engine/items/items.asm')
| -rwxr-xr-x | engine/items/items.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm index c9b1aead..c1268cd5 100755 --- a/engine/items/items.asm +++ b/engine/items/items.asm @@ -777,7 +777,7 @@ ItemUseMedicine: ; dabb (3:5abb) ld de,wBattleMonMaxHP ld bc,10 call CopyData ; copy party stats to in-battle stat data - predef Func_3ed02 + predef DoubleOrHalveSelectedStats jp .doneHealing .healHP inc hl ; hl = address of current HP |
