Ada Wong Voice Ada WongMOVIESVIDEO GAMESComments
All TimeThis Week
LOGIN
USERNAME:
PASSWORD:
Forgot password?
Don't have an account? Join BTVA
Members Who Shout This Out![X]
Confirmed Credits[X]
LOGIN |
JOIN BTVA
function menu_burger_expand(element_id)
var x = document.getElementById(element_id);
if (x.className === 'navbar')
x.className += " responsive";
else
x.className = 'navbar';
<!--
ANNOUNCEMENT: The BTVA server has undergone a major version upgrade. If you experience any issues, please report them here.
$(function()
if (document.body.scrollWidth > 660)
document.cookie = 'my_browser_width = desktop';
else
document.cookie = 'my_browser_width = mobile';
);
Ada Wong
Franchise: Resident Evil
| Most Reprisals: | Courtenay Taylor (voiced in 3 titles) Sally Cahill (voiced in 3 titles) Junko Minagawa (voiced in 5 titles) |
Popularity:
752nd All Time, 266th This Week
$(function()
$('.show_nonenglish').click(function()
var char_id = $(this).attr('rel');
$('.nonenglish'+char_id).slideDown();
$(this).hide();
$('.hide_nonenglish'+char_id).show();
);
$('.hide_nonenglish').click(function()
var char_id = $(this).attr('rel');
$('.nonenglish'+char_id).slideUp();
$(this).hide();
$('.show_nonenglish'+char_id).show();
);
);
Ada Wong Voice
Incarnations On BTVA: 9
MOVIES
Resident Evil: Damnation (2012)
[Show Non-English Actors][Hide Non-English Actors]

Junko Minagawa

Conchi Lopez

Juliette Degenne
VIDEO GAMES
Resident Evil 2 (2019) (2019)
[Show Non-English Actors][Hide Non-English Actors]

Junko Minagawa
Project X Zone 2 (2016)

Junko Minagawa
Resident Evil 6 (2012)
[Show Non-English Actors][Hide Non-English Actors]

Junko Minagawa

Conchi Lopez
Resident Evil: Operation Raccoon City (2012)
[Show Non-English Actors][Hide Non-English Actors]

Junko Minagawa

Lorella De Luca
Resident Evil: The Darkside Chronicles (2009)
Resident Evil: The Umbrella Chronicles (2007)
Resident Evil 4 (2005)
Resident Evil 2 (1998)
<!--
(function()
var zergnet = document.createElement('script');
zergnet.type = 'text/javascript'; zergnet.async = true;
zergnet.src = (document.location.protocol == "https:" ? "https:" : "http:") + '//www.zergnet.com/zerg.js?id=65855';
var znscr = document.getElementsByTagName('script')[0];
znscr.parentNode.insertBefore(zergnet, znscr);
)();
-->
var hash = '';
$(function()
var comment_note = $('#comment_note').val();
var default_comment_position = 0;
if (window.location.href.indexOf("#comment") > -1)
default_comment_position = -1;
hash = window.location.hash.substr(1);
render_the_comments(default_comment_position);
render_reply_box($('#reply_to'), 0, 0, '','first_load',comment_note);
$('#add_new_reply').click(function()
var comment_note = $('#comment_note').val();
$('.comments_reply_container').html('').hide();
render_reply_box($('#reply_to'), 0, 0, '', '',comment_note);
);
);
function render_reply_box(comments_reply_container, parent_id, reply_id, username, first_load, comment_note)
$.post('https://www.behindthevoiceactors.com/comments_reply_box.php',
parent_id : parent_id, reply_id : reply_id, username : username, comment_note : comment_note, id_sub : 'submit_comment', id_comment : 'comment', id_parent_comment_id : 'parent_comment_id', id_reply_user_id : 'reply_user_id'
, function(response)
var returnVal = jQuery.trim(response);
comments_reply_container.html(returnVal).show();
if (first_load != '')
$('.post_comment_login_link').click(function()
$('.popup_login').jqm(overlay:70,toTop:true).jqmShow();
);
$('.post_comment_validate_link').click(function()
$('.popup_validate').jqm(overlay:70,toTop:true).jqmShow();
);
$('#submit_comment').unbind('click').bind('click', function()
var button = $(this);
button.hide().next().show();
var comment = $('#comment').val();
var parent_comment_id = $('#parent_comment_id').val();
var reply_user_id = $('#reply_user_id').val();
var medium = $('#medium').val();
var medium_id = $('#medium_id').val();
if (comment != '')
if (comment.length < 2000)
$.post('https://www.behindthevoiceactors.com/add_comment.php',
comment : comment
, parent_comment_id : parent_comment_id
, reply_user_id : reply_user_id
, medium : medium
, medium_id : medium_id
, function(response)
var returnVal = jQuery.trim(unescape(response));
if (returnVal != '') '+parent_comment_id+'
else
window.location.reload();
);
else
alert('Please keep your comments less than 2000 characters.');
button.show().next().hide();
else
$('#error_fill_in').show();
button.show().next().hide();
);
$('.cancel_reply_button').unbind('click').bind('click', function()
var comment_note = $('#comment_note').val();
$('.comments_reply_container').html('').hide();
render_reply_box($('#reply_to'), 0, '', '',comment_note);
);
);
function render_the_comments(current_position)
$.post('https://www.behindthevoiceactors.com/comments_get.php',
comments_medium : 'characters_generations', comments_medium_id_label : 'CharGenID', comments_medium_id : '3887', current_position : current_position
, function(response)
var returnVal = jQuery.trim(response);
$('#comments_render_container').append(returnVal).show();
$('.reply_link').unbind('click').bind('click', function()
var rel = $(this).attr('rel');
rel = rel.split(');
$('.shoutout,.unshoutout').unbind('click').bind('click', function() ',4);
action = rel[3];
$.post('https://www.behindthevoiceactors.com/_widgets/do_shoutout.php',
post1 : rel[0], post2 : rel[1], post3 : rel[2], post4 : action
, function(response)
var return_val = $.trim(response);
if (return_val == 'SUCCESS')
if (action == 'shoutout')
link.after('You Shouted This Out!').remove();
else if (action = 'unshoutout')
link.remove();
// update total number of ShoutOuts
);
);
$('.shoutout_who').unbind('click').bind('click', function()
var link = $(this);
var rel = link.attr('rel');
rel = rel.split(');
// jump to hash
setTimeout(function()
if (hash != '')
window.location.hash = '#'+hash;
location.href = window.location.href;
, 1000);
$('#comments_load_more').click(function()
$(this).remove();
render_the_comments(11);
);
);
function nl2br(str,is_xhtml)
var breakTag = (is_xhtml
Comments
Add a Comment
Why Is This One Of Your Favorites?
- Share your reason with the rest of the community.
My Reason:
Characters left: 140
I Don't Have A Reason / I'll Add One Later
Members Who Favorited This[X]
(function(d, s, id) var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); (document, 'script', 'facebook-jssdk')); | Tweet | --> |
VOICE COMPARES
Ada Wong
Listen to all the actors who have voiced Ada Wong and vote for your favorite.
$(function()
$('.switch_week').click(function()
$('.switch_all').css('font-weight':'normal');
$(this).css('font-weight':'bold');
$('.most_popular_all').hide();
$('.most_popular_week').fadeIn();
);
$('.switch_all').click(function()
$('.switch_week').css('font-weight':'normal');
$(this).css('font-weight':'bold');
$('.most_popular_week').hide();
$('.most_popular_all').fadeIn();
);
);
MOST POPULAR
This Week |
All Time

1.
Feh
2.
Mirage
3.
Dio Brando
4.
Genichiro Ashina
5.
Bloodhound
6.
Ben Tennyson
7.
Sekiro
8.
Aracuan Bird
9.
Brain
10.
Joseph Joestar
CHECK OUT MORE »

1.
Batman
2.
Naruto Uzumaki
3.
Mickey Mouse
4.
Sonic the Hedgehog
5.
Goku Son / Kakarot
6.
Natsu Dragneel
7.
Optimus Prime
8.
Kirito / Kazuto Kirigaya
9.
King Julien
10.
Spider-Man
CHECK OUT MORE »
MOST INCARNATIONS
Characters that have appeared or been "re-versioned" multiple times across different mediums.
Batman
- 127
Bugs Bunny
- 113
Scooby-Doo
- 109
Mario
- 100
Shaggy Rogers
- 98
Daffy Duck
- 96
Kermit the Frog
- 95
Superman
- 92
Mickey Mouse
- 88
Donald Duck
- 86
CHECK OUT MORE »
<!---->
<!---->
// Images OnDemand
var _$d = $(document);
var _$w = $(window);
var imgToLoad = 1;
// offset of bottom to load images, on px
var offset = 50;
function imgOndemand()
//calc current scroll position
var scrollPos = _$w.height() + _$w.scrollTop();
$('#current').html(scrollPos);
// get imgs not loaded
$('img.img-ondemand').each(function()
var $img = $(this);
// filter imgs over scroll limit
if($img.offset().top < scrollPos+offset)
$img.attr('src',$img.attr('longdesc')).removeClass('img-ondemand');
);
imgToLoad = $('img.img-ondemand').length;
$(function()
imgOndemand();
);
$(window).scroll(function()
if (imgToLoad)
imgOndemand();
);
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-9533848-1']);
_gaq.push(['_setSiteSpeedSampleRate', 100]);
_gaq.push(['_setDomainName', 'www.behindthevoiceactors.com']);
_gaq.push(['_trackPageview']);
(function()
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
)();








