diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-08 14:11:24 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-08 14:11:24 -0400 |
commit | e95d42e0af1921f516c1fd4269024aa3f586514f (patch) | |
tree | 3130d8d059dbeb247b24bd31eec28c6e358659d8 /misc/battle_tower_47.asm | |
parent | bb58230ca7a3f0f3c58af2b182051cf33ba609ac (diff) |
All functions in main.asm have non-generic names
Diffstat (limited to 'misc/battle_tower_47.asm')
-rwxr-xr-x | misc/battle_tower_47.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/battle_tower_47.asm b/misc/battle_tower_47.asm index 1c83fabf5..f9e2ac0ea 100755 --- a/misc/battle_tower_47.asm +++ b/misc/battle_tower_47.asm @@ -81,7 +81,7 @@ ENDC bccoord 1, 14 pop af ld [rSVBK], a - call PlaceWholeStringInBoxAtOnce + call PlaceHLTextAtBC ret ; 11c05d |