Phoenix Down

Phoenix Down Phoenix Down brings you video gaming related news, videos, artwork and memes

Oh hell yeah!
10/28/2025

Oh hell yeah!

Neo Geo Ad...Know Your Nerds! 😆
10/03/2025

Neo Geo Ad...Know Your Nerds! 😆

09/15/2025

Final Fantasy X looks better on a CRT TV (using the original hardware of course) because the system was designed for the interlaced signal and analog display of CRTs. Modern LCDs can introduce lag and artifacts, while the native display of a CRT smooths out pixelated graphics, enhances motion, and provides the authentic experience for which these games were intended.

09/11/2025

30 years ago...the sound of a new beginning!

PlayStation 30th Anniversary!
09/09/2025

PlayStation 30th Anniversary!

Perspectives!
09/03/2024

Perspectives!

07/04/2024

Epic!

In every JRPG ever existed, you can always rely on an assigned button to skip the repetitive victory animations right to...
06/01/2024

In every JRPG ever existed, you can always rely on an assigned button to skip the repetitive victory animations right to the end result screen (Usually Circle for PlayStation games )...well, except for Persona 5, yeah what's up with that ATLUS? 🙃

05/04/2024

Final Fantasy 8 Remake | A Concept by an AI

Credits Lab 13

"From The Comment Section'By the way the Korean model looks prettier than the modified character in the game just saying...
04/14/2024

"From The Comment Section'

By the way the Korean model looks prettier than the modified character in the game just saying :)

03/29/2024

Resident Evil In A Nutshell!

私の父
03/28/2024

私の父

Address

Seattle, WA

Website

Alerts

Be the first to know and let us send you an email when Phoenix Down posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share

Category

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "UNITED STATES" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });