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 /battle | |
parent | 95cb4636af8e19922922f4d183edaea20a56596c (diff) |
home/copy.asm completely labeled
Diffstat (limited to 'battle')
-rw-r--r-- | battle/anim_objects.asm | 2 | ||||
-rw-r--r-- | battle/core.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/battle/anim_objects.asm b/battle/anim_objects.asm index f4aea5163..943b550b3 100644 --- a/battle/anim_objects.asm +++ b/battle/anim_objects.asm @@ -4949,7 +4949,7 @@ endr ld l, a pop de push bc - call Functione73 + call DecompressRequest2bpp pop bc ret ; ce85e (33:685e) diff --git a/battle/core.asm b/battle/core.asm index 752343df8..e7bd66203 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -9366,7 +9366,7 @@ Function3fb6c: ; 3fb6c hlcoord 1, 5 lb bc, 3, 7 call ClearBox - call Functione51 + call LoadStandardFont call Function3ed9f call Function3fbd6 xor a |