diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-04 16:14:27 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-04 16:14:27 -0500 |
commit | 7fd20e63223e777872618b3eac7cf49f8b105fec (patch) | |
tree | 0f06f9805b84653c173d130147f41ca08477e33a /items | |
parent | 95cb4636af8e19922922f4d183edaea20a56596c (diff) |
home/copy.asm completely labeled
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index 480ed895f..c1d891326 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -607,7 +607,7 @@ endr call FadeToWhite - call Functione51 + call LoadStandardFont pop hl ld de, StringBuffer1 @@ -687,7 +687,7 @@ endr call PrintText call FadeToWhite - call Functione51 + call LoadStandardFont jr .asm_ebe2 .asm_ebd1 |