diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ed1d6d..d007125 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,9 @@ deploy: tags: - shell before_script: + - mkdir -p ~/.ssh - echo "$SSH_PRIVATE_KEY" | base64 -d > ~/.ssh/id_ed25519 - chmod 600 ~/.ssh/id_ed25519 script: - - ssh deploy "cd /var/www/wiimart.org && git pull && sudo systemctl reload httpd" + - ssh -o StrictHostKeyChecking=accept-new $deploy "cd /var/www/wiimart.org && git pull && sudo systemctl reload httpd" - rm -rf ~/.ssh/id_ed25519 \ No newline at end of file diff --git a/index.html b/index.html index 433fd81..f030299 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ - + @@ -33,26 +33,84 @@
Important Info:
- WiiMart Wednesday #24 10-15 + WiiMart DLC Support 10-29 +

Hello WiiMart, we've got some DLC support!

+

What does this mean? Well for you we have managed to get DLC working on games that do have DLC support as per the following + list. These are the following disc games currently have WiiMart DLC support.

+ +

The other regions for these games that only support USA DLC shops will eventually be added in the future, alongside the + rest of the other disc games that supported DLC. There is also currently no preview video for the Just Dance DLC songs, + but those are to be eventually added, we are still working on getting them.

+

There is a patcher** that allows you to patch WBFS games (aka disc games but in WBFS format) from the list above.

+ + + + + +
+ +
+
+ WiiMart Wednesday #26 10-29

These titles were added this Wednesday.

-

Additionally, DLC was restored for Phoenix Wright: Ace Attorney and Mega Man 9.

+
Update your WiiMart! 05-02 @@ -78,7 +136,7 @@ Indivdual game page, cursor hovering over a download button Indivdual WiiMart Wednesday page, showing what titles have been added
-
*Images for preview purposes, Recommended Titles and relevant information may be outdated, or subject to change.
+
Content in screenshots are subject to change.

What's on it?

@@ -87,7 +145,7 @@

Contents

WiiMart includes a variety of WiiWare content that was available on the original Wii Shop Channel, such as Dr. Mario Online Rx, My Pokemon Ranch, Super Mario 64, - Sonic the Hedgehog 4: Episode I, and Fishie Fishie.

+ Sonic the Hedgehog 4: Episode I, and Fishie Fishie.

Virtual Console is also included with titles like Super Mario Bros., Sonic the Hedgehog, Super Mario 64, Pac-Man, and Galaga.

diff --git a/info-log.html b/info-log.html index 1e61512..7bde58b 100644 --- a/info-log.html +++ b/info-log.html @@ -16,7 +16,7 @@ - + @@ -27,6 +27,115 @@
Important Info:
+
+ WiiMart DLC Support 10-29 +

Hello WiiMart, we've got some DLC support!

+

What does this mean? Well for you we have managed to get DLC working on games that do have DLC support as per the following + list. These are the following disc games currently have WiiMart DLC support.

+ +

The other regions for these games that only support USA DLC shops will eventually be added in the future, alongside the + rest of the other disc games that supported DLC. There is also currently no preview video for the Just Dance DLC songs, + but those are to be eventually added, we are still working on getting them.

+

There is a patcher** that allows you to patch WBFS games (aka disc games but in WBFS format) from the list above.

+ + + + + +
+ +
+
+ WiiMart Wednesday #26 10-29 +

These titles were added this Wednesday.

+ + +
+
+ WiiMart Wednesday #25 10-22 +

These titles were added this Wednesday.

+ +

The first custom Flash channels fully supporting Japanese systems, and the first custom Flash channels to have multi-language support!

+ +

With Halloween nearing, next week will be the last WiiMart Wednesday of October. And we will end it with plenty of spooky 'treats'!

+
WiiMart Wednesday #24 10-15

These titles were added this Wednesday.

diff --git a/media/wm-dlc-1.png b/media/wm-dlc-1.png new file mode 100644 index 0000000..97fbbec Binary files /dev/null and b/media/wm-dlc-1.png differ diff --git a/media/wm-dlc-2.png b/media/wm-dlc-2.png new file mode 100644 index 0000000..07733f4 Binary files /dev/null and b/media/wm-dlc-2.png differ diff --git a/media/wmw-25-10-22-collage.gif b/media/wmw-25-10-22-collage.gif new file mode 100644 index 0000000..3bc95ac Binary files /dev/null and b/media/wmw-25-10-22-collage.gif differ diff --git a/media/wmw-26-10-29.png b/media/wmw-26-10-29.png new file mode 100644 index 0000000..f82f54b Binary files /dev/null and b/media/wmw-26-10-29.png differ diff --git a/meta/error.js b/meta/error.js index f013008..283402b 100644 --- a/meta/error.js +++ b/meta/error.js @@ -1,15 +1,11 @@ const errorCodes = { - "201005": "Invalid public key type in certificate", - "201009": "Read failure (short read)", - "201010": "Write failure (short write)", + // Title Downloading errors start "201012": "Invalid signature type (for signed blobs)", "201016": "Maximum amount of handles exceeded (3 handles, as there are only 3 contexts)", "201017": "Invalid arguments", "201020": "Device ID mismatch. Returned by ES_ImportTicket if the ticket is personalised and the device ID from the ticket mismatches with the actual ID.", "201022": "Imported content hash does not match with the hash from the TMD. Returned by ES_ImportContentEnd and ES_ImportBoot.", "201024": "Memory allocation failure", - "201026": "Incorrect access rights (according to the TMD)", - "201027": "Issuer not found in the certificate chain", "201028": "Ticket not found", "201029": "Invalid ticket. This is returned if the common key field contains an invalid value (anything other than 0 or 1). This is also returned from ES_LaunchTitle if the title ID contained in the ticket does not match the TMD title ID.", "201031": "During LaunchTitle/ImportTitle: installed boot2 version is too old. During ImportBoot: downgrades are not allowed.", @@ -21,6 +17,82 @@ const errorCodes = { "201037": "Installed number of contents doesn't match TMD (only for the system menu [check])", "201039": "Returned by DI as an ES error code when TMD not supplied for disc/nand game", "202000": "Permission denied (returned when accessing an object for which the caller has no permission)", + // Title downloading errors end + + // SD Card/Storage errors start + "201009": "Read failure (short read)", + "201010": "Write failure (short write)", + "209631": "Invalid SD Card", + "209632": "The SD Card is inserted(?)", + "209633": "The SD Card is not inserted", + "209634": "Unknown SD Card cluster (not 32k)", + "209635": "Incorrect SD Card alignment", + "209636": "Incorrect SD Card Device", + "209637": "The title's ticket is not present on the SD", + "209638": "SDCARD_ERROR_ACCESS", + "209639": "SDCARD_ERROR_CANCELLED (cancelBackupToSDCard successful?)", + "209640": "SDCARD_ERROR_CONTENT_INVALID (Banner is not found)", + "209641": "SDCARD_ERROR_MAXFD (?)", + "209642": "The SD Card is out of memory", + "209643": "The SD Card is corrupted (NAND_CORRUPT ERROR (Serious error))", + "209644": "SDCARD_ERROR_ECC_CRIT: Critical error(?)", + "209645": "SD Authentication error(?)", + "209646": "Fatal error with the SD Card", + "209647": "Unknown SD Card", + "209648": "The SD Card is not inserted", + "209649": "The SD Card is not supported", + "209650": "SD Card File system is broken", + "209651": "SD is write protected", + "209652": "No space left in the SD", + "209653": "Other SD error", + "209654": "Unknown SD Error", + "209655": "SDCARD_ERROR_WANT_OF_CAPACITY (SD full)", + "209656": "SDCARD_ERROR_EXIST_CHECK_SOFT (title already present on SD)", + "209657": "SDCARD_ERROR_EXCEPTION_STATE (Illegal statement and cancelBackupToSDCard error)", + "209661": "EXIST_CHECK_SOFT_NAND", + "209662": "errChannel", + "209663": "errInodes", + "209664": "SD Backup timeout in B-10", + "209665": "JournalFlag error in B-10", + + "209666": "Available space error in B-09 on checking remain size", + "209667": "Available space is not sufficient (NAND)", + // SD Card/Storage errors end + + // Channel errors start + "206674": "Unexpected ECLib error", + "201005": "Invalid public key type in certificate", + "201026": "Incorrect access rights (according to the TMD)", + "201027": "Issuer not found in the certificate chain", + "209622": "SSL CA unknown / not included in channel", + "209593": "Access denied by Opera's domain filter", + "209800": "No DNS Entry for oss-auth.shop.wii.com", + "206671": "Invalid/Wrong Wii Shop title ID", + "206672": "No title info (Wii Shop)", + "220000": "Connection failed", + "220001": "Unknown protocol", + "220002": "Out of memory", + "220003": "The requested URL was filtered by Opera's filter", + "220101": "Allocation error", + "220102": "Unsupported file", + "220103": "Empty file", + "220104": "Invalid file", + "220105": "Javascript error", + "220106": "Plugin error", + "220201": "Not found", + "220202": "Connection refused", + "220003": "Filtered URL", + "220000": "Connection Failed", + "220002": "Out of memory", + "220001": "Unknown protocol", + "202012": "Internal failure", + "202013": "Memory allocation failure. Known to be returned when the keyring is full (contains 0x20 keys)", + "202014": "Invalid size", + "202015": "Invalid address", + "202016": "Unaligned data", + // Channel errors end + + // IOSC Errors start "202001": "IOSC_EEXIST", "202003": "IOSC_EMAX", "202004": "IOSC_ENOENT", @@ -31,17 +103,15 @@ const errorCodes = { "202009": "IOSC_INVALID_VERSION", "202010": "IOSC_INVALID_SIGNER", "202011": "IOSC_FAIL_CHECKVALUE", - "202012": "Internal failure", - "202013": "Memory allocation failure. Known to be returned when the keyring is full (contains 0x20 keys)", - "202014": "Invalid size", - "202015": "Invalid address", - "202016": "Unaligned data", + // IOSC Errors end + + // EC Errors start "204000": "EC_ERROR_OK: No error", "204001": "EC_ERROR_FAIL: Generic error", "204002": "EC_ERROR_NOT_SUPPORTED: Feature not implemented", "204003": "EC_ERROR_INSUFFICIENT_RESOURCE", "204004": "EC_ERROR_INVALID", - "204005": "EC_ERROR_NOMEM ", + "204005": "EC_ERROR_NOMEM", "204006": "EC_ERROR_NOT_FOUND", "204007": "EC_ERROR_NOT_BUSY: no active async operation", "204008": "EC_ERROR_BUSY", @@ -85,6 +155,18 @@ const errorCodes = { "204079": "EC_ERROR_ALREADY_OWN: Attempt purchase already owned item", "204080": "EC_ERROR_SHOP_SETUP: Shop channel setup not done or cleared", "204081": "EC_ERROR_INSUFFICIENT_FUNDS: Not enough funds to purchase the item", + + "204992": "EC_ERROR_NHTTP_CRX", + "204993": "EC_ERROR_NHTTP_AHF", + "204994": "EC_ERROR_NHTTP_SCCD", + "204995": "EC_ERROR_NHTTP_SRCD", + "204996": "EC_ERROR_NHTTP_SVO", + "204997": "EC_ERROR_NHTTP_PDE", + "204998": "EC_ERROR_NHTTP_PDR", + "204999": "EC_ERROR_NHTTP_SRA", + // EC Errors end + + // Standard HTTP errors start "204501": "HTTP 201 Created", "204502": "HTTP 202 Accepted", "204503": "HTTP 203 Non-Authoritative Information", @@ -96,14 +178,16 @@ const errorCodes = { "204602": "HTTP 302 Found", "204603": "HTTP 303 See Other", "204604": "HTTP 304 Not Modified", + "204605": "HTTP 305 Use Proxy", + "204606": "HTTP 306 Switch Proxy (unused)", "204607": "HTTP 307 Temporary Redirect", "204608": "HTTP 308 Permanent Redirect", "204700": "HTTP 400 Bad Request", "204701": "HTTP 401 Unauthorized", "204702": "HTTP 402 Payment Required", "204703": "HTTP 403 Forbidden", - "204704": "HTTP 404 - Not Found", "204704": "HTTP 404 Not Found", + "209531": "HTTP 404 Not Found", // not a client error response, but still means HTTP 404 "204705": "HTTP 405 Method Not Allowed", "204706": "HTTP 406 Not Acceptable", "204707": "HTTP 407 Proxy Authentication Required", @@ -117,7 +201,17 @@ const errorCodes = { "204715": "HTTP 415 Unsupported Media Type", "204716": "HTTP 416 Range Not Satisfiable", "204717": "HTTP 417 Expectation Failed", - "204800": "HTTP 500 - Internal Server Error", + "209527": "HTTP 418 I'm a Teapot", + "209721": "HTTP 421 Misdirected Request", + "372422": "HTTP 422 Unprocessable Content", + "372423": "HTTP 423 Locked", + "372424": "HTTP 424 Failed Dependency", + "372425": "HTTP 425 Too Early", + "372426": "HTTP 426 Upgrade Required", + "372428": "HTTP 428 Precondition Required", + "372429": "HTTP 429 Too Many Requests", + "372431": "HTTP 431 Request Header Fields Too Large", + "372451": "HTTP 451 Unavailable For Legal Reasons", "204800": "HTTP 500 Internal Server Error", "204801": "HTTP 501 Not Implemented", "204802": "HTTP 502 Bad Gateway", @@ -125,21 +219,89 @@ const errorCodes = { "204804": "HTTP 504 Gateway Timeout", "204805": "HTTP 505 HTTP Version Not Supported", "204811": "HTTP 511 Network Authentication Required", - "204901": "NHTTP_ERROR_ALLOC", - "204902": "NHTTP_ERROR_TOOMANYREQ", - "204903": "NHTTP_ERROR_SOCKET", - "204904": "NHTTP_ERROR_DNS", - "204905": "NHTTP_ERROR_CONNECT", - "204906": "NHTTP_ERROR_BUFFULL", - "204907": "NHTTP_ERROR_HTTPPARSE", - "204908": "NHTTP_ERROR_CANCELED", - "204909": "NHTTP_ERROR_REVOLUTIONSDK", - "204910": "NHTTP_ERROR_REVOLUTIONWIFI", - "204911": "NHTTP_ERROR_UNKNOWN", - "204912": "NHTTP_ERROR_DNS_PROXY", - "204913": "NHTTP_ERROR_CONNECT_PROXY", - "204914": "NHTTP_ERROR_SSL", + // Standard HTTP errors end + + // NHTTP Errors start + // from TWLSDK + "204900": "NHTTP_ERROR_NONE: No NHTTP error.", + "204901": "NHTTP_ERROR_ALLOC: Allocation has failed.", + "204902": "NHTTP_ERROR_TOOMANYREQ: Too many requests (This error never occurs).", + "204903": "NHTTP_ERROR_SOCKET: Socket error.", + "204904": "NHTTP_ERROR_DNS: DNS resolution failed.", + "204905": "NHTTP_ERROR_CONNECT: Connection failure (Returned if the DNS has been resolved, but communication is interrupted before the connection can be made to the requested server's URL).", + "204906": "NHTTP_ERROR_BUFFULL: The receive buffer is full.", + "204907": "NHTTP_ERROR_HTTPPARSE: HTTP header parsing failed.", + "204908": "NHTTP_ERROR_CANCELED: The request was cancelled.", + "204909": "NHTTP_ERROR_REVOLUTIONSDK: NHTTP_Thread generation failed.", + "204910": "NHTTP_ERROR_REVOLUTIONWIFI: Returned when there is a problem with sending, receiving, or socket termination. Also returned when communication is blocked during sending, receiving, or termination.", + "204911": "NHTTP_ERROR_UNKNOWN: An abnormal/unknown value has been set to a method by NHTTP_CreateConnection.", + "204912": "NHTTP_ERROR_DNS_PROXY: DNS resolution failed for the proxy server.", + "204913": "NHTTP_ERROR_CONNECT_PROXY: Connection with the proxy server failed.", + "204914": "NHTTP_ERROR_SSL: SSL communications failed.", + "204915": "NHTTP_ERROR_BUSY: Indicates that a request is currently running.", + "204916": "NHTTP_ERROR_ROOTCA: Root Certificate Authority (CA) configuration failed.", + "204917": "NHTTP_ERROR_CLIENTCA: Client certificate configuration failed.", + // from TWLSDK + // NHTTP Errors end + + // WS Errors stard + // IAS + "205900": "Generic IAS (IdentityAuthenticationSOAP) error.", + "206400": "Generic IAS (IdentityAuthenticationSOAP) error.", "204927": "IAS Unknown issuer of device cert", + // ECS + "205600": "Generic ECS (ECommerceSOAP) error.", + "205646": "Unable to send present (ECS Gift)", + "205672": "ECS Account mismatch", + "205625": "ECS Gift error", + "205626": "Unable to send present (ECS gift error)", + "205621": "Unknown error (possibly ECS gift error?)", + // CAS + "205627": "Can't buy DLC for a title you don't own.", + + // Misc (ETS, PAS, OSS) + "205800": "Generic PAS (PaymentAuthorizationSOAP) error.", + "205825": "Generic PAS (PaymentAuthorizationSOAP) error. (PAS_ERROR_CODE)", + "205700": "Generic ETS (ETicketSOAP) error.", + + // Shop errors start + "206600": "Generic OSS error.", + "206652": "Wrong PIN three times (parental controls)", + "206650": "Wrong PIN (parental controls)", + "209620": "Some JavaScript files couldn't be loaded (caused by shopErrCheck)", + "209552": "Timeout occurred between client and server", + "209553": "Timeout occurred between client and server", + "209554": "Timeout occurred between client and server", + "209555": "Timeout occurred between client and server", + "209556": "Timeout occurred between client and server", + "209557": "Timeout occurred between client and server", + "209600": "Connection Timeout, the shop took too long to load", + "209601": "Connection Timeout, the shop took too long to load", + "205826": "Server under heavy load", + "205829": "Server under heavy load", + "205969": "Server under heavy load", + "206601": "Authentication error, missing required parameters", + "206651": "Mistake while entering the console's serial number", + "206663": "An operation is in progress", + "250943": "Problems with your Club Nintendo account. It can't get connected with your shop account", // is this correct actually? + "206653": "Nickname or password wrong", + "206660": "No progress was made in the last operation", + "241000": "Not enough RAM", + "241001": "Not enough RAM (to load Flash element)", + "240021": "This function is not available in this Opera version.", + "240008": "HTTP Auth in URL (GET parameters, URL)", + "240003": "Invalid URL", + "240004": "Address unreachable from this client.", + "240007": "Access denied.", + "240016": "Unsupported protocol.", + "240017": "Internal communication error.", + "240019": "Unknown or unsupported address type.", + "240020": "Unsupported file format", + "244002": "SSL handshake failed.", + "244003": "Invalid Root CA", + // Shop errors end + + // SSL Errors start "204961": "SSL_EFAILED", "204962": "SSL_EWANT_READ", "204963": "SSL_EWANT_WRITE", @@ -152,93 +314,61 @@ const errorCodes = { "204970": "SSL_EVERIFY_CHAIN", "204971": "SSL_EVERIFY_DATE", "204972": "SSL_EGET_SERVER_CERT", - "204992": "EC_ERROR_NHTTP_CRX", - "204993": "EC_ERROR_NHTTP_AHF", - "204994": "EC_ERROR_NHTTP_SCCD", - "204995": "EC_ERROR_NHTTP_SRCD", - "204996": "EC_ERROR_NHTTP_SVO", - "204997": "EC_ERROR_NHTTP_PDE", - "204998": "EC_ERROR_NHTTP_PDR", - "204999": "EC_ERROR_NHTTP_SRA", + // SSL errors end + + // Console errors start "205007": "Invalid NAND Dump (Dolphin only)", - "051330": "Internet connection error. The Wii needs a 2.4gHz signal with 802.11b/g/n enabled, and the security set to WPA2-PSK (AES). The channel must also either be set to auto or be less than 12.", + "205540": "This software doesn't work in the vWii", + "206670": "Invalid friend code", + "205968": "Invalid friend code", + "205901": "Wii number invalid!", + // Console errors end + + // Account errors start "205104": "Could not retrieve points balance", "205114": "Could not convert points balance to integer", "205124": "Cannot find sender friend code", "205177": "User already exists in database", - "205540": "This software doesn't work in the vWii", - "205617": "Wii Points card code invalid", - "205618": "Wii Points card is for another country", - "205621": "Unknown error (possibly ECS gift error?)", "205623": "Trial period for that title expired, you can't download that again", - "205600": "Generic ECS (ECommerceSOAP) error.", - "205700": "Generic ETS (ETicket Services?) error.", - "205800": "Generic PAS (Points Account System?) error.", - "205825": "Generic PAS (Points Account System?) error. (PAS_ERROR_CODE)", - "205900": "Generic IAS (IdentityAuthenticationSOAP) error.", - "206400": "Generic IAS (IdentityAuthenticationSOAP) error.", - "206600": "Generic OSS error.", - "205625": "ECS Gift error", - "205626": "Unable to send present (ECS gift error)", - "205627": "Can't buy DLC for a title you don't own.", - "205642": "Unknown error", - "205643": "Unknown error", "205644": "Credit cards can't be used on this console.", - "205645": "Issue with your DSi shop account?", - "205646": "Unable to send present (ECS Gift)", - "205672": "ECS Account mismatch", - "205800": "Wii Points Card error", "205810": "You don't have enough Wii Points / Error while redeeming your download ticket", - "205811": "Wii Points card expired", - "205815": "Wii Points Card was already used", - "205816": "Some error with the Wii Points Card", "205818": "This card number can only be used for a specific title, it is not a Wii Points Card.", - "205819": "Wii Points Card code is invalid", - "205826": "Server under heavy load", - "205829": "Server under heavy load", - "205830": "Wii Points Card code is invalid", - "205831": "Wii Points Card is for another country", - "205901": "Wii number invalid!", - "205903": "Unknown error", "205906": "Problem with your online account", - "205928": "Unknown error", - "205942": "Maintenance. Login not possible", - "205958": "Unknown error", - "205968": "Bad device code", - "205969": "Server under heavy load", - "206112": "The free title promotion has ended (ICR_END)", - "206401": "Invalid characters in nick or password", - "206499": "Maintenance. Login not possible", - "206601": "Authentication error, missing required parameters", + "206668": "Happens when current points count + new points would exceed the wii points limit", + "206673": "Invalid registration status", + // Account errors end + + // NWC24 errors start + "222001": "There is a NWC24 error, but it could not be obtained.", + "107006": "NWC24_ERR_FULL: The file NWC24 tried to download is too large.", + // NWC24 errors end + + // Wii Points/Download ticket redeem errors start (these should never occur) "206602": "Error while entering Wii Points Card code. Try again later.", - "206603": "Unable to confirm credit card information", + "206669": "Wii Points card invalid", "206607": "Error while retrieving the served content", "206608": "Error redeeming Wii Download Ticket", + "205800": "Wii Points Card error", + "205831": "Wii Points Card is for another country", + "205617": "Wii Points card code invalid", + "205618": "Wii Points card is for another country", "206610": "Wii download ticket expired", "206611": "Wii download ticket invalid", "206612": "This Wii download ticket can't be used in your country", "206613": "No software available for this download ticket. May be caused by parental controls.", - "206650": "Wrong PIN (parental controls)", - "206651": "Mistake while entering the wii serial number", - "206652": "Wrong PIN three times (parental controls)", - "206653": "Nickname or password wrong", - "206660": "No progress was made in the last operation", - "206661": "Credit card type invalid", - "206662": "Credit card number invalid", - "206663": "An operation is in progress", - "206664": "No security code was provided", + "205811": "Wii Points card expired", + "205815": "Wii Points Card was already used", + "205816": "Some error with the Wii Points Card", "206667": "Wii download ticket invalid", - "206668": "Happens when current points count + new points would exceed the wii points limit", - "206669": "Wii Points card invalid", - "206670": "Invalid friend code", - "206671": "Invalid/Wrong Wii Shop title ID", - "206672": "No title info (Wii Shop)", - "206673": "Invalid registration status", - "206674": "Unexpected eclib error", - "206699": "Try again later", + "205830": "Wii Points Card code is invalid", + "205819": "Wii Points Card code is invalid", + // Wii Points/Download ticket redeem errors end + + // Credit card errors start (these should never occur) "208000": "You have entered the wrong state", "208001": "Unable to process for credit cards (some kind of blacklist?)", "208002": "Billing address invalid", + "206603": "Unable to confirm credit card information", "208003": "Credit card number doesn't match card type", "208004": "three-digit security code invalid", "208005": "Mistake in credit card data.", @@ -246,6 +376,7 @@ const errorCodes = { "208007": "Expiration date invalid", "208008": "Postal code invalid", "208009": "Technical difficulties.", + "206664": "No security code was provided", "208010": "Credit card could not get validated. Try again later.", "208011": "Credit card declined", "208012": "Credit card declined - no funds available", @@ -260,72 +391,98 @@ const errorCodes = { "208022": "Refund was already processed", "208023": "Refund error", "208025": "Empty security code", - "209531": "HTTP 404 Not Found", - "209552": "Timeout occurred between client and server", - "209553": "Timeout occurred between client and server", - "209554": "Timeout occurred between client and server", - "209555": "Timeout occurred between client and server", - "209556": "Timeout occurred between client and server", - "209557": "Timeout occurred between client and server", - "209593": "Access denied by Opera's Wii Shop domain filter", - "209600": "Connection Timeout, the shop took too long to load", - "209601": "Connection Timeout, the shop took too long to load", - "209620": "Some JS files couldn't be loaded (shopErrCheck)", - "209622": "SSL CA unknown / not included in channel", - "209622": "SSL CA unknown / not included in channel", - "209631": "Invalid SD Card", - "209632": "The SD Card is inserted(?)", - "209633": "The SD Card is not inserted", - "209634": "Unknown SD Card cluster (not 32k)", - "209635": "Incorrect SD Card alignment", - "209636": "Incorrect SD Card Device", - "209637": "The title's ticket is not present on the SD", - "209638": "SDCARD_ERROR_ACCESS", - "209639": "SDCARD_ERROR_CANCELLED (cancelBackupToSDCard successful?)", - "209640": "SDCARD_ERROR_CONTENT_INVALID (Banner is not found)", - "209641": "SDCARD_ERROR_MAXFD (?)", - "209642": "The SD Card is out of memory", - "209643": "The SD Card is corrupted (NAND_CORRUPT ERROR (Serious error))", - "209644": "SDCARD_ERROR_ECC_CRIT (?)", - "209645": "SD Authentication error(?)", - "209646": "Fatal error with the SD Card", - "209647": "Unknown SD Card", - "209648": "The SD Card is not inserted", - "209649": "The SD Card is not supported", - "209650": "SD Card File system is broken", - "209651": "SD is write protected", - "209652": "No space left in the SD", - "209653": "Other SD error", - "209654": "Unknown SD Error", - "209655": "SDCARD_ERROR_WANT_OF_CAPACITY (SD full)", - "209656": "SDCARD_ERROR_EXIST_CHECK_SOFT (title already present on SD)", - "209657": "SDCARD_ERROR_EXCEPTION_STATE (Illegal statement and cancelBackupToSDCard error)", - "209661": "EXIST_CHECK_SOFT_NAND", - "209662": "errChannel", - "209663": "errInodes", - "209664": "SD Backup timeout in B-10", - "209665": "JournalFlag error in B-10", - "209666": "Available space error in B-09 on checking remain size", - "209667": "Available space is not sufficient (NAND)", - "209800": "No DNS Entry for oss-auth.shop.wii.com", - "209XXX": "Server connection timeout", - "220000": "Connection failed", - "220001": "Unknown protocol", - "220002": "Out of memory", - "220003": "The requested URL was filtered by Opera's filter", - "220101": "Allocation error", - "220102": "Unsupported file", - "220103": "Empty file", - "220104": "Invalid file", - "220105": "Javascript error", - "220106": "Plugin error", - "220201": "Not found", - "220202": "Connection refused", - "220003": "Filtered URL", - "220000": "Connection Failed", - "220002": "Out of memory", - "220001": "Unknown protocol", - "250943": "Problems with your Club Nintendo -account. It can't get connected with your shop account" + "206661": "Credit card type invalid", + "206662": "Credit card number invalid", + // Credit card errors end + + // Unknown errors start + "205928": "Unknown error", + "205958": "Unknown error", + "205642": "Unknown error", + "205643": "Unknown error", + "205903": "Unknown error", + // Unknown errors end + + // Misc. errors start + "205645": "Issue with your DSi shop account?", + "206699": "Try again later", + "051330": "Internet connection error. The Wii needs a 2.4gHz signal with 802.11b/g/n enabled, and the security set to WPA2-PSK (AES). The channel must also either be set to auto or be less than 12.", + "206112": "The free title promotion has ended (ICR_END)", + "206401": "Invalid characters in nick or password", + "206499": "Maintenance. Login not possible", + "205942": "Maintenance. Login not possible", + // Misc. errors end + + // NINTENDOWIFI errors start + "20110": "Nintendo Wi-Fi Connection for the title has been discontinued. (The title/game was not patched with Wiimmfi)", + // NINTENDOWIFI errors end + + // Channel specific errors start + "371410": "Unable to contact YouTube (applies if RiiviveTube is installed).", + + // Flash HTTP errors start + // These errors apply to: Kirby TV, BBC iPlayer, YouTube + "372201": "Flash channel returned HTTP 201 Created", + "372202": "Flash channel returned HTTP 202 Accepted", + "372203": "Flash channel returned HTTP 203 Non-Authoritative Information", + "372204": "Flash channel returned HTTP 204 No Content", + "372205": "Flash channel returned HTTP 205 Reset Content", + "372206": "Flash channel returned HTTP 206 Partial Content", + "372207": "Flash channel returned HTTP 207 Multi-Status", + "372208": "Flash channel returned HTTP 208 Already Reported", + "372226": "Flash channel returned HTTP 226 IM Used", + "372300": "Flash channel returned HTTP 300 Multiple Choices", + "372301": "Flash channel returned HTTP 301 Moved Permanently", + "372302": "Flash channel returned HTTP 302 Found", + "372303": "Flash channel returned HTTP 303 See Other", + "372304": "Flash channel returned HTTP 304 Not Modified", + "372305": "Flash channel returned HTTP 305 Use Proxy", + "372306": "Flash channel returned HTTP 306 Switch Proxy (unused)", + "372307": "Flash channel returned HTTP 307 Temporary Redirect", + "372308": "Flash channel returned HTTP 308 Permanent Redirect", + "372400": "Flash channel returned HTTP 400 Bad Request", + "372401": "Flash channel returned HTTP 401 Unauthorized", + "372402": "Flash channel returned HTTP 402 Payment Required", + "372403": "Flash channel returned HTTP 403 Forbidden", + "372404": "Flash channel returned HTTP 404 Not Found", + "372405": "Flash channel returned HTTP 405 Method Not Allowed", + "372406": "Flash channel returned HTTP 406 Not Acceptable", + "372407": "Flash channel returned HTTP 407 Proxy Authentication Required", + "372408": "Flash channel returned HTTP 408 Request Timeout", + "372409": "Flash channel returned HTTP 409 Conflict", + "372410": "Flash channel returned HTTP 410 Gone", + "372411": "Flash channel returned HTTP 411 Length Required", + "372412": "Flash channel returned HTTP 412 Precondition Failed", + "372413": "Flash channel returned HTTP 413 Payload Too Large", + "372414": "Flash channel returned HTTP 414 URI Too Long", + "372415": "Flash channel returned HTTP 415 Unsupported Media Type", + "372416": "Flash channel returned HTTP 416 Range Not Satisfiable", + "372417": "Flash channel returned HTTP 417 Expectation Failed", + "372418": "Flash channel returned HTTP 418 I'm a teapot", + "372421": "Flash channel returned HTTP 421 Misdirected Request", + "372422": "Flash channel returned HTTP 422 Unprocessable Content", + "372423": "Flash channel returned HTTP 423 Locked", + "372424": "Flash channel returned HTTP 424 Failed Dependency", + "372425": "Flash channel returned HTTP 425 Too Early", + "372426": "Flash channel returned HTTP 426 Upgrade Required", + "372428": "Flash channel returned HTTP 428 Precondition Required", + "372429": "Flash channel returned HTTP 429 Too Many Requests", + "372431": "Flash channel returned HTTP 431 Request Header Fields Too Large", + "372451": "Flash channel returned HTTP 451 Unavailable For Legal Reasons", + "372500": "Flash channel returned HTTP 500 Internal Server Error", + "372501": "Flash channel returned HTTP 501 Not Implemented", + "372502": "Flash channel returned HTTP 502 Bad Gateway", + "372503": "Flash channel returned HTTP 503 Service Unavailable", + "372504": "Flash channel returned HTTP 504 Gateway Timeout", + "372505": "Flash channel returned HTTP 505 HTTP Version Not Supported", + "372506": "Flash channel returned HTTP 506 Variant Also Negotiates", + "372507": "Flash channel returned HTTP 507 Insufficient Storage", + "372508": "Flash channel returned HTTP 508 Loop Detected", + "372510": "Flash channel returned HTTP 510 Not Extended", + "372511": "Flash channel returned HTTP 511 Network Authentication Required", + "362523": "Flash channel returned HTTP 523 Origin Is Unreachable" + // Flash HTTP errors end + // Channel specific errors end }; document.getElementById("submitBtn").addEventListener("click", function() { @@ -335,11 +492,14 @@ document.getElementById("submitBtn").addEventListener("click", function() { if (errorCodes[codeInput]) { document.getElementById("code").innerText = codeInput; - document.getElementById("issue").innerText = errorCodes[codeInput]; + document.getElementById("issue").innerHTML = errorCodes[codeInput]; inputDiv.style.display = "none"; resultsDiv.style.display = "block"; } else { - alert("Invalid error code. Please enter a valid 6-digit error code. (The error might not be filed, you may ask about it in the Discord.)"); + document.getElementById("code").innerText = "Error!"; + document.getElementById("issue").innerHTML = "Invalid error code. Please enter a valid 6-digit error code.
(The error might not be filed yet, if you have any issue, please join the Discord server for support.)"; + inputDiv.style.display = "none"; + resultsDiv.style.display = "block"; } }); diff --git a/meta/games.json b/meta/games.json index 7b14242..7dd1042 100644 --- a/meta/games.json +++ b/meta/games.json @@ -244624,5 +244624,13821 @@ "mirror": "", "size": "33602624", "thumbnail": "FFFD0001" + }, + { + "id": "0001000146384350", + "title1": "Castlevania:", + "title2": "Blood Moon", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2005", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13256384", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146384350", + "title1": "Castlevania:", + "title2": "Blood Moon", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2005", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Plateforme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13256384", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146384350", + "title1": "Castlevania:", + "title2": "Blood Moon", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2005", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Aktion, Plattform", + "points": "500", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13256384", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146384350", + "title1": "Castlevania:", + "title2": "Blood Moon", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2005", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Acción, Plataforma", + "points": "500", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13256384", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146384350", + "title1": "Castlevania:", + "title2": "Blood Moon", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2005", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Azione, piattaforma", + "points": "500", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13256384", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146384350", + "title1": "Castlevania:", + "title2": "Blood Moon", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2005", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Actie, platform", + "points": "500", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13256384", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014638434A", + "title1": "悪魔城ドラキュラ:", + "title2": "ブラッドムーン", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2005年", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "アクション、プラットフォーム", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12331392", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146384345", + "title1": "Castlevania:", + "title2": "Blood Moon", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2005", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12745984", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146384345", + "title1": "Castlevania:", + "title2": "Blood Moon", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2005", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Plateforme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12745984", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146384345", + "title1": "Castlevania:", + "title2": "Blood Moon", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2005", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Acción, Plataforma", + "points": "500", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12745984", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A334850", + "title1": "DOOMSDAY", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "ForgottenArchive", + "genre": "Action", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17753472", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A334850", + "title1": "DOOMSDAY", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "ForgottenArchive", + "genre": "Action", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17753472", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A334850", + "title1": "DOOMSDAY", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "ForgottenArchive", + "genre": "Aktion", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17753472", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A334850", + "title1": "DOOMSDAY", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "ForgottenArchive", + "genre": "Acción", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17753472", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A334850", + "title1": "DOOMSDAY", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "ForgottenArchive", + "genre": "Azione", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17753472", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A334850", + "title1": "DOOMSDAY", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "ForgottenArchive", + "genre": "Actie", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17753472", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A33484A", + "title1": "終末の日", + "title2": "", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "2023年", + "added": "23/10/2025", + "publisher": "ForgottenArchive", + "genre": "アクション", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13558720", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A334845", + "title1": "DOOMSDAY", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "ForgottenArchive", + "genre": "Action", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17745344", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A334845", + "title1": "DOOMSDAY", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "ForgottenArchive", + "genre": "Action", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17745344", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A334845", + "title1": "DOOMSDAY", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "ForgottenArchive", + "genre": "Acción", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17745344", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A335050", + "title1": "Bram Stoker's Dracula", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1993", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Platform", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12824000", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A335050", + "title1": "Bram Stoker's Dracula", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1993", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Plateforme", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12824000", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A335050", + "title1": "Bram Stoker's Dracula", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1993", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Aktion, Plattform", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12824000", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A335050", + "title1": "Bram Stoker's Dracula", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1993", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Acción, Plataforma", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12824000", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A335050", + "title1": "Bram Stoker's Dracula", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1993", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Azione, piattaforma", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12824000", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A335050", + "title1": "Bram Stoker's Dracula", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1993", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Actie, platform", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12824000", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A33504A", + "title1": "ブラム・ストーカーズ ドラキュラ", + "title2": "", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "1993年", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "アクション、プラットフォーム", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12142848", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A335045", + "title1": "Bram Stoker's Dracula", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1993", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Platform", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12586688", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A335045", + "title1": "Bram Stoker's Dracula", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1993", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Plateforme", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12586688", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A335045", + "title1": "Bram Stoker's Dracula", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1993", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Acción, Plataforma", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12586688", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C583350", + "title1": "Duke Nukem", + "title2": "", + "console": "SEGA MASTER SYSTEM", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2016", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action, Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12582336", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C583350", + "title1": "Duke Nukem", + "title2": "", + "console": "SEGA MASTER SYSTEM", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2016", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action, Plateforme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12582336", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C583350", + "title1": "Duke Nukem", + "title2": "", + "console": "Master System", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2016", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Aktion, Plattform", + "points": "500", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12582336", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C583350", + "title1": "Duke Nukem", + "title2": "", + "console": "SEGA MASTER SYSTEM", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2016", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Plataforma", + "points": "500", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12582336", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C583350", + "title1": "Duke Nukem", + "title2": "", + "console": "SEGA MASTER SYSTEM", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2016", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Azione, piattaforma", + "points": "500", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12582336", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C583350", + "title1": "Duke Nukem", + "title2": "", + "console": "SEGA MASTER SYSTEM", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2016", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Actie, platform", + "points": "500", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12582336", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C58334A", + "title1": "デューク ニューケム", + "title2": "", + "console": "マスターシステム", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2016年", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "アクション、プラットフォーム", + "points": "500", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11537856", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C583345", + "title1": "Duke Nukem", + "title2": "", + "console": "Master System", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2016", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action, Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11979584", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C583345", + "title1": "Duke Nukem", + "title2": "", + "console": "MASTER SYSTEM", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2016", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action, Plateforme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11979584", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C583345", + "title1": "Duke Nukem", + "title2": "", + "console": "MASTER SYSTEM", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2016", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Plataforma", + "points": "500", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11979584", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146334F50", + "title1": "Freddy VS Jason", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2014", + "added": "23/10/2025", + "publisher": "A For Animation", + "genre": "Action", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13238080", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146334F50", + "title1": "Freddy VS Jason", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2014", + "added": "23/10/2025", + "publisher": "A For Animation", + "genre": "Action", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13238080", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146334F50", + "title1": "Freddy VS Jason", + "title2": "", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2014", + "added": "23/10/2025", + "publisher": "A For Animation", + "genre": "Aktion", + "points": "500", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13238080", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146334F50", + "title1": "Freddy VS Jason", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2014", + "added": "23/10/2025", + "publisher": "A For Animation", + "genre": "Acción", + "points": "500", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13238080", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146334F50", + "title1": "Freddy VS Jason", + "title2": "", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2014", + "added": "23/10/2025", + "publisher": "A For Animation", + "genre": "Azione", + "points": "500", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13238080", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146334F50", + "title1": "Freddy VS Jason", + "title2": "", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2014", + "added": "23/10/2025", + "publisher": "A For Animation", + "genre": "Actie", + "points": "500", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13238080", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146334F4A", + "title1": "フレディVSジェイソン", + "title2": "", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2014年", + "added": "23/10/2025", + "publisher": "A For Animation", + "genre": "アクション", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12313088", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146334F45", + "title1": "Freddy VS Jason", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2014", + "added": "23/10/2025", + "publisher": "A For Animation", + "genre": "Action", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12727616", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146334F45", + "title1": "Freddy VS Jason", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2014", + "added": "23/10/2025", + "publisher": "A For Animation", + "genre": "Action", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12727616", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146334F45", + "title1": "Freddy VS Jason", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2014", + "added": "23/10/2025", + "publisher": "A For Animation", + "genre": "Acción", + "points": "500", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12727616", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D384150", + "title1": "Ghostbusters:", + "title2": "Special Edition", + "console": "SEGA MEGA DRIVE", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2024", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Platform", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14222464", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D384150", + "title1": "Ghostbusters:", + "title2": "Special Edition", + "console": "SEGA MEGA DRIVE", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2024", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Plateforme", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14222464", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D384150", + "title1": "Ghostbusters:", + "title2": "Special Edition", + "console": "SEGA MEGA DRIVE", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2024", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Aktion, Plattform", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14222464", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D384150", + "title1": "Ghostbusters:", + "title2": "Special Edition", + "console": "SEGA MEGA DRIVE", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2024", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Acción, Plataforma", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14222464", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D384150", + "title1": "Ghostbusters:", + "title2": "Special Edition", + "console": "SEGA MEGA DRIVE", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2024", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Azione, piattaforma", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14222464", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D384150", + "title1": "Ghostbusters:", + "title2": "Special Edition", + "console": "SEGA Mega Drive", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2024", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Actie, platform", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14222464", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D38414A", + "title1": "ゴーストバスターズ:", + "title2": "スペシャル・エディション", + "console": "メガドライブ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2024年", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "アクション、プラットフォーム", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12498112", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D384145", + "title1": "Ghostbusters:", + "title2": "Special Edition", + "console": "Sega Genesis", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2024", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Platform", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12911808", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D384145", + "title1": "Ghostbusters:", + "title2": "Special Edition", + "console": "Sega Genesis", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2024", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Plateforme", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12911808", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D384145", + "title1": "Ghostbusters:", + "title2": "Special Edition", + "console": "Sega Genesis", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2024", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Acción, Plataforma", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12911808", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464B5A50", + "title1": "Castlevania Special:", + "title2": "I'm Kid Dracula!!", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2019", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13251584", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464B5A50", + "title1": "Castlevania Special:", + "title2": "I'm Kid Dracula!!", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2019", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13251584", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464B5A50", + "title1": "Castlevania Special:", + "title2": "I'm Kid Dracula!!", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2019", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Aktion", + "points": "500", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13251584", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464B5A50", + "title1": "Castlevania Special:", + "title2": "I'm Kid Dracula!!", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2019", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Acción", + "points": "500", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13251584", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464B5A50", + "title1": "Castlevania Special:", + "title2": "I'm Kid Dracula!!", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2019", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Azione", + "points": "500", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13251584", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464B5A50", + "title1": "Castlevania Special:", + "title2": "I'm Kid Dracula!!", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2019", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Actie", + "points": "500", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13251584", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464B5A4A", + "title1": "悪魔城すぺしゃる", + "title2": "ぼくドラキュラくん", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "1990年", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "アクション", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12322624", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464B5A45", + "title1": "Castlevania Special:", + "title2": "I'm Kid Dracula!!", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2019", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12741056", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464B5A45", + "title1": "Castlevania Special:", + "title2": "I'm Kid Dracula!!", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2019", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12741056", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464B5A45", + "title1": "Castlevania Special:", + "title2": "I'm Kid Dracula!!", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2019", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Acción", + "points": "500", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12741056", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146523150", + "title1": "A Nightmare on Elm Street", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1990", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action", + "points": "500", + "players": "For 1-4 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13253248", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146523150", + "title1": "A Nightmare on Elm Street", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1990", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action", + "points": "500", + "players": "Joueurs: 1-4", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13253248", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146523150", + "title1": "A Nightmare on Elm Street", + "title2": "", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1990", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Aktion", + "points": "500", + "players": "Für 1-4 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13253248", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146523150", + "title1": "A Nightmare on Elm Street", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1990", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Acción", + "points": "500", + "players": "Jugadores: 1-4", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13253248", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146523150", + "title1": "A Nightmare on Elm Street", + "title2": "", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1990", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Azione", + "points": "500", + "players": "Giocatori: 1-4", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13253248", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146523150", + "title1": "A Nightmare on Elm Street", + "title2": "", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1990", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Actie", + "points": "500", + "players": "Voor 1-4 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13253248", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014652314A", + "title1": "エルム街の悪夢", + "title2": "", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "1990年", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "アクション", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12328128", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146523145", + "title1": "A Nightmare on Elm Street", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1990", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action", + "points": "500", + "players": "For 1-4 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12742784", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146523145", + "title1": "A Nightmare on Elm Street", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1990", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action", + "points": "500", + "players": "Joueurs: 1-4", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12742784", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146523145", + "title1": "A Nightmare on Elm Street", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1990", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Acción", + "points": "500", + "players": "Jugadores 1-4", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12742784", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324650", + "title1": "No Escape", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1994", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Platform", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15270784", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324650", + "title1": "No Escape", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1994", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Plateforme", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15270784", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324650", + "title1": "No Escape", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1994", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Aktion, Plattform", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15270784", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324650", + "title1": "No Escape", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1994", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Acción, Plataforma", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15270784", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324650", + "title1": "No Escape", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1994", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Azione, piattaforma", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15270784", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324650", + "title1": "No Escape", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1994", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Actie, platform", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15270784", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A32464A", + "title1": "ノーエスケイプ", + "title2": "", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "1994年", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "アクション、プラットフォーム", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14432704", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324645", + "title1": "No Escape", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1994", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Platform", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14503168", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324645", + "title1": "No Escape", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1994", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Plateforme", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14503168", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324645", + "title1": "No Escape", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1994", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Acción, Plataforma", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14503168", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146524550", + "title1": "Resident Evil 3", + "title2": "Chibi Edition", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Platform", + "points": "500", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13271744", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146524550", + "title1": "Resident Evil 3", + "title2": "Chibi Edition", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Plate-forme", + "points": "500", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13271744", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146524550", + "title1": "Resident Evil 3", + "title2": "Chibi Edition", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Plattform", + "points": "500", + "players": "Für 1-2 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13271744", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146524550", + "title1": "Resident Evil 3", + "title2": "Chibi Edition", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Plataforma", + "points": "500", + "players": "Jugadores: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13271744", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146524550", + "title1": "Resident Evil 3", + "title2": "Chibi Edition", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Piattaforma", + "points": "500", + "players": "Giocatori: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13271744", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146524550", + "title1": "Resident Evil 3", + "title2": "Chibi Edition", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Platform", + "points": "500", + "players": "Voor 1-2 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13271744", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014652454A", + "title1": "バイオハザード3", + "title2": "ちびバージョン", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2023年", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "プラットフォーム", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12342080", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146524545", + "title1": "Resident Evil 3", + "title2": "Chibi Edition", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Platform", + "points": "500", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12761216", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146524545", + "title1": "Resident Evil 3", + "title2": "Chibi Edition", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Plate-forme", + "points": "500", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12761216", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146524545", + "title1": "Resident Evil 3", + "title2": "Chibi Edition", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Plataforma", + "points": "500", + "players": "Jugadores 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12761216", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523250", + "title1": "Reincarnation", + "title2": "Riley's Out Again", + "console": "WiiWare", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2009", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17077184", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523250", + "title1": "Reincarnation", + "title2": "Riley's Out Again", + "console": "WiiWare", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2009", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17077184", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523250", + "title1": "Reincarnation", + "title2": "Riley's Out Again", + "console": "WiiWare", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2009", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17077184", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523250", + "title1": "Reincarnation", + "title2": "Riley's Out Again", + "console": "WiiWare", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2009", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17077184", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523250", + "title1": "Reincarnation", + "title2": "Riley's Out Again", + "console": "WiiWare", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2009", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17077184", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523250", + "title1": "Reincarnation", + "title2": "Riley's Out Again", + "console": "WiiWare", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2009", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17077184", + "thumbnail": "FFFD0001" + }, + { + "id": "000100015852324A", + "title1": "リインカーネーション", + "title2": "ライリー・イズ・アウト・アゲイン", + "console": "Wiiウェア", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "2009年", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "20348800", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523245", + "title1": "Reincarnation", + "title2": "Riley's Out Again", + "console": "WiiWare", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2009", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17075136", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523245", + "title1": "Reincarnation", + "title2": "Riley's Out Again", + "console": "WiiWare", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2009", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17075136", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523245", + "title1": "Reincarnation", + "title2": "Riley's Out Again", + "console": "WiiWare", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2009", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17075136", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523150", + "title1": "Reincarnation", + "title2": "A Demon's Day Out", + "console": "WiiWare", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2008", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17281728", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523150", + "title1": "Reincarnation", + "title2": "A Demon's Day Out", + "console": "WiiWare", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2008", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17281728", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523150", + "title1": "Reincarnation", + "title2": "A Demon's Day Out", + "console": "WiiWare", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2008", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17281728", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523150", + "title1": "Reincarnation", + "title2": "A Demon's Day Out", + "console": "WiiWare", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2008", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17281728", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523150", + "title1": "Reincarnation", + "title2": "A Demon's Day Out", + "console": "WiiWare", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2008", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17281728", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523150", + "title1": "Reincarnation", + "title2": "A Demon's Day Out", + "console": "WiiWare", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2008", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17281728", + "thumbnail": "FFFD0001" + }, + { + "id": "000100015852314A", + "title1": "リインカーネーション", + "title2": "ア・デーモンズ・デイ・アウト", + "console": "Wiiウェア", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "2008年", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "20116672", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523145", + "title1": "Reincarnation", + "title2": "A Demon's Day Out", + "console": "WiiWare", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2008", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17279552", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523145", + "title1": "Reincarnation", + "title2": "A Demon's Day Out", + "console": "WiiWare", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2008", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17279552", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523145", + "title1": "Reincarnation", + "title2": "A Demon's Day Out", + "console": "WiiWare", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2008", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17279552", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523850", + "title1": "Reincarnation", + "title2": "All Hallow's Evil", + "console": "WiiWare", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2010", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16596480", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523850", + "title1": "Reincarnation", + "title2": "All Hallow's Evil", + "console": "WiiWare", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2010", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16596480", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523850", + "title1": "Reincarnation", + "title2": "All Hallow's Evil", + "console": "WiiWare", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2010", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16596480", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523850", + "title1": "Reincarnation", + "title2": "All Hallow's Evil", + "console": "WiiWare", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2010", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16596480", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523850", + "title1": "Reincarnation", + "title2": "All Hallow's Evil", + "console": "WiiWare", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2010", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16596480", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000158523850", + "title1": "Reincarnation", + "title2": "All Hallow's Evil", + "console": "WiiWare", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2010", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16596480", + "thumbnail": "FFFD0001" + }, + { + "id": "000100015748364A", + "title1": "リインカーネーション", + "title2": "オール・ハロウズ・イーヴル", + "console": "Wiiウェア", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "2010年", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "19950208", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000157483645", + "title1": "Reincarnation", + "title2": "All Hallow's Evil", + "console": "WiiWare", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2010", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16594368", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000157483645", + "title1": "Reincarnation", + "title2": "All Hallow's Evil", + "console": "WiiWare", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2010", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16594368", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000157483645", + "title1": "Reincarnation", + "title2": "All Hallow's Evil", + "console": "WiiWare", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2010", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Flash", + "points": "0", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16594368", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D345250", + "title1": "Shadowrun", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1994", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action RPG", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15104704", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D345250", + "title1": "Shadowrun", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1994", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action-RPG", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15104704", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D345250", + "title1": "Shadowrun", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1994", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action-Rollenspiel", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15104704", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D345250", + "title1": "Shadowrun", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1994", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Juego de rol de acción", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15104704", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D345250", + "title1": "Shadowrun", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1994", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Gioco di ruolo d'azione", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15104704", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D345250", + "title1": "Shadowrun", + "title2": "", + "console": "SEGA Mega Drive", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1994", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Actie-RPG", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15104704", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D34524A", + "title1": "シャドウラン", + "title2": "", + "console": "メガドライブ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "1994年", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "アクションRPG", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12986624", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D345245", + "title1": "Shadowrun", + "title2": "", + "console": "Sega Genesis", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1994", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action RPG", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13597632", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D345245", + "title1": "Shadowrun", + "title2": "", + "console": "Sega Genesis", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1994", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action-RPG", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13597632", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D345245", + "title1": "Shadowrun", + "title2": "", + "console": "Sega Genesis", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1994", + "added": "23/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Juego de rol de acción", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13597632", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146384450", + "title1": "Sweet Home", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2017", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "RPG", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13252288", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146384450", + "title1": "Sweet Home", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2017", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "RPG", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13252288", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146384450", + "title1": "Sweet Home", + "title2": "", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2017", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Rollenspiel", + "points": "500", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13252288", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146384450", + "title1": "Sweet Home", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2017", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "juego de rol", + "points": "500", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13252288", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146384450", + "title1": "Sweet Home", + "title2": "", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2017", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Gioco di ruolo", + "points": "500", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13252288", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146384450", + "title1": "Sweet Home", + "title2": "", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2017", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "RPG", + "points": "500", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13252288", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014638444A", + "title1": "スウィートホーム", + "title2": "", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "1989年", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "RPG", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12318720", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146384445", + "title1": "Sweet Home", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2017", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "RPG", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12741824", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146384445", + "title1": "Sweet Home", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2017", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "RPG", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12741824", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146384445", + "title1": "Sweet Home", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2017", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "juego de rol", + "points": "500", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12741824", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D363150", + "title1": "Undead Line", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1991", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action, Shooter", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13806400", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D363150", + "title1": "Undead Line", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1991", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action, Tir", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13806400", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D363150", + "title1": "Undead Line", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1991", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action, Shooter", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13806400", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D363150", + "title1": "Undead Line", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1991", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Disparos", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13806400", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D363150", + "title1": "Undead Line", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1991", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Azione, sparatutto", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13806400", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D363150", + "title1": "Undead Line", + "title2": "", + "console": "SEGA Mega Drive", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1991", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Actie, schutter", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13806400", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D36314A", + "title1": "アンデッドライン", + "title2": "", + "console": "メガドライブ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "1991年", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "アクション、シューター", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12950976", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D363145", + "title1": "Undead Line", + "title2": "", + "console": "Sega Genesis", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1991", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action, Shooter", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12841024", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D363145", + "title1": "Undead Line", + "title2": "", + "console": "Sega Genesis", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1991", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action, Tir", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12841024", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D363145", + "title1": "Undead Line", + "title2": "", + "console": "Sega Genesis", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1991", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Disparos", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12841024", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146555250", + "title1": "Castlevania", + "title2": "Undead Serious Redemption", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action, Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13189824", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146555250", + "title1": "Castlevania", + "title2": "Undead Serious Redemption", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action, Plateforme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13189824", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146555250", + "title1": "Castlevania", + "title2": "Undead Serious Redemption", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Aktion, Plattform", + "points": "500", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13189824", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146555250", + "title1": "Castlevania", + "title2": "Undead Serious Redemption", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Plataforma", + "points": "500", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13189824", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146555250", + "title1": "Castlevania", + "title2": "Undead Serious Redemption", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Azione, piattaforma", + "points": "500", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13189824", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146555250", + "title1": "Castlevania", + "title2": "Undead Serious Redemption", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Actie, platform", + "points": "500", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13189824", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014655524A", + "title1": "悪魔城ドラキュラ", + "title2": "アンデッド・シリアス・リデンプション", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2023年", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "アクション、プラットフォーム", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11565888", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146555245", + "title1": "Castlevania", + "title2": "Undead Serious Redemption", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action, Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12292480", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146555245", + "title1": "Castlevania", + "title2": "Undead Serious Redemption", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action, Plateforme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12292480", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146555245", + "title1": "Castlevania", + "title2": "Undead Serious Redemption", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2023", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Plataforma", + "points": "500", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12292480", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000157363044", + "title1": "Windows XP Tour", + "title2": "", + "console": "WiiWare", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2001", + "added": "23/10/2025", + "publisher": "idkwhereisthisname", + "genre": "Flash", + "points": "0", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "39431872", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000157363050", + "title1": "Windows XP Tour", + "title2": "", + "console": "WiiWare", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2001", + "added": "23/10/2025", + "publisher": "idkwhereisthisname", + "genre": "Flash", + "points": "0", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "42288384", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000157363045", + "title1": "Windows XP Tour", + "title2": "", + "console": "WiiWare", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2001", + "added": "23/10/2025", + "publisher": "idkwhereisthisname", + "genre": "Flash", + "points": "0", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "42286144", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000157363045", + "title1": "Windows XP Tour", + "title2": "", + "console": "WiiWare", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2001", + "added": "23/10/2025", + "publisher": "idkwhereisthisname", + "genre": "Flash", + "points": "0", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "42286144", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000157363045", + "title1": "Windows XP Tour", + "title2": "", + "console": "WiiWare", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2001", + "added": "23/10/2025", + "publisher": "idkwhereisthisname", + "genre": "Flash", + "points": "0", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "42286144", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000157363053", + "title1": "El paseo por Windows XP", + "title2": "", + "console": "WiiWare", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2001", + "added": "23/10/2025", + "publisher": "idkwhereisthisname", + "genre": "Flash", + "points": "0", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "40652032", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000157363046", + "title1": "Visite guidée de Windows XP", + "title2": "", + "console": "WiiWare", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2001", + "added": "23/10/2025", + "publisher": "idkwhereisthisname", + "genre": "Flash", + "points": "0", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "40512128", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000157363049", + "title1": "Tour di Windows XP", + "title2": "", + "console": "WiiWare", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2001", + "added": "23/10/2025", + "publisher": "idkwhereisthisname", + "genre": "Flash", + "points": "0", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "41921216", + "thumbnail": "FFFD0001" + }, + { + "id": "000100015736304A", + "title1": "Windows XP ツアー", + "title2": "", + "console": "Wiiウェア", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "2001年", + "added": "23/10/2025", + "publisher": "idkwhereisthisname", + "genre": "Flash", + "points": "0", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "44148672", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D573850", + "title1": "Wolfchild", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1993", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Platform", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14340352", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D573850", + "title1": "Wolfchild", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1993", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Plate-forme", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14340352", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D573850", + "title1": "Wolfchild", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1993", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Plattform", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14340352", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D573850", + "title1": "Wolfchild", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1993", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Plataforma", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14340352", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D573850", + "title1": "Wolfchild", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1993", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Piattaforma", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14340352", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D573850", + "title1": "Wolfchild", + "title2": "", + "console": "SEGA Mega Drive", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1993", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Platform", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14340352", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D57384A", + "title1": "ウルフチャイルド", + "title2": "", + "console": "メガドライブ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "1993年", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "プラットフォーム", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12553920", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D573845", + "title1": "Wolfchild", + "title2": "", + "console": "Sega Genesis", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1993", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Platform", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12940928", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D573845", + "title1": "Wolfchild", + "title2": "", + "console": "Sega Genesis", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1993", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Plate-forme", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12940928", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D573845", + "title1": "Wolfchild", + "title2": "", + "console": "Sega Genesis", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1993", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Plataforma", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12940928", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A5A5A50", + "title1": "The Terrifying Time Trials", + "title2": "of Dr. Tongue", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2024", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action, Shooter", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12403968", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A5A5A50", + "title1": "The Terrifying Time Trials", + "title2": "of Dr. Tongue", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2024", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action, Tir", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12403968", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A5A5A50", + "title1": "The Terrifying Time Trials", + "title2": "of Dr. Tongue", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2024", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action, Shooter", + "points": "800", + "players": "Für 1-2 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12403968", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A5A5A50", + "title1": "The Terrifying Time Trials", + "title2": "of Dr. Tongue", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2024", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Disparos", + "points": "800", + "players": "Jugadores: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12403968", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A5A5A50", + "title1": "The Terrifying Time Trials", + "title2": "of Dr. Tongue", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2024", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Azione, sparatutto", + "points": "800", + "players": "Giocatori: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12403968", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A5A5A50", + "title1": "The Terrifying Time Trials", + "title2": "of Dr. Tongue", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2024", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Actie, schutter", + "points": "800", + "players": "Voor 1-2 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12403968", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A5A5A4A", + "title1": "ゾンビが隣人を食べちゃった!", + "title2": "ドクター・タングの恐怖タイムトライアル", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "2024年", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "アクション、シューター", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13086464", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A5A5A45", + "title1": "The Terrifying Time Trials", + "title2": "of Dr. Tongue", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2024", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action, Shooter", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12179584", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A5A5A45", + "title1": "The Terrifying Time Trials", + "title2": "of Dr. Tongue", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2024", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Action, Tir", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12179584", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A5A5A45", + "title1": "The Terrifying Time Trials", + "title2": "of Dr. Tongue", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2024", + "added": "23/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Disparos", + "points": "800", + "players": "Jugadores 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12179584", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146344550", + "title1": "The Addams Family", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13259008", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146344550", + "title1": "The Addams Family", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plate-forme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13259008", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146344550", + "title1": "The Addams Family", + "title2": "", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plattform", + "points": "500", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13259008", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146344550", + "title1": "The Addams Family", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plataforma", + "points": "500", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13259008", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146344550", + "title1": "The Addams Family", + "title2": "", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Piattaforma", + "points": "500", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13259008", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146344550", + "title1": "The Addams Family", + "title2": "", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform", + "points": "500", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13259008", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014634454A", + "title1": "アダムス・ファミリー", + "title2": "", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "1991年", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "プラットフォーム", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12334016", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146344545", + "title1": "The Addams Family", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1991", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12748544", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146344545", + "title1": "The Addams Family", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1991", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plate-forme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12748544", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146344545", + "title1": "The Addams Family", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1991", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plataforma", + "points": "500", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12748544", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D344450", + "title1": "The Addams Family", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1993", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14660608", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D344450", + "title1": "The Addams Family", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1993", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plate-forme", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14660608", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D344450", + "title1": "The Addams Family", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1993", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plattform", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14660608", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D344450", + "title1": "The Addams Family", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1993", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plataforma", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14660608", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D344450", + "title1": "The Addams Family", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1993", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Piattaforma", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14660608", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D344450", + "title1": "The Addams Family", + "title2": "", + "console": "SEGA Mega Drive", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1993", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14660608", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D34444A", + "title1": "アダムス・ファミリー", + "title2": "", + "console": "メガドライブ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "1993年", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "プラットフォーム", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12543232", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D344445", + "title1": "The Addams Family", + "title2": "", + "console": "Sega Genesis", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1993", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13153280", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D344445", + "title1": "The Addams Family", + "title2": "", + "console": "Sega Genesis", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1993", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plate-forme", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13153280", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D344445", + "title1": "The Addams Family", + "title2": "", + "console": "Sega Genesis", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1993", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plataforma", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13153280", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345150", + "title1": "The Addams Family", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform, Adventure", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12839680", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345150", + "title1": "The Addams Family", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plateforme, Aventure", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12839680", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345150", + "title1": "The Addams Family", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plattform, Abenteuer", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12839680", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345150", + "title1": "The Addams Family", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plataforma, Aventura", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12839680", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345150", + "title1": "The Addams Family", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Piattaforma, Avventura", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12839680", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345150", + "title1": "The Addams Family", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform, avontuur", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12839680", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A34514A", + "title1": "アダムス・ファミリー", + "title2": "", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "1992年", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "プラットフォーム、アドベンチャー", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12188160", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345145", + "title1": "The Addams Family", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform, Adventure", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12612736", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345145", + "title1": "The Addams Family", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plateforme, Aventure", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12612736", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345145", + "title1": "The Addams Family", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plataforma, Aventura", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12612736", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D344150", + "title1": "Addams Family Values", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform, Action", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15177408", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D344150", + "title1": "Addams Family Values", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plateforme, Action", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15177408", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D344150", + "title1": "Addams Family Values", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plattform, Aktion", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15177408", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D344150", + "title1": "Addams Family Values", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plataforma, Acción", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15177408", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D344150", + "title1": "Addams Family Values", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Piattaforma, Azione", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15177408", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D344150", + "title1": "Addams Family Values", + "title2": "", + "console": "SEGA Mega Drive", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform, actie", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15177408", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D34414A", + "title1": "アダムス・ファミリー・バリューズ", + "title2": "", + "console": "メガドライブ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "1995年", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "プラットフォーム、アクション", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13059584", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D344145", + "title1": "Addams Family Values", + "title2": "", + "console": "Sega Genesis", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform, Action", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13670080", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D344145", + "title1": "Addams Family Values", + "title2": "", + "console": "Sega Genesis", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plateforme, Action", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13670080", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D344145", + "title1": "Addams Family Values", + "title2": "", + "console": "Sega Genesis", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plataforma, Acción", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13670080", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D354150", + "title1": "Addams Family Values", + "title2": "Afterlife Edition", + "console": "SEGA MEGA DRIVE", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform, Action", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15177600", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D354150", + "title1": "Addams Family Values", + "title2": "Afterlife Edition", + "console": "SEGA MEGA DRIVE", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plateforme, Action", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15177600", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D354150", + "title1": "Addams Family Values", + "title2": "Afterlife Edition", + "console": "SEGA MEGA DRIVE", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plattform, Aktion", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15177600", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D354150", + "title1": "Addams Family Values", + "title2": "Afterlife Edition", + "console": "SEGA MEGA DRIVE", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plataforma, Acción", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15177600", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D354150", + "title1": "Addams Family Values", + "title2": "Afterlife Edition", + "console": "SEGA MEGA DRIVE", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Piattaforma, Azione", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15177600", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D354150", + "title1": "Addams Family Values", + "title2": "Afterlife Edition", + "console": "SEGA Mega Drive", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform, actie", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15177600", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D35414A", + "title1": "アダムス・ファミリー バリューズ:", + "title2": "死後の世界編", + "console": "メガドライブ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2024年", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "プラットフォーム、アクション", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13059584", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D354145", + "title1": "Addams Family Values", + "title2": "Afterlife Edition", + "console": "Sega Genesis", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform, Action", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13670208", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D354145", + "title1": "Addams Family Values", + "title2": "Afterlife Edition", + "console": "Sega Genesis", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plateforme, Action", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13670208", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D354145", + "title1": "Addams Family Values", + "title2": "Afterlife Edition", + "console": "Sega Genesis", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plataforma, Acción", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13670208", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A304150", + "title1": "Addams Family Values", + "title2": "Boss Rush (Afterlife Edition)", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Platform, Action", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15403328", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A304150", + "title1": "Addams Family Values", + "title2": "Boss Rush (Afterlife Edition)", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plateforme, Action", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15403328", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A304150", + "title1": "Addams Family Values", + "title2": "Boss Rush (Afterlife Edition)", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plattform, Aktion", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15403328", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A304150", + "title1": "Addams Family Values", + "title2": "Boss Rush (Afterlife Edition)", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plataforma, Acción", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15403328", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A304150", + "title1": "Addams Family Values", + "title2": "Boss Rush (Afterlife Edition)", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Piattaforma, Azione", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15403328", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A304150", + "title1": "Addams Family Values", + "title2": "Boss Rush (Afterlife Edition)", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Platform, actie", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15403328", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A30414A", + "title1": "アダムス・ファミリー・バリューズ", + "title2": "ボスラッシュ(アフターライフ・エディション)", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "2024年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "プラットフォーム、アクション", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14565120", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A304145", + "title1": "Addams Family Values", + "title2": "Boss Rush (Afterlife Edition)", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Platform, Action", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14635520", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A304145", + "title1": "Addams Family Values", + "title2": "Boss Rush (Afterlife Edition)", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plateforme, Action", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14635520", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A304145", + "title1": "Addams Family Values", + "title2": "Boss Rush (Afterlife Edition)", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plataforma, Acción", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14635520", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146564550", + "title1": "All Hell Unleashed", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13476736", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146564550", + "title1": "All Hell Unleashed", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13476736", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146564550", + "title1": "All Hell Unleashed", + "title2": "", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Abenteuer", + "points": "500", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13476736", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146564550", + "title1": "All Hell Unleashed", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "500", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13476736", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146564550", + "title1": "All Hell Unleashed", + "title2": "", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Azione, Avventura", + "points": "500", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13476736", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146564550", + "title1": "All Hell Unleashed", + "title2": "", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Actie, avontuur", + "points": "500", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13476736", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014656454A", + "title1": "「地獄の解放」", + "title2": "ALL HELL UNLEASHED", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2025年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "アクション、アドベンチャー", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12890240", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146564545", + "title1": "All Hell Unleashed", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12863552", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146564545", + "title1": "All Hell Unleashed", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12863552", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146564545", + "title1": "All Hell Unleashed", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "500", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12863552", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D353850", + "title1": "Chakan", + "title2": "The Forever Man", + "console": "SEGA MEGA DRIVE", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1993", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14838080", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D353850", + "title1": "Chakan", + "title2": "The Forever Man", + "console": "SEGA MEGA DRIVE", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1993", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14838080", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D353850", + "title1": "Chakan", + "title2": "The Forever Man", + "console": "SEGA MEGA DRIVE", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1993", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Abenteuer", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14838080", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D353850", + "title1": "Chakan", + "title2": "The Forever Man", + "console": "SEGA MEGA DRIVE", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1993", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14838080", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D353850", + "title1": "Chakan", + "title2": "The Forever Man", + "console": "SEGA MEGA DRIVE", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1993", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Azione, Avventura", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14838080", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D353850", + "title1": "Chakan", + "title2": "The Forever Man", + "console": "SEGA Mega Drive", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1993", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Actie, avontuur", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14838080", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D35384A", + "title1": "チャカン:永遠の男", + "title2": "", + "console": "メガドライブ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "1992年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "アクション、アドベンチャー", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13051520", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D353845", + "title1": "Chakan", + "title2": "The Forever Man", + "console": "Sega Genesis", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13438656", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D353845", + "title1": "Chakan", + "title2": "The Forever Man", + "console": "Sega Genesis", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13438656", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D353845", + "title1": "Chakan", + "title2": "The Forever Man", + "console": "Sega Genesis", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13438656", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146563750", + "title1": "Castlevania: Red Stained", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12228736", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146563750", + "title1": "Castlevania: Red Stained", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12228736", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146563750", + "title1": "Castlevania: Red Stained", + "title2": "", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Abenteuer", + "points": "500", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12228736", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146563750", + "title1": "Castlevania: Red Stained", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "500", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12228736", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146563750", + "title1": "Castlevania: Red Stained", + "title2": "", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Azione, Avventura", + "points": "500", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12228736", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146563750", + "title1": "Castlevania: Red Stained", + "title2": "", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Actie, avontuur", + "points": "500", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12228736", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014656374A", + "title1": "悪魔城ドラキュラ", + "title2": "レッド・ステインド", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2022年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "アクション、アドベンチャー", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11520768", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146563745", + "title1": "Castlevania: Red Stained", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11740160", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146563745", + "title1": "Castlevania: Red Stained", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11740160", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146563745", + "title1": "Castlevania: Red Stained", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "500", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11740160", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A315950", + "title1": "Demon's Crest", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13552128", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A315950", + "title1": "Demon's Crest", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13552128", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A315950", + "title1": "Demon's Crest", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Abenteuer", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13552128", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A315950", + "title1": "Demon's Crest", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13552128", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A315950", + "title1": "Demon's Crest", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Azione, Avventura", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13552128", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A315950", + "title1": "Demon's Crest", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Actie, avontuur", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13552128", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A31594A", + "title1": "デモンズブレイゾン:", + "title2": "魔界村紋章編", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "1994年", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "アクション、アドベンチャー", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12876160", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A315945", + "title1": "Demon's Crest", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13287552", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A315945", + "title1": "Demon's Crest", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13287552", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A315945", + "title1": "Demon's Crest", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13287552", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D4E3150", + "title1": "Devil Crash MD", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1991", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Pinball, Arcade", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14459648", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D4E3150", + "title1": "Devil Crash MD", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1991", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Flipper, Arcade", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14459648", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D4E3150", + "title1": "Devil Crash MD", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1991", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Flipper, Arcade", + "points": "800", + "players": "Für 1-2 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14459648", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D4E3150", + "title1": "Devil Crash MD", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1991", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Pinball, Arcade", + "points": "800", + "players": "Jugadores: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14459648", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D4E3150", + "title1": "Devil Crash MD", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1991", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Flipper, sala giochi", + "points": "800", + "players": "Giocatori: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14459648", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D4E3150", + "title1": "Devil Crash MD", + "title2": "", + "console": "SEGA Mega Drive", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1991", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Flipperkast, Arcade", + "points": "800", + "players": "Voor 1-2 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14459648", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D4E314A", + "title1": "デビルクラッシュMD", + "title2": "", + "console": "メガドライブ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "1991年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "ピンボール、アーケード", + "points": "600", + "players": "1~2人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12673344", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D4E3145", + "title1": "Devil Crash MD", + "title2": "", + "console": "Sega Genesis", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1991", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Pinball, Arcade", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13060096", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D4E3145", + "title1": "Devil Crash MD", + "title2": "", + "console": "Sega Genesis", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1991", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Flipper, Arcade", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13060096", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D4E3145", + "title1": "Devil Crash MD", + "title2": "", + "console": "Sega Genesis", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1991", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Pinball, Arcade", + "points": "800", + "players": "Jugadores 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13060096", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A354650", + "title1": "Earthbound", + "title2": "Radiation's Halloween Hack", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "RPG", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17430144", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A354650", + "title1": "Earthbound", + "title2": "Radiation's Halloween Hack", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "RPG", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17430144", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A354650", + "title1": "Earthbound", + "title2": "Radiation's Halloween Hack", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Rollenspiel", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17430144", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A354650", + "title1": "Earthbound", + "title2": "Radiation's Halloween Hack", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "juego de rol", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17430144", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A354650", + "title1": "Earthbound", + "title2": "Radiation's Halloween Hack", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Gioco di ruolo", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17430144", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A354650", + "title1": "Earthbound", + "title2": "Radiation's Halloween Hack", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "RPG", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17430144", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A35464A", + "title1": "アースバウンド:", + "title2": "RADIATION’S ハロウィン・ハック", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "2008年", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "RPG", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16591936", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A354645", + "title1": "Earthbound", + "title2": "Radiation's Halloween Hack", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "RPG", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16662336", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A354645", + "title1": "Earthbound", + "title2": "Radiation's Halloween Hack", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "RPG", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16662336", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A354645", + "title1": "Earthbound", + "title2": "Radiation's Halloween Hack", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "juego de rol", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16662336", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146335150", + "title1": "Fester's Quest", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1990", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13260736", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146335150", + "title1": "Fester's Quest", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1990", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plate-forme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13260736", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146335150", + "title1": "Fester's Quest", + "title2": "", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1990", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plattform", + "points": "500", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13260736", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146335150", + "title1": "Fester's Quest", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1990", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plataforma", + "points": "500", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13260736", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146335150", + "title1": "Fester's Quest", + "title2": "", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1990", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Piattaforma", + "points": "500", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13260736", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146335150", + "title1": "Fester's Quest", + "title2": "", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1990", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform", + "points": "500", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13260736", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014633514A", + "title1": "フェスターのクエスト", + "title2": "", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "1989年", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "プラットフォーム", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12337536", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146335145", + "title1": "Fester's Quest", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1989", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12752064", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146335145", + "title1": "Fester's Quest", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1989", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plate-forme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12752064", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146335145", + "title1": "Fester's Quest", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1989", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plataforma", + "points": "500", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12752064", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C474850", + "title1": "Ghost House", + "title2": "", + "console": "SEGA MASTER SYSTEM", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1986", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action", + "points": "500", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12492416", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C474850", + "title1": "Ghost House", + "title2": "", + "console": "SEGA MASTER SYSTEM", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1986", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action", + "points": "500", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12492416", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C474850", + "title1": "Ghost House", + "title2": "", + "console": "Master System", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1986", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Aktion", + "points": "500", + "players": "Für 1-2 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12492416", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C474850", + "title1": "Ghost House", + "title2": "", + "console": "SEGA MASTER SYSTEM", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1986", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción", + "points": "500", + "players": "Jugadores: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12492416", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C474850", + "title1": "Ghost House", + "title2": "", + "console": "SEGA MASTER SYSTEM", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1986", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Azione", + "points": "500", + "players": "Giocatori: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12492416", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C474850", + "title1": "Ghost House", + "title2": "", + "console": "SEGA MASTER SYSTEM", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1986", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Actie", + "points": "500", + "players": "Voor 1-2 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12492416", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C47484A", + "title1": "ゴーストハウス", + "title2": "", + "console": "マスターシステム", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "1986年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "アクション", + "points": "500", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11815552", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C474845", + "title1": "Ghost House", + "title2": "", + "console": "Master System", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1986", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action", + "points": "500", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11889728", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C474845", + "title1": "Ghost House", + "title2": "", + "console": "MASTER SYSTEM", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1986", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action", + "points": "500", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11889728", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014C474845", + "title1": "Ghost House", + "title2": "", + "console": "MASTER SYSTEM", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1986", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción", + "points": "500", + "players": "Jugadores 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11889728", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324A50", + "title1": "Hallow's End", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2014", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Adventure", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17368768", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324A50", + "title1": "Hallow's End", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2014", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Aventure", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17368768", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324A50", + "title1": "Hallow's End", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2014", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Abenteuer", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17368768", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324A50", + "title1": "Hallow's End", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2014", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Aventura", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17368768", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324A50", + "title1": "Hallow's End", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2014", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Avventura", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17368768", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324A50", + "title1": "Hallow's End", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2014", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Avontuur", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17368768", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324A4A", + "title1": "ハロウィーン・エンド", + "title2": "", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "2014年", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "アドベンチャー", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16530624", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324A45", + "title1": "Hallow's End", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2014", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Adventure", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16601088", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324A45", + "title1": "Hallow's End", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2014", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Aventure", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16601088", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324A45", + "title1": "Hallow's End", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2014", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Aventura", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16601088", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A544F50", + "title1": "Super Hauntroid", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2010", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16046144", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A544F50", + "title1": "Super Hauntroid", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2010", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16046144", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A544F50", + "title1": "Super Hauntroid", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2010", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Action, Abenteuer", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16046144", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A544F50", + "title1": "Super Hauntroid", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2010", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16046144", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A544F50", + "title1": "Super Hauntroid", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2010", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Azione, Avventura", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16046144", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A544F50", + "title1": "Super Hauntroid", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2010", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Actie, avontuur", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16046144", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A544F4A", + "title1": "スーパーホーントロイド", + "title2": "", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "2010年", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "アクション、アドベンチャー", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15333632", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A544F45", + "title1": "Super Hauntroid", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2010", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16046144", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A544F45", + "title1": "Super Hauntroid", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2010", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16046144", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A544F45", + "title1": "Super Hauntroid", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2010", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16046144", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000150315850", + "title1": "Hell Tour (地獄めぐり)", + "title2": "Jigoku Meguri", + "console": "Turbografx (PC Engine)", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1990", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13003072", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000150315850", + "title1": "Hell Tour (地獄めぐり)", + "title2": "Jigoku Meguri", + "console": "Turbografx (PC Engine)", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1990", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13003072", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000150315850", + "title1": "Hell Tour (地獄めぐり)", + "title2": "Jigoku Meguri", + "console": "Turbografx", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1990", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Abenteuer", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13003072", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000150315850", + "title1": "Hell Tour (地獄めぐり)", + "title2": "Jigoku Meguri", + "console": "Turbografx (PC Engine)", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1990", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13003072", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000150315850", + "title1": "Hell Tour (地獄めぐり)", + "title2": "Jigoku Meguri", + "console": "TurboGrafx", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1990", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Azione, Avventura", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13003072", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000150315850", + "title1": "Hell Tour (地獄めぐり)", + "title2": "Jigoku Meguri", + "console": "TurboGrafx", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1990", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Actie, avontuur", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13003072", + "thumbnail": "FFFD0001" + }, + { + "id": "000100015031584A", + "title1": "地獄めぐり", + "title2": "", + "console": "PCエンジン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "1990年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "アクション、アドベンチャー", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12440640", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000150315845", + "title1": "Hell Tour (地獄めぐり)", + "title2": "Jigoku Meguri", + "console": "TurboGrafx16", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1990", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12659456", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000150315845", + "title1": "Hell Tour (地獄めぐり)", + "title2": "Jigoku Meguri", + "console": "TurboGrafx16", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1990", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12659456", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000150315845", + "title1": "Hell Tour (地獄めぐり)", + "title2": "Jigoku Meguri", + "console": "TurboGrafx16", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1990", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12659456", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A545050", + "title1": "A Halloween Walk!", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Platform", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "21706816", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A545050", + "title1": "A Halloween Walk!", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Plate-forme", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "21706816", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A545050", + "title1": "A Halloween Walk!", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Plattform", + "points": "800", + "players": "Für 1-2 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "21706816", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A545050", + "title1": "A Halloween Walk!", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Plataforma", + "points": "800", + "players": "Jugadores: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "21706816", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A545050", + "title1": "A Halloween Walk!", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Piattaforma", + "points": "800", + "players": "Giocatori: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "21706816", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A545050", + "title1": "A Halloween Walk!", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Platform", + "points": "800", + "players": "Voor 1-2 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "21706816", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A54504A", + "title1": "ハロウィンのお散歩!", + "title2": "", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "2008年", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "プラットフォーム", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16531136", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A545045", + "title1": "A Halloween Walk!", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Platform", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "21279232", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A545045", + "title1": "A Halloween Walk!", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Plate-forme", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "21279232", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A545045", + "title1": "A Halloween Walk!", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Plataforma", + "points": "800", + "players": "Jugadores 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "21279232", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146324F50", + "title1": "Kamikaze DX+", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2007", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "Action, Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12186688", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146324F50", + "title1": "Kamikaze DX+", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2007", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "Action, Plateforme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12186688", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146324F50", + "title1": "Kamikaze DX+", + "title2": "", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2007", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "Aktion, Plattform", + "points": "500", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12186688", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146324F50", + "title1": "Kamikaze DX+", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2007", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "Acción, Plataforma", + "points": "500", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12186688", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146324F50", + "title1": "Kamikaze DX+", + "title2": "", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2007", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "Azione, piattaforma", + "points": "500", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12186688", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146324F50", + "title1": "Kamikaze DX+", + "title2": "", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2007", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "Actie, platform", + "points": "500", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12186688", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146324F4A", + "title1": "神風 DX+", + "title2": "", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2007年", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "アクション、プラットフォーム", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11811136", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146324F45", + "title1": "Kamikaze DX+", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2007", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "Action, Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11827072", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146324F45", + "title1": "Kamikaze DX+", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2007", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "Action, Plateforme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11827072", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146324F45", + "title1": "Kamikaze DX+", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2007", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "Acción, Plataforma", + "points": "500", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11827072", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A394750", + "title1": "Killer Instinct", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Fighting", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "19935104", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A394750", + "title1": "Killer Instinct", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Combat", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "19935104", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A394750", + "title1": "Killer Instinct", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Kämpfen", + "points": "800", + "players": "Für 1-2 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "19935104", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A394750", + "title1": "Killer Instinct", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Lucha", + "points": "800", + "players": "Jugadores: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "19935104", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A394750", + "title1": "Killer Instinct", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Azione, combattimento", + "points": "800", + "players": "Giocatori: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "19935104", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A394750", + "title1": "Killer Instinct", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Actie, vechten", + "points": "800", + "players": "Voor 1-2 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "19935104", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A39474A", + "title1": "キラーインスティンクト", + "title2": "", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "1995年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "アクション、格闘", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15737280", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A394745", + "title1": "Killer Instinct", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Fighting", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "19924928", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A394745", + "title1": "Killer Instinct", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Combat", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "19924928", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A394745", + "title1": "Killer Instinct", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1995", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Lucha", + "points": "800", + "players": "Jugadores 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "19924928", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146334950", + "title1": "Luigi's Ghost House", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2023", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "Action, Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12188864", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146334950", + "title1": "Luigi's Ghost House", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2023", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "Action, Plateforme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12188864", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146334950", + "title1": "Luigi's Ghost House", + "title2": "", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2023", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "Aktion, Plattform", + "points": "500", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12188864", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146334950", + "title1": "Luigi's Ghost House", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2023", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "Acción, Plataforma", + "points": "500", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12188864", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146334950", + "title1": "Luigi's Ghost House", + "title2": "", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2023", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "Azione, piattaforma", + "points": "500", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12188864", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146334950", + "title1": "Luigi's Ghost House", + "title2": "", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2023", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "Actie, platform", + "points": "500", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12188864", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014633494A", + "title1": "ルイージ・イン・ゴーストワールド", + "title2": "", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2023年", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "アクション、プラットフォーム", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11813376", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146334945", + "title1": "Luigi's Ghost House", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2023", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "Action, Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11829248", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146334945", + "title1": "Luigi's Ghost House", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2023", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "Action, Plateforme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11829248", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146334945", + "title1": "Luigi's Ghost House", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2023", + "added": "29/10/2025", + "publisher": "ForgottenArchive", + "genre": "Acción, Plataforma", + "points": "500", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11829248", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A483250", + "title1": "Mario Wakes Up", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15436544", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A483250", + "title1": "Mario Wakes Up", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15436544", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A483250", + "title1": "Mario Wakes Up", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Abenteuer", + "points": "800", + "players": "Für 1-2 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15436544", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A483250", + "title1": "Mario Wakes Up", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15436544", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A483250", + "title1": "Mario Wakes Up", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Azione, Avventura", + "points": "800", + "players": "Giocatori: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15436544", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A483250", + "title1": "Mario Wakes Up", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Actie, avontuur", + "points": "800", + "players": "Voor 1-2 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15436544", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A48324A", + "title1": "マリオが目を覚ます", + "title2": "", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "2008年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "アクション、アドベンチャー", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14598272", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A483245", + "title1": "Mario Wakes Up", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14668672", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A483245", + "title1": "Mario Wakes Up", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14668672", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A483245", + "title1": "Mario Wakes Up", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2008", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14668672", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464F4C50", + "title1": "Mega Man", + "title2": "Limbo Edition", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2023", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13533120", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464F4C50", + "title1": "Mega Man", + "title2": "Limbo Edition", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2023", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13533120", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464F4C50", + "title1": "Mega Man", + "title2": "Limbo Edition", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2023", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Abenteuer", + "points": "500", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13533120", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464F4C50", + "title1": "Mega Man", + "title2": "Limbo Edition", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2023", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "500", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13533120", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464F4C50", + "title1": "Mega Man", + "title2": "Limbo Edition", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2023", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Azione, Avventura", + "points": "500", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13533120", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464F4C50", + "title1": "Mega Man", + "title2": "Limbo Edition", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2023", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Actie, avontuur", + "points": "500", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13533120", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464F4C4A", + "title1": "ロックマン", + "title2": "リンボ・エディション", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2023年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "アクション、アドベンチャー", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12120960", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464F4C45", + "title1": "Mega Man", + "title2": "Limbo Edition", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2023", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11843968", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464F4C45", + "title1": "Mega Man", + "title2": "Limbo Edition", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2023", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11843968", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001464F4C45", + "title1": "Mega Man", + "title2": "Limbo Edition", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2023", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "500", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11843968", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146584750", + "title1": "Metroid Genocide", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2006", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12601408", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146584750", + "title1": "Metroid Genocide", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2006", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12601408", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146584750", + "title1": "Metroid Genocide", + "title2": "", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2006", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Abenteuer", + "points": "500", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12601408", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146584750", + "title1": "Metroid Genocide", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2006", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "500", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12601408", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146584750", + "title1": "Metroid Genocide", + "title2": "", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2006", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Azione, Avventura", + "points": "500", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12601408", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146584750", + "title1": "Metroid Genocide", + "title2": "", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2006", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Actie, avontuur", + "points": "500", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12601408", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014658474A", + "title1": "メトロイド ジェノサイド", + "title2": "", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2006年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "アクション、アドベンチャー", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11998272", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146584745", + "title1": "Metroid Genocide", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2006", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12383552", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146584745", + "title1": "Metroid Genocide", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2006", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12383552", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146584745", + "title1": "Metroid Genocide", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2006", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "500", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12383552", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146484850", + "title1": "Michael Myers Halloween", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2020", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13258560", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146484850", + "title1": "Michael Myers Halloween", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2020", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13258560", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146484850", + "title1": "Michael Myers Halloween", + "title2": "", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2020", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Abenteuer", + "points": "500", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13258560", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146484850", + "title1": "Michael Myers Halloween", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2020", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "500", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13258560", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146484850", + "title1": "Michael Myers Halloween", + "title2": "", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2020", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Azione, Avventura", + "points": "500", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13258560", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146484850", + "title1": "Michael Myers Halloween", + "title2": "", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2020", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Actie, avontuur", + "points": "500", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13258560", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014648484A", + "title1": "マイケル・マイヤーズ・ハロウィン", + "title2": "", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2020年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "アクション、アドベンチャー", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12333504", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146484845", + "title1": "Michael Myers Halloween", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2020", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12748032", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146484845", + "title1": "Michael Myers Halloween", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2020", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12748032", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146484845", + "title1": "Michael Myers Halloween", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2020", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "500", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12748032", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146395250", + "title1": "Monster Party", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1989", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13548928", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146395250", + "title1": "Monster Party", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1989", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plate-forme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13548928", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146395250", + "title1": "Monster Party", + "title2": "", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1989", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plattform", + "points": "500", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13548928", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146395250", + "title1": "Monster Party", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1989", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plataforma", + "points": "500", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13548928", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146395250", + "title1": "Monster Party", + "title2": "", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1989", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Piattaforma", + "points": "500", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13548928", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146395250", + "title1": "Monster Party", + "title2": "", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1989", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Platform", + "points": "500", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13548928", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014639524A", + "title1": "モンスターパーティーUSA", + "title2": "", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "1989年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "プラットフォーム", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12136832", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146395245", + "title1": "Monster Party", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1989", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11831936", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146395245", + "title1": "Monster Party", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1989", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plate-forme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11831936", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146395245", + "title1": "Monster Party", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1989", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plataforma", + "points": "500", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11831936", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146385250", + "title1": "Monster Party", + "title2": "Parody World Revisited", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2017", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13542528", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146385250", + "title1": "Monster Party", + "title2": "Parody World Revisited", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2017", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plate-forme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13542528", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146385250", + "title1": "Monster Party", + "title2": "Parody World Revisited", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2017", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plattform", + "points": "500", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13542528", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146385250", + "title1": "Monster Party", + "title2": "Parody World Revisited", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2017", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plataforma", + "points": "500", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13542528", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146385250", + "title1": "Monster Party", + "title2": "Parody World Revisited", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2017", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Piattaforma", + "points": "500", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13542528", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146385250", + "title1": "Monster Party", + "title2": "Parody World Revisited", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2017", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Platform", + "points": "500", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13542528", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014638524A", + "title1": "モンスターパーティー", + "title2": "~パロディワールド・リヴィジテッド~", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2017年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "プラットフォーム", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12130304", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146385245", + "title1": "Monster Party", + "title2": "Parody World Revisited", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2017", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11827904", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146385245", + "title1": "Monster Party", + "title2": "Parody World Revisited", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2017", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plate-forme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11827904", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146385245", + "title1": "Monster Party", + "title2": "Parody World Revisited", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2017", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plataforma", + "points": "500", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "11827904", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324350", + "title1": "Mario vs. SONIC.EXE", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2014", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17407232", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324350", + "title1": "Mario vs. SONIC.EXE", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2014", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17407232", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324350", + "title1": "Mario vs. SONIC.EXE", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2014", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Abenteuer", + "points": "800", + "players": "Für 1-2 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17407232", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324350", + "title1": "Mario vs. SONIC.EXE", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2014", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17407232", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324350", + "title1": "Mario vs. SONIC.EXE", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2014", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Azione, Avventura", + "points": "800", + "players": "Giocatori: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17407232", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324350", + "title1": "Mario vs. SONIC.EXE", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2014", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Actie, avontuur", + "points": "800", + "players": "Voor 1-2 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17407232", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A32434A", + "title1": "マリオVSソニック.EXE", + "title2": "", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "2014年", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "アクション、アドベンチャー", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16568832", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324345", + "title1": "Mario vs. SONIC.EXE", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2014", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16639488", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324345", + "title1": "Mario vs. SONIC.EXE", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2014", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16639488", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A324345", + "title1": "Mario vs. SONIC.EXE", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2014", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16639488", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146493250", + "title1": "Pac-Man", + "title2": "Halloween Edition", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2020", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Maze, Strategy", + "points": "500", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13232256", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146493250", + "title1": "Pac-Man", + "title2": "Halloween Edition", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2020", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Labyrinthe, Stratégie", + "points": "500", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13232256", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146493250", + "title1": "Pac-Man", + "title2": "Halloween Edition", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2020", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Labyrinth, Strategie", + "points": "500", + "players": "Für 1-2 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13232256", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146493250", + "title1": "Pac-Man", + "title2": "Halloween Edition", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2020", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Laberinto, Estrategia", + "points": "500", + "players": "Jugadores: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13232256", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146493250", + "title1": "Pac-Man", + "title2": "Halloween Edition", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2020", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Labirinto, strategia", + "points": "500", + "players": "Giocatori: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13232256", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146493250", + "title1": "Pac-Man", + "title2": "Halloween Edition", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2020", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Doolhof, strategie", + "points": "500", + "players": "Voor 1-2 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13232256", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014649324A", + "title1": "パックマン", + "title2": "ハロウィンエディション", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2020年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "迷路、戦略", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12307200", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146493245", + "title1": "Pac-Man", + "title2": "Halloween Edition", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2020", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Maze, Strategy", + "points": "500", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12721792", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146493245", + "title1": "Pac-Man", + "title2": "Halloween Edition", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2020", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Labyrinthe, Stratégie", + "points": "500", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12721792", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146493245", + "title1": "Pac-Man", + "title2": "Halloween Edition", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2020", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Laberinto, Estrategia", + "points": "500", + "players": "Jugadores 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12721792", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345350", + "title1": "The Addams Family:", + "title2": "Pugsley's Scavenger Hunt", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12900864", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345350", + "title1": "The Addams Family:", + "title2": "Pugsley's Scavenger Hunt", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plate-forme", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12900864", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345350", + "title1": "The Addams Family:", + "title2": "Pugsley's Scavenger Hunt", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plattform", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12900864", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345350", + "title1": "The Addams Family:", + "title2": "Pugsley's Scavenger Hunt", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plataforma", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12900864", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345350", + "title1": "The Addams Family:", + "title2": "Pugsley's Scavenger Hunt", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Piattaforma", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12900864", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345350", + "title1": "The Addams Family:", + "title2": "Pugsley's Scavenger Hunt", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1992", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12900864", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A34534A", + "title1": "アダムス・ファミリー:", + "title2": "パグズリーの宝探し", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "1993年", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "プラットフォーム", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12220096", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345345", + "title1": "The Addams Family:", + "title2": "Pugsley's Scavenger Hunt", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1993", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Platform", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12639488", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345345", + "title1": "The Addams Family:", + "title2": "Pugsley's Scavenger Hunt", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1993", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plate-forme", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12639488", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345345", + "title1": "The Addams Family:", + "title2": "Pugsley's Scavenger Hunt", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1993", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Plataforma", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12639488", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A333050", + "title1": "The Quest for the Candies", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16438912", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A333050", + "title1": "The Quest for the Candies", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16438912", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A333050", + "title1": "The Quest for the Candies", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Abenteuer", + "points": "800", + "players": "Für 1-2 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16438912", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A333050", + "title1": "The Quest for the Candies", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16438912", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A333050", + "title1": "The Quest for the Candies", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Azione, Avventura", + "points": "800", + "players": "Giocatori: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16438912", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A333050", + "title1": "The Quest for the Candies", + "title2": "", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Actie, avontuur", + "points": "800", + "players": "Voor 1-2 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16438912", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A33304A", + "title1": "ザ・クエスト・フォー・ザ・キャンディーズ", + "title2": "", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "2022年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "アクション、アドベンチャー", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15600768", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A333045", + "title1": "The Quest for the Candies", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15671168", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A333045", + "title1": "The Quest for the Candies", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15671168", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A333045", + "title1": "The Quest for the Candies", + "title2": "", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15671168", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345850", + "title1": "Super Castlevania IV", + "title2": "Uncensored", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2021", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17876224", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345850", + "title1": "Super Castlevania IV", + "title2": "Uncensored", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2021", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17876224", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345850", + "title1": "Super Castlevania IV", + "title2": "Uncensored", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2021", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Abenteuer", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17876224", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345850", + "title1": "Super Castlevania IV", + "title2": "Uncensored", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2021", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17876224", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345850", + "title1": "Super Castlevania IV", + "title2": "Uncensored", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2021", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Azione, Avventura", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17876224", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345850", + "title1": "Super Castlevania IV", + "title2": "Uncensored", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2021", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Actie, avontuur", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17876224", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A34584A", + "title1": "悪魔城ドラキュラ", + "title2": "アンセンサード", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "2021年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "アクション、アドベンチャー", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15783232", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345845", + "title1": "Super Castlevania IV", + "title2": "Uncensored", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2021", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17001280", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345845", + "title1": "Super Castlevania IV", + "title2": "Uncensored", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2021", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17001280", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A345845", + "title1": "Super Castlevania IV", + "title2": "Uncensored", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2021", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "17001280", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146335A50", + "title1": "Super Depressed Bro...", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13954240", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146335A50", + "title1": "Super Depressed Bro...", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Plate-forme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13954240", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146335A50", + "title1": "Super Depressed Bro...", + "title2": "", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Plattform", + "points": "500", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13954240", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146335A50", + "title1": "Super Depressed Bro...", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Plataforma", + "points": "500", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13954240", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146335A50", + "title1": "Super Depressed Bro...", + "title2": "", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Piattaforma", + "points": "500", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13954240", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146335A50", + "title1": "Super Depressed Bro...", + "title2": "", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Platform", + "points": "500", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13954240", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146335A4A", + "title1": "超落ち込んでる兄貴…", + "title2": "", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2022年", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "プラットフォーム", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13029184", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146335A45", + "title1": "Super Depressed Bro...", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Platform", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13443776", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146335A45", + "title1": "Super Depressed Bro...", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Plate-forme", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13443776", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146335A45", + "title1": "Super Depressed Bro...", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Plataforma", + "points": "500", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13443776", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146325350", + "title1": "Shadowgate", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "1991", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Adventure", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13301312", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146325350", + "title1": "Shadowgate", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "1991", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Aventure", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13301312", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146325350", + "title1": "Shadowgate", + "title2": "", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "1991", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Abenteuer", + "points": "500", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13301312", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146325350", + "title1": "Shadowgate", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "1991", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Aventura", + "points": "500", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13301312", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146325350", + "title1": "Shadowgate", + "title2": "", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "1991", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Avventura", + "points": "500", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13301312", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146325350", + "title1": "Shadowgate", + "title2": "", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "1991", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Avontuur", + "points": "500", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13301312", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014632534A", + "title1": "シャドウゲイト", + "title2": "", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "1989年", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "アドベンチャー", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12382848", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146325345", + "title1": "Shadowgate", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "1989", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Adventure", + "points": "500", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12792896", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146325345", + "title1": "Shadowgate", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "1989", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Aventure", + "points": "500", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12792896", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146325345", + "title1": "Shadowgate", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "1989", + "added": "29/10/2025", + "publisher": "dustinbriggs1991", + "genre": "Aventura", + "points": "500", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12792896", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146505850", + "title1": "Super Mario Bros. Halloween", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Platform", + "points": "500", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13249024", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146505850", + "title1": "Super Mario Bros. Halloween", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plate-forme", + "points": "500", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13249024", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146505850", + "title1": "Super Mario Bros. Halloween", + "title2": "", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plattform", + "points": "500", + "players": "Für 1-2 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13249024", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146505850", + "title1": "Super Mario Bros. Halloween", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plataforma", + "points": "500", + "players": "Jugadores: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13249024", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146505850", + "title1": "Super Mario Bros. Halloween", + "title2": "", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Piattaforma", + "points": "500", + "players": "Giocatori: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13249024", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146505850", + "title1": "Super Mario Bros. Halloween", + "title2": "", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Platform", + "points": "500", + "players": "Voor 1-2 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13249024", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014650584A", + "title1": "スーパーマリオブラザーズ ハロウィン", + "title2": "", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2022年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "プラットフォーム", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12324032", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146505845", + "title1": "Super Mario Bros. Halloween", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Platform", + "points": "500", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12738560", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146505845", + "title1": "Super Mario Bros. Halloween", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plate-forme", + "points": "500", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12738560", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146505845", + "title1": "Super Mario Bros. Halloween", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2022", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plataforma", + "points": "500", + "players": "Jugadores 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12738560", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A483750", + "title1": "Super Metroid", + "title2": "Hallow Eve", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2010", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16501824", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A483750", + "title1": "Super Metroid", + "title2": "Hallow Eve", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2010", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16501824", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A483750", + "title1": "Super Metroid", + "title2": "Hallow Eve", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2010", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Abenteuer", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16501824", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A483750", + "title1": "Super Metroid", + "title2": "Hallow Eve", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2010", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16501824", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A483750", + "title1": "Super Metroid", + "title2": "Hallow Eve", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2010", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Azione, Avventura", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16501824", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A483750", + "title1": "Super Metroid", + "title2": "Hallow Eve", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2010", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Actie, avontuur", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16501824", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A48374A", + "title1": "スーパーメトロイド", + "title2": "ハロウ・イヴ", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "2010年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "アクション、アドベンチャー", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15343168", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A483745", + "title1": "Super Metroid", + "title2": "Hallow Eve", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2010", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16056000", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A483745", + "title1": "Super Metroid", + "title2": "Hallow Eve", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2010", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16056000", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A483745", + "title1": "Super Metroid", + "title2": "Hallow Eve", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2010", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16056000", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001584D4850", + "title1": "Super Mario Flash", + "title2": "Halloween Version", + "console": "WiiWare", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2004", + "added": "29/10/2025", + "publisher": "ThatOneYoshi", + "genre": "Flash", + "points": "0", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12924480", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001584D4850", + "title1": "Super Mario Flash", + "title2": "Halloween Version", + "console": "WiiWare", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2004", + "added": "29/10/2025", + "publisher": "ThatOneYoshi", + "genre": "Flash", + "points": "0", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12924480", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001584D4850", + "title1": "Super Mario Flash", + "title2": "Halloween Version", + "console": "WiiWare", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2004", + "added": "29/10/2025", + "publisher": "ThatOneYoshi", + "genre": "Flash", + "points": "0", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12924480", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001584D4850", + "title1": "Super Mario Flash", + "title2": "Halloween Version", + "console": "WiiWare", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2004", + "added": "29/10/2025", + "publisher": "ThatOneYoshi", + "genre": "Flash", + "points": "0", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12924480", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001584D4850", + "title1": "Super Mario Flash", + "title2": "Halloween Version", + "console": "WiiWare", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2004", + "added": "29/10/2025", + "publisher": "ThatOneYoshi", + "genre": "Flash", + "points": "0", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12924480", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001584D4850", + "title1": "Super Mario Flash", + "title2": "Halloween Version", + "console": "WiiWare", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2004", + "added": "29/10/2025", + "publisher": "ThatOneYoshi", + "genre": "Flash", + "points": "0", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12924480", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001584D4845", + "title1": "Super Mario Flash", + "title2": "Halloween Version", + "console": "WiiWare", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2004", + "added": "29/10/2025", + "publisher": "ThatOneYoshi", + "genre": "Flash", + "points": "0", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12922368", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001584D4845", + "title1": "Super Mario Flash", + "title2": "Halloween Version", + "console": "WiiWare", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2004", + "added": "29/10/2025", + "publisher": "ThatOneYoshi", + "genre": "Flash", + "points": "0", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12922368", + "thumbnail": "FFFD0001" + }, + { + "id": "00010001584D4845", + "title1": "Super Mario Flash", + "title2": "Halloween Version", + "console": "WiiWare", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2004", + "added": "29/10/2025", + "publisher": "ThatOneYoshi", + "genre": "Flash", + "points": "0", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12922368", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A545150", + "title1": "Super Mario World", + "title2": "The Halloween Island", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2019", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15272832", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A545150", + "title1": "Super Mario World", + "title2": "The Halloween Island", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2019", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15272832", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A545150", + "title1": "Super Mario World", + "title2": "The Halloween Island", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2019", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Abenteuer", + "points": "800", + "players": "Für 1-2 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15272832", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A545150", + "title1": "Super Mario World", + "title2": "The Halloween Island", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2019", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15272832", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A545150", + "title1": "Super Mario World", + "title2": "The Halloween Island", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2019", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Azione, Avventura", + "points": "800", + "players": "Giocatori: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15272832", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A545150", + "title1": "Super Mario World", + "title2": "The Halloween Island", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2019", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Actie, avontuur", + "points": "800", + "players": "Voor 1-2 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15272832", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A54514A", + "title1": "スーパーマリオワールド", + "title2": "ハロウィンアイランド", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "2019年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "アクション、アドベンチャー", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14434560", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A545145", + "title1": "Super Mario World", + "title2": "The Halloween Island", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2019", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14505024", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A545145", + "title1": "Super Mario World", + "title2": "The Halloween Island", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2019", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14505024", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A545145", + "title1": "Super Mario World", + "title2": "The Halloween Island", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2019", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14505024", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D325850", + "title1": "Sonic 2.EXE", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2012", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Platform", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15104832", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D325850", + "title1": "Sonic 2.EXE", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2012", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Plateforme", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15104832", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D325850", + "title1": "Sonic 2.EXE", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2012", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Aktion, Plattform", + "points": "800", + "players": "Für 1-2 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15104832", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D325850", + "title1": "Sonic 2.EXE", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2012", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Plataforma", + "points": "800", + "players": "Jugadores: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15104832", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D325850", + "title1": "Sonic 2.EXE", + "title2": "", + "console": "SEGA MEGA DRIVE", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2012", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Azione, piattaforma", + "points": "800", + "players": "Giocatori: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15104832", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D325850", + "title1": "Sonic 2.EXE", + "title2": "", + "console": "SEGA Mega Drive", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2012", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Actie, platform", + "points": "800", + "players": "Voor 1-2 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15104832", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D32584A", + "title1": "ソニック2.EXE", + "title2": "", + "console": "メガドライブ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2012年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "アクション、プラットフォーム", + "points": "600", + "players": "1~2人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13318720", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D325845", + "title1": "Sonic 2.EXE", + "title2": "", + "console": "Sega Genesis", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2012", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Platform", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13705472", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D325845", + "title1": "Sonic 2.EXE", + "title2": "", + "console": "Sega Genesis", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2012", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Plateforme", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13705472", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014D325845", + "title1": "Sonic 2.EXE", + "title2": "", + "console": "Sega Genesis", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2012", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Plataforma", + "points": "800", + "players": "Jugadores 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13705472", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146345950", + "title1": "Spooky Kong", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Platform, Arcade", + "points": "500", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13277568", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146345950", + "title1": "Spooky Kong", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique Pro (vendues séparément) est recommandée pour ce titre.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plateforme, Arcade", + "points": "500", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13277568", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146345950", + "title1": "Spooky Kong", + "title2": "", + "console": "NES", + "controllers": "
Für dieses Spiel wird die Nutzung einer Wii-Fernbedienung, eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plattform, Arcade", + "points": "500", + "players": "Für 1-2 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13277568", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146345950", + "title1": "Spooky Kong", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plataforma, Arcade", + "points": "500", + "players": "Jugadores: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13277568", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146345950", + "title1": "Spooky Kong", + "title2": "", + "console": "NES", + "controllers": "
È consigliabile usare un telecomando Wii, un controller tradizionale o un controller tradizionale Pro (venduti separatamente).
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Piattaforma, sala giochi", + "points": "500", + "players": "Giocatori: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13277568", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146345950", + "title1": "Spooky Kong", + "title2": "", + "console": "NES", + "controllers": "
We raden je aan om voor deze software een Wii-afstandsbediening, een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Platform, arcade", + "points": "500", + "players": "Voor 1-2 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "13277568", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014634594A", + "title1": "スプーキー・コング", + "title2": "", + "console": "ファミリーコンピュータ", + "controllers": "
Wiiリモコン、またはクラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、ボタンの配置によって一部の操作が難しい場合があります。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2025年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "プラットフォーム、アーケード", + "points": "600", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12352512", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146345945", + "title1": "Spooky Kong", + "title2": "", + "console": "NES", + "controllers": "
Use of a Wii Remote, Classic Controller or Classic Controller Pro (sold separately) is recommended for playing this game.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Platform, Arcade", + "points": "500", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12767104", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146345945", + "title1": "Spooky Kong", + "title2": "", + "console": "NES", + "controllers": "
L’utilisation d’une télécommande Wii, d’une manette classique ou d’une manette classique pro (vendues séparément) est recommandée pour ce titre.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plateforme, Arcade", + "points": "500", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12767104", + "thumbnail": "FFFD0001" + }, + { + "id": "0001000146345945", + "title1": "Spooky Kong", + "title2": "", + "console": "NES", + "controllers": "
Se recomienda el uso de un mando de Wii, un mando clásico o un mando clásico Pro (se venden por separado).
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Plataforma, Arcade", + "points": "500", + "players": "Jugadores 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "12767104", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A4F4650", + "title1": "Transylvania Fable", + "title2": "Legend of the Archaic Arcanum", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2017", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16598848", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A4F4650", + "title1": "Transylvania Fable", + "title2": "Legend of the Archaic Arcanum", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2017", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16598848", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A4F4650", + "title1": "Transylvania Fable", + "title2": "Legend of the Archaic Arcanum", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2017", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Abenteuer", + "points": "800", + "players": "Für 1-2 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16598848", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A4F4650", + "title1": "Transylvania Fable", + "title2": "Legend of the Archaic Arcanum", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2017", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16598848", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A4F4650", + "title1": "Transylvania Fable", + "title2": "Legend of the Archaic Arcanum", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2017", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Azione, Avventura", + "points": "800", + "players": "Giocatori: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16598848", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A4F4650", + "title1": "Transylvania Fable", + "title2": "Legend of the Archaic Arcanum", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2017", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Actie, avontuur", + "points": "800", + "players": "Voor 1-2 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16598848", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A4F464A", + "title1": "トランシルヴァニア・フェイブル:", + "title2": "古代秘法のレジェンド", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "2017年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "アクション、アドベンチャー", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15760448", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A4F4645", + "title1": "Transylvania Fable", + "title2": "Legend of the Archaic Arcanum", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2017", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1-2 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15830720", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A4F4645", + "title1": "Transylvania Fable", + "title2": "Legend of the Archaic Arcanum", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2017", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15830720", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A4F4645", + "title1": "Transylvania Fable", + "title2": "Legend of the Archaic Arcanum", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2017", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores 1-2", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15830720", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014E315150", + "title1": "Wega's Challenge 64", + "title2": "", + "console": "NINTENDO 64", + "controllers": "
Use of a Classic Controller or Classic Controller Pro (sold separately) is recommended for this game. This game cannot be played using the Wii Remote by itself.
", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Maze", + "points": "1000", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "29731968", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014E315150", + "title1": "Wega's Challenge 64", + "title2": "", + "console": "NINTENDO 64", + "controllers": "
Se recomienda el uso de un mando clásico o un mando clásico Pro (se venden por separado). El mando de Wii no es compatible con este juego.
", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Labyrinthe", + "points": "1000", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "29731968", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014E315150", + "title1": "Wega's Challenge 64", + "title2": "", + "console": "NINTENDO 64", + "controllers": "
Für dieses Spiel wird die Nutzung eines Classic Controllers oder eines Classic Controller Pro (separat erhältlich) empfohlen. Die alleinige Verwendung einer Wii-Fernbedienung ist bei diesem Spiel nicht möglich.
", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Labyrinth", + "points": "1000", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "29731968", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014E315150", + "title1": "Wega's Challenge 64", + "title2": "", + "console": "NINTENDO 64", + "controllers": "
Se recomienda el uso de un mando clásico o un mando clásico Pro (se venden por separado). El mando de Wii no es compatible con este juego.
", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Laberinto", + "points": "1000", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "29731968", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014E315150", + "title1": "Wega's Challenge 64", + "title2": "", + "console": "NINTENDO 64", + "controllers": "
È consigliabile usare un controller tradizionale o un controller tradizionale pro (venduti separatamente). Per questo software non è possibile usare solo il telecomando Wii.
", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Labirinto", + "points": "1000", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "29731968", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014E315150", + "title1": "Wega's Challenge 64", + "title2": "", + "console": "NINTENDO 64", + "controllers": "
We raden je aan om voor deze software een Traditionele Controller of een Traditionele Controller Pro (apart verkrijgbaar) te gebruiken. Je kunt deze software niet gebruiken met alleen de Wii-afstandsbediening.
", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Doolhof", + "points": "1000", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "29731968", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014E31514A", + "title1": "ウェガのチャレンジ64", + "title2": "", + "console": "NINTENDO 64", + "controllers": "
クラシックコントローラ(クラシックコントローラPRO含む、別売)でのプレイを推奨します。ゲームキューブコントローラ(Wiiのみ)にも対応していますが、一部の操作が難しい場合があります。Wiiリモコンだけではプレイできません。
本ソフトは、原則プログラムなどの変更は行っておりませんが、 Wii上で再現しているため、映像や音声等のゲームの表現に若干影響する場合があります。また、振動機能には対応しておりません。
", + "region": "JP", + "language": "", + "attributes": "", + "date": "2025年", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "迷路", + "points": "1000", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "29564160", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014E315145", + "title1": "Wega's Challenge 64", + "title2": "", + "console": "Nintendo 64", + "controllers": "
Use of a Classic Controller or Classic Controller Pro (sold separately) is recommended for this game. This game cannot be played using the Wii Remote by itself.
", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Maze", + "points": "1000", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "29732032", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014E315145", + "title1": "Wega's Challenge 64", + "title2": "", + "console": "Nintendo 64", + "controllers": "
L’utilisation d’une manette Classic Controller ou Classic
Controller Pro (vendues séparément) est recommandée
pour ce titre. La manette Wii Remote seule ne peut pas
être utilisée pour ce logiciel.
", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Labyrinthe", + "points": "1000", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "29732032", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014E315145", + "title1": "Wega's Challenge 64", + "title2": "", + "console": "Nintendo 64", + "controllers": "
Se recomienda el uso de un mando clásico o un mando clásico Pro (se venden por separado). El mando de Wii no es compatible con este juego.
", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2025", + "added": "29/10/2025", + "publisher": "A For Animation", + "genre": "Laberinto", + "points": "1000", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "29732032", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A584850", + "title1": "The Legend of Zelda", + "title2": "Allhallows Eve", + "console": "Super Nintendo", + "controllers": "", + "region": "GB", + "language": "EN", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16782656", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A584850", + "title1": "The Legend of Zelda", + "title2": "Allhallows Eve", + "console": "Super Nintendo", + "controllers": "", + "region": "FR", + "language": "FR", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16782656", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A584850", + "title1": "The Legend of Zelda", + "title2": "Allhallows Eve", + "console": "Super Nintendo", + "controllers": "", + "region": "DE", + "language": "DE", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Abenteuer", + "points": "800", + "players": "Für 1 Spieler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16782656", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A584850", + "title1": "The Legend of Zelda", + "title2": "Allhallows Eve", + "console": "Super Nintendo", + "controllers": "", + "region": "ES", + "language": "ES", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16782656", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A584850", + "title1": "The Legend of Zelda", + "title2": "Allhallows Eve", + "console": "Super Nintendo", + "controllers": "", + "region": "IT", + "language": "IT", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Azione, Avventura", + "points": "800", + "players": "Giocatori: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16782656", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A584850", + "title1": "The Legend of Zelda", + "title2": "Allhallows Eve", + "console": "Super Nintendo", + "controllers": "", + "region": "NL", + "language": "NL", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Actie, avontuur", + "points": "800", + "players": "Voor 1 speler", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "16782656", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A58484A", + "title1": "ゼルダの伝説", + "title2": "オールハローズ・イブ", + "console": "スーパーファミコン", + "controllers": "", + "region": "JP", + "language": "", + "attributes": "", + "date": "2024年", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "アクション、アドベンチャー", + "points": "800", + "players": "1人用", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "14600384", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A584845", + "title1": "The Legend of Zelda", + "title2": "Allhallows Eve", + "console": "Super NES", + "controllers": "", + "region": "US", + "language": "EN", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Adventure", + "points": "800", + "players": "For 1 player(s)", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15664320", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A584845", + "title1": "The Legend of Zelda", + "title2": "Allhallows Eve", + "console": "Super NES", + "controllers": "", + "region": "CA", + "language": "FR", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Action, Aventure", + "points": "800", + "players": "Joueurs: 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15664320", + "thumbnail": "FFFD0001" + }, + { + "id": "000100014A584845", + "title1": "The Legend of Zelda", + "title2": "Allhallows Eve", + "console": "Super NES", + "controllers": "", + "region": "MX", + "language": "ES", + "attributes": "", + "date": "2024", + "added": "29/10/2025", + "publisher": "Subnetic", + "genre": "Acción, Aventura", + "points": "800", + "players": "Jugadores 1", + "rating": "", + "ratingdetails": "", + "link": "", + "mirror": "", + "size": "15664320", + "thumbnail": "FFFD0001" } ] \ No newline at end of file