Crash Twinsanity - Regional Differences - NTSC-J
Crash Twinsanity - Regional Differences - NTSC-J
function youmayhavealreadywon()
{
var content = '
';
content += '';
content += 'Win a free Cortex Vortex session!
Click HERE to find out how!';
content += '';
content += '
';content += '';
content += 'Win a free Cortex Vortex session!
Click HERE to find out how!';
content += '';
content += '
$("#ad1").replaceWith(content);
}
window.onload = function(){
(adsbygoogle = window.adsbygoogle || ).push({});
if($("#ad1").height() <= 32) youmayhavealreadywon();
};
Fonts
(contributed by Micster)
The menu and HUD fonts are different.
Crazy Walrus
In the chase scene from High Seas Hi-Jinks, Rusty runs in a completely lunatic pattern, often completely turning around at certain points, making the whole experience a lot less difficult and definitely weirder. I wonder what exactly he was cooking back there.
Evil Cockroach
(contributed by Micster)
The PlayStation 2 version in PAL and NTSC-J regions has a notorious glitch where Evil Crash runs around in circles instead of chasing Cortex in Bandicoot Pursuit. This doesn't affect the gameplay, but it does look rather silly.
A Hero's Trailer
(contributed by Micster)
The NTSC-U version features a trailer for Spyro: A Hero's Tail in the extras menu, which is unlocked from the start. It's missing from the PAL and NTSC-J versions entirely.
var login_form = true;
var error_password = "Invalid combination.";
var error_notfound = "This account doesn't exist.";
var error_unconfirmed = "Your account is still unconfirmed. Check your email/spam for instructions.";
var error_inactive = "Your account has been deactivated.";
var error_unknown = "An unknown error has occurred.";
var error_forgotpassword = "Forgot your password?";
Don't have an account yet? Click here!
Forgot password
— or —
<!-- -->
English |
Français
|
Português
|
русский
(function() {
var cx = '003509198292720977761:x0gu8acbvrc';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
var cur_url = 'games';
var url = '/en/games/crash-twinsanity/regional-differences/ntsc-j/';
var font_size = 1;
var lang = 'en';
var cookieconsent_status = "statistics;functionality;marketing";
cookieConsentBar(
'This site uses cookies to improve your experience.',
'/en/privacy-policy/#cookies',
'Learn more',
'Save preferences',
'Necessary',
'Statistics',
'true',
'Functionality',
'true',
'Marketing',
'true',
'left'
);
var scroll_top = 0;
var scroll_pos = 0;
var scroll_top_total = 0;
$(window).scroll(function() {
if (getCookie('cookieconsent_status') == '') {
var cur_scroll_pos = $(this).scrollTop();
// if (cur_scroll_pos > scroll_pos) {
scroll_top_total++;
// }
scroll_pos = cur_scroll_pos;
if (scroll_top_total > 50) {
saveCookieConsentBar();
}
}
});