diff --git a/app/build.gradle b/app/build.gradle index cee0e6768..04963c4e0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -126,7 +126,7 @@ dependencies { implementation 'androidx.activity:activity-ktx:1.9.3' implementation 'androidx.appcompat:appcompat:1.7.0' implementation "androidx.browser:browser:1.8.0" - def androidx_camera = '1.4.0' + def androidx_camera = '1.4.1' implementation "androidx.camera:camera-core:$androidx_camera" implementation "androidx.camera:camera-camera2:$androidx_camera" implementation "androidx.camera:camera-lifecycle:$androidx_camera" diff --git a/app/src/main/java/com/hiddenramblings/tagmo/TagMo.kt b/app/src/main/java/com/hiddenramblings/tagmo/TagMo.kt index 3e3b17a88..37839d752 100644 --- a/app/src/main/java/com/hiddenramblings/tagmo/TagMo.kt +++ b/app/src/main/java/com/hiddenramblings/tagmo/TagMo.kt @@ -65,10 +65,10 @@ class TagMo : Application() { } try { Debug.sendException(this, exception.toString()) - } catch (ignored: Exception) { } + } catch (_: Exception) { } try { Debug.saveException(this, exception.toString()) - } catch (ignored: Exception) { } + } catch (_: Exception) { } android.os.Process.killProcess(android.os.Process.myPid()) exitProcess(-1) } diff --git a/app/src/main/java/com/hiddenramblings/tagmo/bluetooth/GattService.kt b/app/src/main/java/com/hiddenramblings/tagmo/bluetooth/GattService.kt index 0605e4a9f..e529fac5b 100644 --- a/app/src/main/java/com/hiddenramblings/tagmo/bluetooth/GattService.kt +++ b/app/src/main/java/com/hiddenramblings/tagmo/bluetooth/GattService.kt @@ -609,7 +609,7 @@ class GattService : Service() { descriptor.value = value mBluetoothGatt?.writeDescriptor(descriptor) } - } catch (ignored: Exception) { } + } catch (_: Exception) { } } } diff --git a/app/src/main/java/com/hiddenramblings/tagmo/eightbit/io/Debug.kt b/app/src/main/java/com/hiddenramblings/tagmo/eightbit/io/Debug.kt index 67e7c26e2..5c8d654f9 100644 --- a/app/src/main/java/com/hiddenramblings/tagmo/eightbit/io/Debug.kt +++ b/app/src/main/java/com/hiddenramblings/tagmo/eightbit/io/Debug.kt @@ -252,7 +252,7 @@ object Debug { } catch (ex: ActivityNotFoundException) { try { context.startActivity(Intent(Intent.ACTION_VIEW, Uri.parse(ISSUE_URL))) - } catch (ignored: Exception) { } + } catch (_: Exception) { } } } } diff --git a/app/src/main/java/com/hiddenramblings/tagmo/eightbit/net/JSONExecutor.kt b/app/src/main/java/com/hiddenramblings/tagmo/eightbit/net/JSONExecutor.kt index eb5ce7585..b2ea71478 100644 --- a/app/src/main/java/com/hiddenramblings/tagmo/eightbit/net/JSONExecutor.kt +++ b/app/src/main/java/com/hiddenramblings/tagmo/eightbit/net/JSONExecutor.kt @@ -91,7 +91,7 @@ class JSONExecutor(activity: Activity, server: String, path: String? = null) { } catch (ssl: SSLHandshakeException) { Debug.warn(ssl) return@launch - } catch (ignored: UnknownHostException) { } + } catch (_: UnknownHostException) { } try { var conn = URL(url).asConnection.withToken var statusCode = conn.responseCode diff --git a/app/src/main/java/com/hiddenramblings/tagmo/fragment/BrowserFragment.kt b/app/src/main/java/com/hiddenramblings/tagmo/fragment/BrowserFragment.kt index 6ef0a57a5..d3cf396ae 100644 --- a/app/src/main/java/com/hiddenramblings/tagmo/fragment/BrowserFragment.kt +++ b/app/src/main/java/com/hiddenramblings/tagmo/fragment/BrowserFragment.kt @@ -111,7 +111,7 @@ class BrowserFragment : Fragment(), OnFoomiiboClickListener { resultData[resultData.indexOf(data)] = tagData break } - } catch (ignored: Exception) { } + } catch (_: Exception) { } } if (!updated) resultData.add(tagData) } @@ -625,14 +625,14 @@ class BrowserFragment : Fragment(), OnFoomiiboClickListener { tagData = data break } - } catch (ignored: Exception) { } + } catch (_: Exception) { } } return try { if (tagData.isEmpty() && null != this) Foomiibo.getSignedData(Amiibo.idToHex(this.id)) else TagArray.getValidatedData(keyManager, tagData) - } catch (ignored: Exception) { byteArrayOf() } + } catch (_: Exception) { byteArrayOf() } } override fun onFoomiiboClicked(itemView: View, amiibo: Amiibo?) { diff --git a/app/src/main/java/com/hiddenramblings/tagmo/fragment/EliteBankFragment.kt b/app/src/main/java/com/hiddenramblings/tagmo/fragment/EliteBankFragment.kt index 29a3bbbac..30c6119af 100644 --- a/app/src/main/java/com/hiddenramblings/tagmo/fragment/EliteBankFragment.kt +++ b/app/src/main/java/com/hiddenramblings/tagmo/fragment/EliteBankFragment.kt @@ -936,7 +936,7 @@ class EliteBankFragment : Fragment(), EliteBankAdapter.OnAmiiboClickListener { R.string.bank_stats, eliteBankCount.getValueByPosition(activeBank), bankCount ) updateNumberedText(bankCount) - } catch (ignored: Exception) { + } catch (_: Exception) { if (amiibos.isEmpty()) onBottomSheetChanged(SHEET.LOCKED) } arguments = null diff --git a/app/src/main/java/com/hiddenramblings/tagmo/fragment/GattSlotFragment.kt b/app/src/main/java/com/hiddenramblings/tagmo/fragment/GattSlotFragment.kt index 0278244b5..6611d8c46 100644 --- a/app/src/main/java/com/hiddenramblings/tagmo/fragment/GattSlotFragment.kt +++ b/app/src/main/java/com/hiddenramblings/tagmo/fragment/GattSlotFragment.kt @@ -1061,7 +1061,7 @@ open class GattSlotFragment : Fragment(), GattSlotAdapter.OnAmiiboClickListener, try { requireContext().unbindService(gattServerConn) requireContext().stopService(Intent(requireContext(), GattService::class.java)) - } catch (ignored: IllegalArgumentException) { } + } catch (_: IllegalArgumentException) { } } fun disconnectService() { @@ -1131,7 +1131,7 @@ open class GattSlotFragment : Fragment(), GattSlotAdapter.OnAmiiboClickListener, override fun onDestroyView() { try { dismissGattDiscovery() - } catch (ignored: NullPointerException) { } + } catch (_: NullPointerException) { } disconnectService() bluetoothHandler?.unregisterResultContracts() super.onDestroyView() @@ -1145,7 +1145,7 @@ open class GattSlotFragment : Fragment(), GattSlotAdapter.OnAmiiboClickListener, extras.getByteArray(NFCIntent.EXTRA_TAG_DATA)?.let { uploadAmiiboData(AmiiboData(it)) } - } catch (ignored: Exception) { } + } catch (_: Exception) { } } else { Toasty(requireActivity()).Long(R.string.fail_no_device) } diff --git a/app/src/main/java/com/hiddenramblings/tagmo/fragment/SettingsFragment.kt b/app/src/main/java/com/hiddenramblings/tagmo/fragment/SettingsFragment.kt index 7e8eed137..228e0e77a 100755 --- a/app/src/main/java/com/hiddenramblings/tagmo/fragment/SettingsFragment.kt +++ b/app/src/main/java/com/hiddenramblings/tagmo/fragment/SettingsFragment.kt @@ -462,7 +462,7 @@ class SettingsFragment : PreferenceFragmentCompat() { try { withContext(Dispatchers.IO) { Glide.get(activity).clearDiskCache() } withContext(Dispatchers.Main) { Glide.get(activity).clearMemory() } - } catch (ignored: IllegalStateException) { } + } catch (_: IllegalStateException) { } if (notify) withContext(Dispatchers.Main) { buildSnackbar( activity, R.string.removing_amiibo_info, Snackbar.LENGTH_SHORT @@ -574,7 +574,7 @@ class SettingsFragment : PreferenceFragmentCompat() { buildSnackbar( activity, R.string.update_amiibo_api, Snackbar.LENGTH_LONG ).setAction(R.string.sync) { onDownloadRequested(lastUpdated) }.show() - } catch (ignored: IllegalStateException) { } + } catch (_: IllegalStateException) { } } } } diff --git a/app/src/main/java/com/hiddenramblings/tagmo/nfctech/Flipper.kt b/app/src/main/java/com/hiddenramblings/tagmo/nfctech/Flipper.kt index 960d18511..7ea74feda 100644 --- a/app/src/main/java/com/hiddenramblings/tagmo/nfctech/Flipper.kt +++ b/app/src/main/java/com/hiddenramblings/tagmo/nfctech/Flipper.kt @@ -77,6 +77,6 @@ object Flipper { MediaScannerConnection.scanFile( TagMo.appContext, arrayOf(nfcFile.canonicalPath), null, null ) - } catch (ignored: Exception) { } + } catch (_: Exception) { } } } diff --git a/app/src/main/java/com/hiddenramblings/tagmo/nfctech/NfcActivity.kt b/app/src/main/java/com/hiddenramblings/tagmo/nfctech/NfcActivity.kt index f98080a7f..23f4736b8 100644 --- a/app/src/main/java/com/hiddenramblings/tagmo/nfctech/NfcActivity.kt +++ b/app/src/main/java/com/hiddenramblings/tagmo/nfctech/NfcActivity.kt @@ -223,7 +223,7 @@ class NfcActivity : AppCompatActivity() { private fun closeTagSilently(ntag215: NTAG215?) { try { ntag215?.close() - } catch (ignored: Exception) { } + } catch (_: Exception) { } } private fun writeCollection(ntag215: NTAG215, command: Intent) { @@ -619,7 +619,7 @@ class NfcActivity : AppCompatActivity() { } try { Debug.clipException(this@NfcActivity, exception.toString()) - } catch (ignored: Exception) { + } catch (_: Exception) { } } } @@ -629,7 +629,7 @@ class NfcActivity : AppCompatActivity() { showError(getString(R.string.error_unknown)) try { Debug.processLogcat(this@NfcActivity) - } catch (ignored: IOException) { + } catch (_: IOException) { } } } @@ -666,7 +666,7 @@ class NfcActivity : AppCompatActivity() { showError(getString(R.string.error_unknown)) try { Debug.processLogcat(this@NfcActivity) - } catch (ignored: IOException) { + } catch (_: IOException) { } } } @@ -752,10 +752,10 @@ class NfcActivity : AppCompatActivity() { private fun stopNfcMonitor() { try { nfcAdapter?.disableForegroundDispatch(this) - } catch (ignored: RuntimeException) { } + } catch (_: RuntimeException) { } try { unregisterReceiver(mReceiver) - } catch (ignored: IllegalArgumentException) { } + } catch (_: IllegalArgumentException) { } } private fun listenForTags() { diff --git a/app/src/main/java/com/hiddenramblings/tagmo/nfctech/ScanTag.kt b/app/src/main/java/com/hiddenramblings/tagmo/nfctech/ScanTag.kt index fccf02f0b..9eb71ace0 100644 --- a/app/src/main/java/com/hiddenramblings/tagmo/nfctech/ScanTag.kt +++ b/app/src/main/java/com/hiddenramblings/tagmo/nfctech/ScanTag.kt @@ -32,7 +32,7 @@ class ScanTag { private fun closeTagSilently(mifare: NTAG215?) { try { mifare?.close() - } catch (ignored: Exception) { } + } catch (_: Exception) { } } private suspend fun onTagDiscovered(activity: BrowserActivity, intent: Intent) = withContext(Dispatchers.IO) { @@ -180,7 +180,7 @@ class ScanTag { } try { Debug.clipException(activity, exception.toString()) - } catch (ignored: Exception) { } + } catch (_: Exception) { } } } } diff --git a/app/src/main/java/com/hiddenramblings/tagmo/nfctech/TagArray.kt b/app/src/main/java/com/hiddenramblings/tagmo/nfctech/TagArray.kt index 328996fc5..d37fed245 100644 --- a/app/src/main/java/com/hiddenramblings/tagmo/nfctech/TagArray.kt +++ b/app/src/main/java/com/hiddenramblings/tagmo/nfctech/TagArray.kt @@ -383,7 +383,7 @@ object TagArray { MediaScannerConnection.scanFile( TagMo.appContext, arrayOf(binFile.canonicalPath), null, null ) - } catch (ignored: Exception) { } + } catch (_: Exception) { } return binFile.canonicalPath } diff --git a/app/src/main/java/com/hiddenramblings/tagmo/update/UpdateManager.kt b/app/src/main/java/com/hiddenramblings/tagmo/update/UpdateManager.kt index 9d7896a3d..98b764d82 100644 --- a/app/src/main/java/com/hiddenramblings/tagmo/update/UpdateManager.kt +++ b/app/src/main/java/com/hiddenramblings/tagmo/update/UpdateManager.kt @@ -68,7 +68,7 @@ class UpdateManager internal constructor(activity: BrowserActivity) { mySessions.forEach { try { abandonSession(it.sessionId) - } catch (ignored: Exception) { } + } catch (_: Exception) { } } } } @@ -181,7 +181,7 @@ class UpdateManager internal constructor(activity: BrowserActivity) { } catch (anf: ActivityNotFoundException) { try { startActivity(it.setAction(Intent.ACTION_VIEW)) - } catch (ignored: ActivityNotFoundException) { } + } catch (_: ActivityNotFoundException) { } } } } diff --git a/app/src/main/java/com/hiddenramblings/tagmo/update/UpdateReceiver.kt b/app/src/main/java/com/hiddenramblings/tagmo/update/UpdateReceiver.kt index 430f6cc4d..881acf1b1 100644 --- a/app/src/main/java/com/hiddenramblings/tagmo/update/UpdateReceiver.kt +++ b/app/src/main/java/com/hiddenramblings/tagmo/update/UpdateReceiver.kt @@ -39,7 +39,7 @@ class UpdateReceiver : BroadcastReceiver() { it.toUri(0), if (Version.isLollipopMR) Intent.URI_ALLOW_UNSAFE else 0 )) - } catch (ignored: URISyntaxException) { } + } catch (_: URISyntaxException) { } } } PackageInstaller.STATUS_SUCCESS -> {} diff --git a/app/src/main/res/raw/games_info.json b/app/src/main/res/raw/games_info.json index 4a1f8a0d9..ae907ffc9 100644 --- a/app/src/main/res/raw/games_info.json +++ b/app/src/main/res/raw/games_info.json @@ -141,18 +141,6 @@ } ] }, - { - "gameName": "Metroid Prime: Blast Ball", - "gameID": [ - "0004000000175300" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an armor paint job based on the character", - "write": false - } - ] - }, { "gameName": "Metroid Prime: Federation Force", "gameID": [ @@ -747,6 +735,18 @@ } ] }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a character-themed pattern", + "write": false + } + ] + }, { "gameName": "Super Smash Bros. for Nintendo 3DS", "gameID": [ @@ -1078,22 +1078,6 @@ } ] }, - { - "gameName": "Luigi's Mansion", - "gameID": [ - "0004000000076500", - "0004000000055F00", - "00040000000D0000", - "00040000001D1A00", - "00040000001D1900" - ], - "amiiboUsage": [ - { - "Usage": "Mushrooms you find will be health-restoring Super Mushrooms instead of Poison Mushrooms", - "write": false - } - ] - }, { "gameName": "Mario & Luigi: Bowser's Inside Story + Bowser Jr.'s Journey", "gameID": [ @@ -1252,6 +1236,18 @@ } ] }, + { + "gameName": "Style Savvy: Fashion Forward", + "gameID": [ + "0004000000196500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a character-themed accessory", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -2242,18 +2238,6 @@ } ] }, - { - "gameName": "Metroid Prime: Blast Ball", - "gameID": [ - "0004000000175300" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an armor paint job based on the character", - "write": false - } - ] - }, { "gameName": "Metroid Prime: Federation Force", "gameID": [ @@ -3214,22 +3198,6 @@ } ] }, - { - "gameName": "Luigi's Mansion", - "gameID": [ - "0004000000076500", - "0004000000055F00", - "00040000000D0000", - "00040000001D1A00", - "00040000001D1900" - ], - "amiiboUsage": [ - { - "Usage": "Mushrooms you find will be health-restoring Super Mushrooms instead of Poison Mushrooms", - "write": false - } - ] - }, { "gameName": "Mario & Luigi: Bowser's Inside Story + Bowser Jr.'s Journey", "gameID": [ @@ -3795,30 +3763,6 @@ "write": false } ] - }, - { - "gameName": "Super Smash Bros. Ultimate", - "gameID": [ - "01006A800016E000" - ], - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ] - }, - { - "gameName": "Yoshi's Crafted World", - "gameID": [ - "01006000040C2000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ] } ] }, @@ -3902,6 +3846,18 @@ } ] }, + { + "gameName": "Super Smash Bros. Ultimate", + "gameID": [ + "01006A800016E000" + ], + "amiiboUsage": [ + { + "Usage": "Battle and train up a computer-controlled Figure Player of the character", + "write": true + } + ] + }, { "gameName": "Yoshi's Crafted World", "gameID": [ @@ -4039,7 +3995,7 @@ ], "amiiboUsage": [ { - "Usage": "Play as or receive bonus from this character, depending on the mode", + "Usage": "Unlock \"Chill\" track in Rhythm Recital mode", "write": false } ] @@ -4053,7 +4009,7 @@ ], "amiiboUsage": [ { - "Usage": "Unlock \"Chill\" track in Rhythm Recital mode", + "Usage": "Play as or receive bonus from this character, depending on the mode", "write": false } ] @@ -4462,6 +4418,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Luigi's Mansion", "gameID": [ @@ -5920,18 +5890,6 @@ "write": true } ] - }, - { - "gameName": "Yoshi's Crafted World", - "gameID": [ - "01006000040C2000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ] } ] }, @@ -8820,18 +8778,6 @@ } ] }, - { - "gameName": "Super Smash Bros. Ultimate", - "gameID": [ - "01006A800016E000" - ], - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ] - }, { "gameName": "Yoshi's Crafted World", "gameID": [ @@ -8916,6 +8862,19 @@ } ] }, + { + "gameName": "Mario Party: The Top 100", + "gameID": [ + "00040000001C4E00", + "00040000001C4D00" + ], + "amiiboUsage": [ + { + "Usage": "Minigame Island: If you land on an amiibo space, use to receive coins / Use to revive your character once", + "write": false + } + ] + }, { "gameName": "Miitopia", "gameID": [ @@ -9412,6 +9371,18 @@ } ] }, + { + "gameName": "WarioWare Gold", + "gameID": [ + "00040000001D1C00" + ], + "amiiboUsage": [ + { + "Usage": "Receive a sketch of the character from Wario which can be exchanged for in-game coins", + "write": false + } + ] + }, { "gameName": "Yoshi's Woolly World", "gameID": [ @@ -9422,8 +9393,8 @@ ], "amiiboUsage": [ { - "Usage": "Save your favorite yarn pattern to your amiibo", - "write": true + "Usage": "Activate Double Yoshi mode", + "write": false } ] }, @@ -9437,8 +9408,8 @@ ], "amiiboUsage": [ { - "Usage": "Activate Double Yoshi mode", - "write": false + "Usage": "Save your favorite yarn pattern to your amiibo", + "write": true } ] } @@ -9739,6 +9710,20 @@ } ] }, + { + "gameName": "Miitopia", + "gameID": [ + "0004000000178800", + "00040000001B4F00", + "00040000001B4E00" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a character-based costume", + "write": false + } + ] + }, { "gameName": "Mini Mario & Friends amiibo Challenge", "gameID": [ @@ -9835,8 +9820,8 @@ ], "amiiboUsage": [ { - "Usage": "Activate Double Yoshi mode", - "write": false + "Usage": "Save your favorite yarn pattern to your amiibo", + "write": true } ] }, @@ -9850,8 +9835,8 @@ ], "amiiboUsage": [ { - "Usage": "Save your favorite yarn pattern to your amiibo", - "write": true + "Usage": "Activate Double Yoshi mode", + "write": false } ] } @@ -10152,20 +10137,6 @@ } ] }, - { - "gameName": "Miitopia", - "gameID": [ - "0004000000178800", - "00040000001B4F00", - "00040000001B4E00" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ] - }, { "gameName": "Mini Mario & Friends amiibo Challenge", "gameID": [ @@ -10536,14 +10507,13 @@ ] }, { - "gameName": "Mario Party: The Top 100", + "gameName": "Metroid Prime: Blast Ball", "gameID": [ - "00040000001C4E00", - "00040000001C4D00" + "0004000000175300" ], "amiiboUsage": [ { - "Usage": "Minigame Island: If you land on an amiibo space, use to receive coins / Use to revive your character once", + "Usage": "Unlock an armor paint job based on the character", "write": false } ] @@ -10625,6 +10595,21 @@ "write": false } ] + }, + { + "gameName": "Yoshi's Woolly World", + "gameID": [ + "00040000001A4200", + "00040000001A4100", + "00040000001B6C00", + "00040000001B6D00" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a character-based Yoshi yarn pattern", + "write": false + } + ] } ], "gamesWiiU": [ @@ -11229,19 +11214,6 @@ } ] }, - { - "gameName": "Mario Party: The Top 100", - "gameID": [ - "00040000001C4E00", - "00040000001C4D00" - ], - "amiiboUsage": [ - { - "Usage": "Minigame Island: If you land on an amiibo space, use to receive coins / Use to revive your character once", - "write": false - } - ] - }, { "gameName": "Metroid Prime: Blast Ball", "gameID": [ @@ -11666,6 +11638,19 @@ } ] }, + { + "gameName": "Mario Party: The Top 100", + "gameID": [ + "00040000001C4E00", + "00040000001C4D00" + ], + "amiiboUsage": [ + { + "Usage": "Minigame Island: If you land on an amiibo space, use to receive coins / Use to revive your character once", + "write": false + } + ] + }, { "gameName": "Metroid Prime: Blast Ball", "gameID": [ @@ -12405,7 +12390,7 @@ ], "amiiboUsage": [ { - "Usage": "Receive a character-based costume", + "Usage": "Reveal regional coin locations", "write": false } ] @@ -12417,7 +12402,7 @@ ], "amiiboUsage": [ { - "Usage": "Reveal regional coin locations", + "Usage": "Receive a character-based costume", "write": false } ] @@ -12951,19 +12936,6 @@ } ] }, - { - "gameName": "Mario Party: The Top 100", - "gameID": [ - "00040000001C4E00", - "00040000001C4D00" - ], - "amiiboUsage": [ - { - "Usage": "Minigame Island: If you land on an amiibo space, use to receive coins / Use to revive your character once", - "write": false - } - ] - }, { "gameName": "Metroid Prime: Blast Ball", "gameID": [ @@ -13447,20 +13419,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Mario Party: Star Rush", "gameID": [ @@ -15689,6 +15647,18 @@ } ] }, + { + "gameName": "Conga Master Party!", + "gameID": [ + "01007EF00399C000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a special costume", + "write": false + } + ] + }, { "gameName": "Mario Kart 8 Deluxe", "gameID": [ @@ -15736,23 +15706,25 @@ "write": false } ] - }, + } + ] + }, + "0x00130000037a0002": { + "games3DS": [ { - "gameName": "Super Smash Bros. Ultimate", + "gameName": "Mario Party: Star Rush", "gameID": [ - "01006A800016E000" + "000400000019BE00", + "0004000000193900", + "000400000019BD00" ], "amiiboUsage": [ { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true + "Usage": "Play as or receive bonus from this character, depending on the mode", + "write": false } ] - } - ] - }, - "0x00130000037a0002": { - "games3DS": [ + }, { "gameName": "Mario Party: The Top 100", "gameID": [ @@ -15947,18 +15919,6 @@ "write": false } ] - }, - { - "gameName": "Super Smash Bros. Ultimate", - "gameID": [ - "01006A800016E000" - ], - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ] } ] }, @@ -16017,6 +15977,21 @@ "write": false } ] + }, + { + "gameName": "Yoshi's Woolly World", + "gameID": [ + "00040000001A4200", + "00040000001A4100", + "00040000001B6C00", + "00040000001B6D00" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a character-based Yoshi yarn pattern", + "write": false + } + ] } ], "gamesWiiU": [ @@ -17442,18 +17417,6 @@ } ] }, - { - "gameName": "The Legend of Zelda: Breath of the Wild", - "gameID": [ - "01007EF00011E000" - ], - "amiiboUsage": [ - { - "Usage": "Receive materials and a rare or exclusive item", - "write": false - } - ] - }, { "gameName": "The Legend of Zelda: Link's Awakening", "gameID": [ @@ -17535,20 +17498,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Miitopia", "gameID": [ @@ -17767,18 +17716,6 @@ } ] }, - { - "gameName": "Hyrule Warriors: Age of Calamity", - "gameID": [ - "01002B00111A2000" - ], - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ] - }, { "gameName": "Hyrule Warriors: Definitive Edition", "gameID": [ @@ -18271,6 +18208,26 @@ "write": true } ] + }, + { + "gameName": "The Legend of Zelda: Tears of the Kingdom", + "gameID": [ + "0100F2C0115B6000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an amiibo-exclusive character-specific paraglider fabric", + "write": false + }, + { + "Usage": "Bring Epona into the game as a rideable horse", + "write": false + }, + { + "Usage": "Receive materials and a weapon or rare item", + "write": false + } + ] } ] }, @@ -18974,18 +18931,6 @@ } ] }, - { - "gameName": "Mario Kart 8 Deluxe", - "gameID": [ - "0100152000022000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a Legend of Zelda-themed Mii racing suit", - "write": false - } - ] - }, { "gameName": "Miitopia", "gameID": [ @@ -21495,6 +21440,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Miitopia", "gameID": [ @@ -22653,18 +22612,6 @@ } ] }, - { - "gameName": "Style Savvy: Fashion Forward", - "gameID": [ - "0004000000196500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a character-themed accessory", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -23033,6 +22980,18 @@ } ] }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a Legend of Zelda pattern", + "write": false + } + ] + }, { "gameName": "Super Smash Bros. for Nintendo 3DS", "gameID": [ @@ -23929,18 +23888,6 @@ } ] }, - { - "gameName": "Super Smash Bros. Ultimate", - "gameID": [ - "01006A800016E000" - ], - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ] - }, { "gameName": "The Elder Scrolls V: Skyrim", "gameID": [ @@ -24611,6 +24558,18 @@ } ] }, + { + "gameName": "The Elder Scrolls V: Skyrim", + "gameID": [ + "01000A10041EA000" + ], + "amiiboUsage": [ + { + "Usage": "Receive a chest of loot, potentially containing gear inspired by the Legend of Zelda series", + "write": false + } + ] + }, { "gameName": "The Legend of Zelda: Breath of the Wild", "gameID": [ @@ -25742,18 +25701,6 @@ } ] }, - { - "gameName": "Hyrule Warriors: Age of Calamity", - "gameID": [ - "01002B00111A2000" - ], - "amiiboUsage": [ - { - "Usage": "Receive specific crafting materials or a weapon for the character", - "write": false - } - ] - }, { "gameName": "Mario Kart 8 Deluxe", "gameID": [ @@ -25790,6 +25737,18 @@ } ] }, + { + "gameName": "The Legend of Zelda: Breath of the Wild", + "gameID": [ + "01007EF00011E000" + ], + "amiiboUsage": [ + { + "Usage": "Receive materials and a rare or exclusive item", + "write": false + } + ] + }, { "gameName": "The Legend of Zelda: Link's Awakening", "gameID": [ @@ -27555,19 +27514,6 @@ }, "0x0181040103aa0502": { "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] - }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -28252,6 +28198,18 @@ } ] }, + { + "gameName": "Conga Master Party!", + "gameID": [ + "01007EF00399C000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a special costume", + "write": false + } + ] + }, { "gameName": "Mario Kart 8 Deluxe", "gameID": [ @@ -29766,6 +29724,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you a special item", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -29875,21 +29848,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you a special item", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -30605,21 +30563,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you a special item", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -31227,131 +31170,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you a special item", - "write": false - } - ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] - } - ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], - "gamesSwitch": [ - { - "gameName": "Animal Crossing: New Horizons", - "gameID": [ - "01006F8002326000" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ] - }, - { - "gameName": "Conga Master Party!", - "gameID": [ - "01007EF00399C000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ] - }, - { - "gameName": "Mario Kart 8 Deluxe", - "gameID": [ - "0100152000022000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ] - } - ] - }, - "0x0189010103b10502": { - "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] - }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you a special item", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -31446,7 +31264,7 @@ } ] }, - "0x018a000002450502": { + "0x0189010103b10502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -31471,22 +31289,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to visit your RV campsite or give you an item", - "write": false - } - ] - }, - { - "gameName": "Hey! Pikmin", - "gameID": [ - "00040000001A9200", - "00040000001AF800", - "00040000001AFA00", - "00040000001C5900" - ], - "amiiboUsage": [ - { - "Usage": "Figure appears in-game and can be collected to gain energy points", + "Usage": "Invite the character to give you a special item", "write": false } ] @@ -31516,33 +31319,6 @@ "write": false } ] - }, - { - "gameName": "WarioWare Gold", - "gameID": [ - "00040000001D1C00" - ], - "amiiboUsage": [ - { - "Usage": "Receive a sketch of the character from Wario which can be exchanged for in-game coins", - "write": false - } - ] - }, - { - "gameName": "Yoshi's Woolly World", - "gameID": [ - "00040000001A4200", - "00040000001A4100", - "00040000001B6C00", - "00040000001B6D00" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a character-based Yoshi yarn pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -31555,21 +31331,187 @@ ], "amiiboUsage": [ { - "Usage": "Use as a player character in party mode", - "write": true - } - ] - }, - { - "gameName": "Super Mario Maker", - "gameID": [ - "000500001018DD00", - "000500001018DC00", - "000500001018DB00" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a character-based Mystery Mushroom costume", + "Usage": "Use the character in mini-games", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] + } + ], + "gamesSwitch": [ + { + "gameName": "Animal Crossing: New Horizons", + "gameID": [ + "01006F8002326000" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", + "write": false + } + ] + }, + { + "gameName": "Conga Master Party!", + "gameID": [ + "01007EF00399C000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a special costume", + "write": false + } + ] + }, + { + "gameName": "Mario Kart 8 Deluxe", + "gameID": [ + "0100152000022000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "write": false + } + ] + } + ] + }, + "0x018a000002450502": { + "games3DS": [ + { + "gameName": "Animal Crossing: Happy Home Designer", + "gameID": [ + "000400000014F100", + "000400000014F200" + ], + "amiiboUsage": [ + { + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true + } + ] + }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to visit your RV campsite or give you an item", + "write": false + } + ] + }, + { + "gameName": "Hey! Pikmin", + "gameID": [ + "00040000001A9200", + "00040000001AF800", + "00040000001AFA00", + "00040000001C5900" + ], + "amiiboUsage": [ + { + "Usage": "Figure appears in-game and can be collected to gain energy points", + "write": false + } + ] + }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] + }, + { + "gameName": "WarioWare Gold", + "gameID": [ + "00040000001D1C00" + ], + "amiiboUsage": [ + { + "Usage": "Receive a sketch of the character from Wario which can be exchanged for in-game coins", + "write": false + } + ] + }, + { + "gameName": "Yoshi's Woolly World", + "gameID": [ + "00040000001A4200", + "00040000001A4100", + "00040000001B6C00", + "00040000001B6D00" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a character-based Yoshi yarn pattern", + "write": false + } + ] + } + ], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use as a player character in party mode", + "write": true + } + ] + }, + { + "gameName": "Super Mario Maker", + "gameID": [ + "000500001018DD00", + "000500001018DC00", + "000500001018DB00" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a character-based Mystery Mushroom costume", "write": false } ] @@ -33670,6 +33612,18 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] } ], "gamesWiiU": [ @@ -33878,6 +33832,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you a special item", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -33957,6 +33926,18 @@ "write": false } ] + }, + { + "gameName": "Mario Kart 8 Deluxe", + "gameID": [ + "0100152000022000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "write": false + } + ] } ] }, @@ -35275,18 +35256,6 @@ } ] }, - { - "gameName": "Conga Master Party!", - "gameID": [ - "01007EF00399C000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ] - }, { "gameName": "Mario Kart 8 Deluxe", "gameID": [ @@ -36214,18 +36183,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -36325,20 +36282,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -36675,113 +36618,19 @@ ] }, { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] - } - ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], - "gamesSwitch": [ - { - "gameName": "Animal Crossing: New Horizons", - "gameID": [ - "01006F8002326000" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ] - }, - { - "gameName": "Conga Master Party!", - "gameID": [ - "01007EF00399C000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ] - }, - { - "gameName": "Mario Kart 8 Deluxe", + "gameName": "Animal Crossing: New Leaf", "gameID": [ - "0100152000022000" + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" ], "amiiboUsage": [ { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "Usage": "Invite the character to give you a special item", "write": false } ] - } - ] - }, - "0x019e000100ad0502": { - "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] }, { "gameName": "Kirby: Planet Robobot", @@ -36877,7 +36726,7 @@ } ] }, - "0x019f000101110502": { + "0x019e000100ad0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -37001,7 +36850,7 @@ } ] }, - "0x01a00001010f0502": { + "0x019f000101110502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -37016,21 +36865,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you a special item", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -37125,7 +36959,7 @@ } ] }, - "0x01a1000101100502": { + "0x01a00001010f0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -37168,18 +37002,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -37249,7 +37071,7 @@ } ] }, - "0x01a20001017d0502": { + "0x01a1000101100502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -37264,21 +37086,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you a special item", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -37373,7 +37180,7 @@ } ] }, - "0x01a2000103b90502": { + "0x01a20001017d0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -37388,21 +37195,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you a special item", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -37497,7 +37289,7 @@ } ] }, - "0x01a30001004a0502": { + "0x01a2000103b90502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -37527,20 +37319,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -37621,7 +37399,7 @@ } ] }, - "0x01a40001004d0502": { + "0x01a30001004a0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -37664,6 +37442,18 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] } ], "gamesWiiU": [ @@ -37733,7 +37523,7 @@ } ] }, - "0x01a5000101720502": { + "0x01a40001004d0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -37748,21 +37538,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you a special item", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -37857,7 +37632,7 @@ } ] }, - "0x01a6000100500502": { + "0x01a5000101720502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -37981,7 +37756,7 @@ } ] }, - "0x01a6000103b70502": { + "0x01a6000100500502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -38105,7 +37880,7 @@ } ] }, - "0x01a7000101140502": { + "0x01a6000103b70502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -38229,7 +38004,7 @@ } ] }, - "0x01a80001004f0502": { + "0x01a7000101140502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -38272,18 +38047,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -38353,7 +38116,7 @@ } ] }, - "0x01a80101017e0502": { + "0x01a80001004f0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -38368,21 +38131,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you a special item", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -38477,7 +38225,7 @@ } ] }, - "0x01a9000101760502": { + "0x01a80101017e0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -38492,6 +38240,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you a special item", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -38586,7 +38349,7 @@ } ] }, - "0x01aa000100530502": { + "0x01a9000101760502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -38695,7 +38458,7 @@ } ] }, - "0x01ab0001017c0502": { + "0x01aa000100530502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -38738,6 +38501,18 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] } ], "gamesWiiU": [ @@ -38807,7 +38582,7 @@ } ] }, - "0x01ac0001017f0502": { + "0x01ab0001017c0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -38931,7 +38706,7 @@ } ] }, - "0x01ad000100b80502": { + "0x01ac0001017f0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -39055,7 +38830,7 @@ } ] }, - "0x01ae0001011b0502": { + "0x01ad000100b80502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -39085,6 +38860,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -39165,7 +38954,7 @@ } ] }, - "0x01af0001011c0502": { + "0x01ae0001011b0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -39289,7 +39078,7 @@ } ] }, - "0x01b0000100520502": { + "0x01af0001011c0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -39413,6 +39202,115 @@ } ] }, + "0x01b0000100520502": { + "games3DS": [ + { + "gameName": "Animal Crossing: Happy Home Designer", + "gameID": [ + "000400000014F100", + "000400000014F200" + ], + "amiiboUsage": [ + { + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true + } + ] + }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] + } + ], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] + } + ], + "gamesSwitch": [ + { + "gameName": "Animal Crossing: New Horizons", + "gameID": [ + "01006F8002326000" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", + "write": false + } + ] + }, + { + "gameName": "Conga Master Party!", + "gameID": [ + "01007EF00399C000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a special costume", + "write": false + } + ] + }, + { + "gameName": "Mario Kart 8 Deluxe", + "gameID": [ + "0100152000022000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "write": false + } + ] + } + ] + }, "0x01b1000100b20502": { "games3DS": [ { @@ -39567,20 +39465,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -39828,6 +39712,18 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] } ], "gamesWiiU": [ @@ -39912,6 +39808,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you a special item", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -40036,20 +39947,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -40490,6 +40387,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you a special item", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -40740,18 +40652,6 @@ } ] }, - { - "gameName": "Conga Master Party!", - "gameID": [ - "01007EF00399C000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ] - }, { "gameName": "Mario Kart 8 Deluxe", "gameID": [ @@ -40937,18 +40837,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -41405,18 +41293,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -41505,21 +41381,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -42017,6 +41878,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -42130,21 +42006,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -42258,6 +42119,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -42399,18 +42275,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -42584,27 +42448,30 @@ ] }, { - "gameName": "Kirby: Planet Robobot", + "gameName": "Animal Crossing: New Leaf", "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" ], "amiiboUsage": [ { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "Usage": "Invite the character to give you an item or move to your town", "write": false } ] }, { - "gameName": "Style Savvy: Styling Star", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "00040000001C2500" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Unlock an Animal Crossing pattern", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] @@ -42923,6 +42790,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -43249,6 +43130,119 @@ ] }, "0x022d000100f20502": { + "games3DS": [ + { + "gameName": "Animal Crossing: Happy Home Designer", + "gameID": [ + "000400000014F100", + "000400000014F200" + ], + "amiiboUsage": [ + { + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true + } + ] + }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] + } + ], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] + } + ], + "gamesSwitch": [ + { + "gameName": "Animal Crossing: New Horizons", + "gameID": [ + "01006F8002326000" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", + "write": false + } + ] + }, + { + "gameName": "Conga Master Party!", + "gameID": [ + "01007EF00399C000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a special costume", + "write": false + } + ] + }, + { + "gameName": "Mario Kart 8 Deluxe", + "gameID": [ + "0100152000022000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "write": false + } + ] + } + ] + }, + "0x022e000101d30502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -43278,6 +43272,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -43362,7 +43370,7 @@ } ] }, - "0x022e000101d30502": { + "0x022f0001011e0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -43393,13 +43401,15 @@ ] }, { - "gameName": "Style Savvy: Styling Star", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "00040000001C2500" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Unlock an Animal Crossing pattern", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] @@ -43476,7 +43486,7 @@ } ] }, - "0x022f0001011e0502": { + "0x0230000101d20502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -43604,7 +43614,7 @@ } ] }, - "0x0230000101d20502": { + "0x02310001006a0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -43720,21 +43730,80 @@ } ] }, - "0x02310001006a0502": { + "0x0232000102ea0502": { "games3DS": [ { - "gameName": "Animal Crossing: Happy Home Designer", + "gameName": "Animal Crossing: New Leaf", "gameID": [ - "000400000014F100", - "000400000014F200" + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" ], "amiiboUsage": [ { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true + "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", + "write": false + } + ] + }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + } + ], + "gamesWiiU": [], + "gamesSwitch": [ + { + "gameName": "Animal Crossing: New Horizons", + "gameID": [ + "01006F8002326000" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", + "write": false } ] }, + { + "gameName": "Conga Master Party!", + "gameID": [ + "01007EF00399C000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a special costume", + "write": false + } + ] + }, + { + "gameName": "Mario Kart 8 Deluxe", + "gameID": [ + "0100152000022000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "write": false + } + ] + } + ] + }, + "0x0233000103060502": { + "games3DS": [ { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -43745,7 +43814,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", "write": false } ] @@ -43777,110 +43846,108 @@ ] } ], - "gamesWiiU": [ + "gamesWiiU": [], + "gamesSwitch": [ { - "gameName": "Animal Crossing: amiibo Festival", + "gameName": "Animal Crossing: New Horizons", "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" + "01006F8002326000" ], "amiiboUsage": [ { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", + "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", "write": false } ] }, { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameName": "Conga Master Party!", "gameID": [ - "00050000101D3000" + "01007EF00399C000" ], "amiiboUsage": [ { - "Usage": "Unlock music, frames, and figures", + "Usage": "Unlock a special costume", "write": false } ] } - ], - "gamesSwitch": [ + ] + }, + "0x0235000100840502": { + "games3DS": [ { - "gameName": "Animal Crossing: New Horizons", + "gameName": "Animal Crossing: Happy Home Designer", "gameID": [ - "01006F8002326000" + "000400000014F100", + "000400000014F200" ], "amiiboUsage": [ { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true } ] }, { - "gameName": "Conga Master Party!", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "01007EF00399C000" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Unlock a special costume", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] }, { - "gameName": "Mario Kart 8 Deluxe", + "gameName": "Style Savvy: Styling Star", "gameID": [ - "0100152000022000" + "00040000001C2500" ], "amiiboUsage": [ { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "Usage": "Unlock an Animal Crossing pattern", "write": false } ] } - ] - }, - "0x0232000102ea0502": { - "games3DS": [ + ], + "gamesWiiU": [ { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Animal Crossing: amiibo Festival", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "00050000101C6500", + "0005000010190100", + "00050000101C6400" ], "amiiboUsage": [ { - "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", "write": false } ] }, { - "gameName": "Kirby: Planet Robobot", + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" + "00050000101D3000" ], "amiiboUsage": [ { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "Usage": "Unlock music, frames, and figures", "write": false } ] } ], - "gamesWiiU": [], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -43920,7 +43987,7 @@ } ] }, - "0x0233000103060502": { + "0x0238000102f80502": { "games3DS": [ { "gameName": "Animal Crossing: New Leaf", @@ -44004,7 +44071,7 @@ } ] }, - "0x0235000100840502": { + "0x023c000100bd0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -44132,8 +44199,21 @@ } ] }, - "0x0238000102f80502": { + "0x023d000101b50502": { "games3DS": [ + { + "gameName": "Animal Crossing: Happy Home Designer", + "gameID": [ + "000400000014F100", + "000400000014F200" + ], + "amiiboUsage": [ + { + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true + } + ] + }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -44144,7 +44224,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", + "Usage": "Invite the character to give you an item or move to your town", "write": false } ] @@ -44176,7 +44256,38 @@ ] } ], - "gamesWiiU": [], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] + } + ], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -44216,7 +44327,7 @@ } ] }, - "0x023c000100bd0502": { + "0x023e000100d10502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -44231,6 +44342,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -44329,7 +44455,7 @@ } ] }, - "0x023d000101b50502": { + "0x023f000101660502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -44359,6 +44485,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -44443,7 +44583,7 @@ } ] }, - "0x023e000100d10502": { + "0x024a000101d10502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -44571,7 +44711,7 @@ } ] }, - "0x023f000101660502": { + "0x024b000101260502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -44699,21 +44839,8 @@ } ] }, - "0x024a000101d10502": { + "0x024d000102f60502": { "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] - }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -44724,7 +44851,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", "write": false } ] @@ -44756,38 +44883,7 @@ ] } ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], + "gamesWiiU": [], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -44827,7 +44923,7 @@ } ] }, - "0x024b000101260502": { + "0x024f000100810502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -44842,6 +44938,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -44940,8 +45051,21 @@ } ] }, - "0x024d000102f60502": { + "0x0251000100c10502": { "games3DS": [ + { + "gameName": "Animal Crossing: Happy Home Designer", + "gameID": [ + "000400000014F100", + "000400000014F200" + ], + "amiiboUsage": [ + { + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true + } + ] + }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -44952,7 +45076,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", + "Usage": "Invite the character to give you an item or move to your town", "write": false } ] @@ -44984,7 +45108,38 @@ ] } ], - "gamesWiiU": [], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] + } + ], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -45024,7 +45179,7 @@ } ] }, - "0x024f000100810502": { + "0x0252000100fe0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -45152,7 +45307,7 @@ } ] }, - "0x0251000100c10502": { + "0x025d000100550502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -45280,7 +45435,7 @@ } ] }, - "0x0252000100fe0502": { + "0x025e000101250502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -45408,7 +45563,7 @@ } ] }, - "0x025d000100550502": { + "0x025f000101c50502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -45477,7 +45632,17 @@ { "Usage": "Use the character in mini-games", "write": false - }, + } + ] + }, + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ { "Usage": "Place the character's house on the game board", "write": false @@ -45536,7 +45701,7 @@ } ] }, - "0x025e000101250502": { + "0x025f000101d70502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -45605,7 +45770,17 @@ { "Usage": "Use the character in mini-games", "write": false - }, + } + ] + }, + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ { "Usage": "Place the character's house on the game board", "write": false @@ -45664,7 +45839,7 @@ } ] }, - "0x025f000101c50502": { + "0x0260000100d20502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -45733,17 +45908,7 @@ { "Usage": "Use the character in mini-games", "write": false - } - ] - }, - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ + }, { "Usage": "Place the character's house on the game board", "write": false @@ -45802,7 +45967,7 @@ } ] }, - "0x025f000101d70502": { + "0x0261000100650502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -45832,20 +45997,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -45871,17 +46022,7 @@ { "Usage": "Use the character in mini-games", "write": false - } - ] - }, - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ + }, { "Usage": "Place the character's house on the game board", "write": false @@ -45940,7 +46081,7 @@ } ] }, - "0x0260000100d20502": { + "0x0262000101370502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -45983,18 +46124,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -46068,7 +46197,7 @@ } ] }, - "0x0261000100650502": { + "0x0263000100750502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -46196,7 +46325,7 @@ } ] }, - "0x0262000101370502": { + "0x0264000101ac0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -46211,6 +46340,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -46309,7 +46453,7 @@ } ] }, - "0x0263000100750502": { + "0x0265000101540502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -46352,18 +46496,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -46437,7 +46569,7 @@ } ] }, - "0x0264000101ac0502": { + "0x0266000100680502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -46453,30 +46585,27 @@ ] }, { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] }, { - "gameName": "Kirby: Planet Robobot", + "gameName": "Style Savvy: Styling Star", "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" + "00040000001C2500" ], "amiiboUsage": [ { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "Usage": "Unlock an Animal Crossing pattern", "write": false } ] @@ -46553,7 +46682,7 @@ } ] }, - "0x0265000101540502": { + "0x0267000101080502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -46568,21 +46697,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -46681,7 +46795,7 @@ } ] }, - "0x0266000100680502": { + "0x02680001007d0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -46711,105 +46825,6 @@ } ] }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] - } - ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], - "gamesSwitch": [ - { - "gameName": "Animal Crossing: New Horizons", - "gameID": [ - "01006F8002326000" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ] - }, - { - "gameName": "Conga Master Party!", - "gameID": [ - "01007EF00399C000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ] - }, - { - "gameName": "Mario Kart 8 Deluxe", - "gameID": [ - "0100152000022000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ] - } - ] - }, - "0x0267000101080502": { - "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -46908,7 +46923,7 @@ } ] }, - "0x02680001007d0502": { + "0x02690001011f0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -47036,119 +47051,6 @@ } ] }, - "0x02690001011f0502": { - "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] - }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] - } - ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], - "gamesSwitch": [ - { - "gameName": "Animal Crossing: New Horizons", - "gameID": [ - "01006F8002326000" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ] - }, - { - "gameName": "Conga Master Party!", - "gameID": [ - "01007EF00399C000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ] - }, - { - "gameName": "Mario Kart 8 Deluxe", - "gameID": [ - "0100152000022000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ] - } - ] - }, "0x026a000101460502": { "games3DS": [ { @@ -47573,21 +47475,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -47701,21 +47588,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -47942,6 +47814,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -48069,20 +47956,6 @@ "write": false } ] - }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] } ], "gamesWiiU": [ @@ -48284,21 +48157,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -48427,20 +48285,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -48668,6 +48512,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -48781,21 +48640,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -49075,6 +48919,18 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] } ], "gamesWiiU": [ @@ -49304,13 +49160,15 @@ ] }, { - "gameName": "Style Savvy: Styling Star", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "00040000001C2500" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Unlock an Animal Crossing pattern", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] @@ -49373,20 +49231,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -49455,6 +49299,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -49653,30 +49512,27 @@ ] }, { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] }, { - "gameName": "Kirby: Planet Robobot", + "gameName": "Style Savvy: Styling Star", "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" + "00040000001C2500" ], "amiiboUsage": [ { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "Usage": "Unlock an Animal Crossing pattern", "write": false } ] @@ -50024,122 +49880,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] - } - ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], - "gamesSwitch": [ - { - "gameName": "Animal Crossing: New Horizons", - "gameID": [ - "01006F8002326000" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ] - }, - { - "gameName": "Conga Master Party!", - "gameID": [ - "01007EF00399C000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ] - }, - { - "gameName": "Mario Kart 8 Deluxe", - "gameID": [ - "0100152000022000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ] - } - ] - }, - "0x028f0101031a0502": { - "games3DS": [ - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -50167,80 +49907,79 @@ ] } ], - "gamesWiiU": [], - "gamesSwitch": [ + "gamesWiiU": [ { - "gameName": "Animal Crossing: New Horizons", + "gameName": "Animal Crossing: amiibo Festival", "gameID": [ - "01006F8002326000" + "00050000101C6500", + "0005000010190100", + "00050000101C6400" ], "amiiboUsage": [ { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", + "Usage": "Use the character in mini-games", "write": false }, { - "Usage": "Unlock special furniture items and a poster based on the card's Sanrio character", + "Usage": "Place the character's house on the game board", "write": false } ] }, { - "gameName": "Conga Master Party!", + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", "gameID": [ - "01007EF00399C000" + "00050000101D3000" ], "amiiboUsage": [ { - "Usage": "Unlock a special costume", + "Usage": "Unlock music, frames, and figures", "write": false } ] - }, + } + ], + "gamesSwitch": [ { - "gameName": "Mario Kart 8 Deluxe", + "gameName": "Animal Crossing: New Horizons", "gameID": [ - "0100152000022000" + "01006F8002326000" ], "amiiboUsage": [ { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", "write": false } ] - } - ] - }, - "0x0299000100950502": { - "games3DS": [ + }, { - "gameName": "Animal Crossing: Happy Home Designer", + "gameName": "Conga Master Party!", "gameID": [ - "000400000014F100", - "000400000014F200" + "01007EF00399C000" ], "amiiboUsage": [ { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true + "Usage": "Unlock a special costume", + "write": false } ] }, { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Mario Kart 8 Deluxe", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "0100152000022000" ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Unlock an Animal Crossing-themed Mii racing suit", "write": false } ] - }, + } + ] + }, + "0x028f0101031a0502": { + "games3DS": [ { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -50268,38 +50007,7 @@ ] } ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], + "gamesWiiU": [], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -50310,6 +50018,10 @@ { "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", "write": false + }, + { + "Usage": "Unlock special furniture items and a poster based on the card's Sanrio character", + "write": false } ] }, @@ -50339,7 +50051,7 @@ } ] }, - "0x029a000100ee0502": { + "0x0299000100950502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -50467,7 +50179,7 @@ } ] }, - "0x029b000100cb0502": { + "0x029a000100ee0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -50483,16 +50195,15 @@ ] }, { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] @@ -50581,7 +50292,7 @@ } ] }, - "0x029e0001013d0502": { + "0x029b000100cb0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -50624,18 +50335,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -50709,7 +50408,7 @@ } ] }, - "0x02a2000101ba0502": { + "0x029e0001013d0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -50724,6 +50423,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -50822,8 +50536,21 @@ } ] }, - "0x02a3000102ff0502": { + "0x02a2000101ba0502": { "games3DS": [ + { + "gameName": "Animal Crossing: Happy Home Designer", + "gameID": [ + "000400000014F100", + "000400000014F200" + ], + "amiiboUsage": [ + { + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true + } + ] + }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -50834,7 +50561,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", + "Usage": "Invite the character to give you an item or move to your town", "write": false } ] @@ -50866,7 +50593,38 @@ ] } ], - "gamesWiiU": [], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] + } + ], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -50906,18 +50664,20 @@ } ] }, - "0x02a4000100720502": { + "0x02a3000102ff0502": { "games3DS": [ { - "gameName": "Animal Crossing: Happy Home Designer", + "gameName": "Animal Crossing: New Leaf", "gameID": [ - "000400000014F100", - "000400000014F200" + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" ], "amiiboUsage": [ { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true + "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", + "write": false } ] }, @@ -50948,38 +50708,7 @@ ] } ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], + "gamesWiiU": [], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -51019,7 +50748,7 @@ } ] }, - "0x02a50001018c0502": { + "0x02a4000100720502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -51147,7 +50876,7 @@ } ] }, - "0x02a6000101240502": { + "0x02a50001018c0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -51162,6 +50891,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -51260,7 +51004,7 @@ } ] }, - "0x02b1000100690502": { + "0x02a6000101240502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -51275,6 +51019,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -51373,7 +51132,7 @@ } ] }, - "0x02b2000100c40502": { + "0x02b1000100690502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -51404,15 +51163,13 @@ ] }, { - "gameName": "Kirby: Planet Robobot", + "gameName": "Style Savvy: Styling Star", "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" + "00040000001C2500" ], "amiiboUsage": [ { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "Usage": "Unlock an Animal Crossing pattern", "write": false } ] @@ -51489,8 +51246,21 @@ } ] }, - "0x02b70001030f0502": { + "0x02b2000100c40502": { "games3DS": [ + { + "gameName": "Animal Crossing: Happy Home Designer", + "gameID": [ + "000400000014F100", + "000400000014F200" + ], + "amiiboUsage": [ + { + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true + } + ] + }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -51501,7 +51271,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", + "Usage": "Invite the character to give you an item or move to your town", "write": false } ] @@ -51533,7 +51303,38 @@ ] } ], - "gamesWiiU": [], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] + } + ], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -51573,21 +51374,8 @@ } ] }, - "0x02b80001019c0502": { + "0x02b70001030f0502": { "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] - }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -51598,7 +51386,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", "write": false } ] @@ -51616,40 +51404,21 @@ "write": false } ] - } - ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] }, { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameName": "Style Savvy: Styling Star", "gameID": [ - "00050000101D3000" + "00040000001C2500" ], "amiiboUsage": [ { - "Usage": "Unlock music, frames, and figures", + "Usage": "Unlock an Animal Crossing pattern", "write": false } ] } ], + "gamesWiiU": [], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -51689,7 +51458,7 @@ } ] }, - "0x02c3000100dc0502": { + "0x02b80001019c0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -51817,7 +51586,7 @@ } ] }, - "0x02c4000100670502": { + "0x02c3000100dc0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -51945,8 +51714,21 @@ } ] }, - "0x02c5000103080502": { + "0x02c4000100670502": { "games3DS": [ + { + "gameName": "Animal Crossing: Happy Home Designer", + "gameID": [ + "000400000014F100", + "000400000014F200" + ], + "amiiboUsage": [ + { + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true + } + ] + }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -51957,7 +51739,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", + "Usage": "Invite the character to give you an item or move to your town", "write": false } ] @@ -51975,21 +51757,40 @@ "write": false } ] + } + ], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] }, { - "gameName": "Style Savvy: Styling Star", + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", "gameID": [ - "00040000001C2500" + "00050000101D3000" ], "amiiboUsage": [ { - "Usage": "Unlock an Animal Crossing pattern", + "Usage": "Unlock music, frames, and figures", "write": false } ] } ], - "gamesWiiU": [], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -52029,21 +51830,8 @@ } ] }, - "0x02c7000101220502": { + "0x02c5000103080502": { "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] - }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -52054,7 +51842,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", "write": false } ] @@ -52086,38 +51874,7 @@ ] } ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], + "gamesWiiU": [], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -52157,7 +51914,7 @@ } ] }, - "0x02c9000100cd0502": { + "0x02c7000101220502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -52172,6 +51929,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -52270,7 +52042,7 @@ } ] }, - "0x02ca000101ca0502": { + "0x02c9000100cd0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -52383,7 +52155,7 @@ } ] }, - "0x02cb000101360502": { + "0x02ca000101ca0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -52399,30 +52171,27 @@ ] }, { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] }, { - "gameName": "Kirby: Planet Robobot", + "gameName": "Style Savvy: Styling Star", "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" + "00040000001C2500" ], "amiiboUsage": [ { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "Usage": "Unlock an Animal Crossing pattern", "write": false } ] @@ -52499,7 +52268,7 @@ } ] }, - "0x02d6000100560502": { + "0x02cb000101360502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -52612,7 +52381,7 @@ } ] }, - "0x02d7000101300502": { + "0x02d6000100560502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -52725,7 +52494,7 @@ } ] }, - "0x02d8000100e20502": { + "0x02d7000101300502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -52740,6 +52509,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -52838,7 +52622,7 @@ } ] }, - "0x02d9000101c80502": { + "0x02d8000100e20502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -52966,7 +52750,7 @@ } ] }, - "0x02da000101330502": { + "0x02d9000101c80502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -53094,7 +52878,7 @@ } ] }, - "0x02db0001005e0502": { + "0x02da000101330502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -53222,7 +53006,7 @@ } ] }, - "0x02dc000100be0502": { + "0x02db0001005e0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -53350,7 +53134,7 @@ } ] }, - "0x02dd000100ea0502": { + "0x02dc000100be0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -53478,21 +53262,8 @@ } ] }, - "0x02de0001009c0502": { + "0x02dd000100ea0502": { "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] - }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -53606,7 +53377,7 @@ } ] }, - "0x02df000101910502": { + "0x02de0001009c0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -53649,18 +53420,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -53734,20 +53493,18 @@ } ] }, - "0x02e00101031d0502": { + "0x02df000101910502": { "games3DS": [ { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Animal Crossing: Happy Home Designer", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "000400000014F100", + "000400000014F200" ], "amiiboUsage": [ { - "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", - "write": false + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true } ] }, @@ -53778,7 +53535,38 @@ ] } ], - "gamesWiiU": [], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] + } + ], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -53789,10 +53577,6 @@ { "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", "write": false - }, - { - "Usage": "Unlock special furniture items and a poster based on the card's Sanrio character", - "write": false } ] }, @@ -53822,21 +53606,8 @@ } ] }, - "0x02ea000101800502": { + "0x02e00101031d0502": { "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] - }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -53847,7 +53618,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", "write": false } ] @@ -53879,48 +53650,7 @@ ] } ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - } - ] - }, - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], + "gamesWiiU": [], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -53931,6 +53661,10 @@ { "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", "write": false + }, + { + "Usage": "Unlock special furniture items and a poster based on the card's Sanrio character", + "write": false } ] }, @@ -53960,21 +53694,8 @@ } ] }, - "0x02ea000101d50502": { + "0x02ea000101800502": { "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] - }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -53990,20 +53711,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -54098,7 +53805,7 @@ } ] }, - "0x02eb000100de0502": { + "0x02ea000101d50502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -54113,6 +53820,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -54152,7 +53874,17 @@ { "Usage": "Use the character in mini-games", "write": false - }, + } + ] + }, + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ { "Usage": "Place the character's house on the game board", "write": false @@ -54211,7 +53943,7 @@ } ] }, - "0x02ec000101c40502": { + "0x02eb000100de0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -54339,7 +54071,7 @@ } ] }, - "0x02ed0001015a0502": { + "0x02ec000101c40502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -54467,7 +54199,7 @@ } ] }, - "0x02ee000101990502": { + "0x02ed0001015a0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -54580,7 +54312,7 @@ } ] }, - "0x02ef000100580502": { + "0x02ee000101990502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -54693,7 +54425,7 @@ } ] }, - "0x02f0000100a70502": { + "0x02ef000100580502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -54708,6 +54440,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -54806,7 +54553,7 @@ } ] }, - "0x02f1000101450502": { + "0x02f0000100a70502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -54821,6 +54568,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -54919,7 +54681,7 @@ } ] }, - "0x02f2000100cc0502": { + "0x02f1000101450502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -55047,20 +54809,18 @@ } ] }, - "0x02f3000102f90502": { + "0x02f2000100cc0502": { "games3DS": [ { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Animal Crossing: Happy Home Designer", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "000400000014F100", + "000400000014F200" ], "amiiboUsage": [ { - "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", - "write": false + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true } ] }, @@ -55091,7 +54851,38 @@ ] } ], - "gamesWiiU": [], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] + } + ], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -55131,21 +54922,8 @@ } ] }, - "0x02f4000103050502": { + "0x02f3000102f90502": { "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] - }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -55156,7 +54934,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", "write": false } ] @@ -55174,40 +54952,21 @@ "write": false } ] - } - ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] }, { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameName": "Style Savvy: Styling Star", "gameID": [ - "00050000101D3000" + "00040000001C2500" ], "amiiboUsage": [ { - "Usage": "Unlock music, frames, and figures", + "Usage": "Unlock an Animal Crossing pattern", "write": false } ] } ], + "gamesWiiU": [], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -55247,7 +55006,7 @@ } ] }, - "0x02f8000101380502": { + "0x02f4000103050502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -55375,7 +55134,7 @@ } ] }, - "0x02f9000101020502": { + "0x02f8000101380502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -55390,21 +55149,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -55503,7 +55247,7 @@ } ] }, - "0x02fa000100970502": { + "0x02f9000101020502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -55631,7 +55375,7 @@ } ] }, - "0x02fb000100900502": { + "0x02fa000100970502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -55661,20 +55405,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -55759,7 +55489,7 @@ } ] }, - "0x02fc0001018f0502": { + "0x02fb000100900502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -55775,30 +55505,27 @@ ] }, { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] }, { - "gameName": "Kirby: Planet Robobot", + "gameName": "Style Savvy: Styling Star", "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" + "00040000001C2500" ], "amiiboUsage": [ { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "Usage": "Unlock an Animal Crossing pattern", "write": false } ] @@ -55875,7 +55602,7 @@ } ] }, - "0x0307000100640502": { + "0x02fc0001018f0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -56003,7 +55730,7 @@ } ] }, - "0x03080001014d0502": { + "0x0307000100640502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -56046,6 +55773,18 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] } ], "gamesWiiU": [ @@ -56119,7 +55858,7 @@ } ] }, - "0x0309000100c60502": { + "0x03080001014d0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -56247,7 +55986,7 @@ } ] }, - "0x030a000101c70502": { + "0x0309000100c60502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -56375,7 +56114,7 @@ } ] }, - "0x030b000100790502": { + "0x030a000101c70502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -56405,6 +56144,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -56489,7 +56242,7 @@ } ] }, - "0x030c000101b80502": { + "0x030b000100790502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -56504,21 +56257,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -56617,7 +56355,7 @@ } ] }, - "0x030d000101840502": { + "0x030c000101b80502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -56632,21 +56370,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -56745,7 +56468,7 @@ } ] }, - "0x030e0001012f0502": { + "0x030d000101840502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -56873,7 +56596,135 @@ } ] }, - "0x030f0001016d0502": { + "0x030e0001012f0502": { + "games3DS": [ + { + "gameName": "Animal Crossing: Happy Home Designer", + "gameID": [ + "000400000014F100", + "000400000014F200" + ], + "amiiboUsage": [ + { + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true + } + ] + }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] + } + ], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] + } + ], + "gamesSwitch": [ + { + "gameName": "Animal Crossing: New Horizons", + "gameID": [ + "01006F8002326000" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", + "write": false + } + ] + }, + { + "gameName": "Conga Master Party!", + "gameID": [ + "01007EF00399C000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a special costume", + "write": false + } + ] + }, + { + "gameName": "Mario Kart 8 Deluxe", + "gameID": [ + "0100152000022000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "write": false + } + ] + } + ] + }, + "0x030f0001016d0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -57016,6 +56867,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -57130,6 +56995,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -57313,21 +57192,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -57668,20 +57532,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -57782,27 +57632,30 @@ ] }, { - "gameName": "Kirby: Planet Robobot", + "gameName": "Animal Crossing: New Leaf", "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" ], "amiiboUsage": [ { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "Usage": "Invite the character to give you an item or move to your town", "write": false } ] }, { - "gameName": "Style Savvy: Styling Star", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "00040000001C2500" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Unlock an Animal Crossing pattern", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] @@ -58037,20 +57890,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -58264,21 +58103,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -58392,21 +58216,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -58604,6 +58413,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -58732,6 +58556,18 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] } ], "gamesWiiU": [], @@ -58789,21 +58625,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -59148,20 +58969,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -59289,18 +59096,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -59545,6 +59340,18 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] } ], "gamesWiiU": [ @@ -60244,6 +60051,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -60455,18 +60276,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -60923,6 +60732,18 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] } ], "gamesWiiU": [ @@ -61012,30 +60833,27 @@ ] }, { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] }, { - "gameName": "Kirby: Planet Robobot", + "gameName": "Style Savvy: Styling Star", "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" + "00040000001C2500" ], "amiiboUsage": [ { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "Usage": "Unlock an Animal Crossing pattern", "write": false } ] @@ -61255,21 +61073,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -61383,6 +61186,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -61580,21 +61398,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -61851,6 +61654,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -62219,6 +62036,18 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] } ], "gamesWiiU": [ @@ -62436,6 +62265,18 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] } ], "gamesWiiU": [], @@ -62536,18 +62377,6 @@ } ] }, - { - "gameName": "Conga Master Party!", - "gameID": [ - "01007EF00399C000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ] - }, { "gameName": "Mario Kart 8 Deluxe", "gameID": [ @@ -62605,18 +62434,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -62897,6 +62714,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -63111,21 +62942,6 @@ }, "0x0374010103190502": { "games3DS": [ - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -63368,18 +63184,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -63611,20 +63415,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -63752,6 +63542,18 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] } ], "gamesWiiU": [ @@ -63969,30 +63771,27 @@ ] }, { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] }, { - "gameName": "Kirby: Planet Robobot", + "gameName": "Style Savvy: Styling Star", "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" + "00040000001C2500" ], "amiiboUsage": [ { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "Usage": "Unlock an Animal Crossing pattern", "write": false } ] @@ -64084,6 +63883,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -64198,20 +64011,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -64567,6 +64366,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -64682,6 +64496,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -64778,18 +64606,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -65162,18 +64978,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -65390,21 +65194,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -65646,6 +65435,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -65967,6 +65771,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -66108,18 +65927,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -66209,30 +66016,27 @@ ] }, { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] }, { - "gameName": "Kirby: Planet Robobot", + "gameName": "Style Savvy: Styling Star", "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" + "00040000001C2500" ], "amiiboUsage": [ { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "Usage": "Unlock an Animal Crossing pattern", "write": false } ] @@ -66324,21 +66128,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -66453,15 +66242,16 @@ ] }, { - "gameName": "Kirby: Planet Robobot", + "gameName": "Animal Crossing: New Leaf", "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" ], "amiiboUsage": [ { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "Usage": "Invite the character to give you an item or move to your town", "write": false } ] @@ -66693,21 +66483,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -66821,21 +66596,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -66977,18 +66737,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -67092,6 +66840,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -67276,16 +67038,15 @@ ] }, { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] @@ -67871,6 +67632,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -68083,20 +67859,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -68197,16 +67959,15 @@ ] }, { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] @@ -68582,15 +68343,13 @@ ] }, { - "gameName": "Kirby: Planet Robobot", + "gameName": "Style Savvy: Styling Star", "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" + "00040000001C2500" ], "amiiboUsage": [ { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "Usage": "Unlock an Animal Crossing pattern", "write": false } ] @@ -68697,20 +68456,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -68810,21 +68555,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -69037,6 +68767,18 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] } ], "gamesWiiU": [], @@ -69110,114 +68852,27 @@ ] }, { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] - } - ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], - "gamesSwitch": [ - { - "gameName": "Animal Crossing: New Horizons", - "gameID": [ - "01006F8002326000" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ] - }, - { - "gameName": "Conga Master Party!", - "gameID": [ - "01007EF00399C000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ] - }, - { - "gameName": "Mario Kart 8 Deluxe", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "0100152000022000" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] - } - ] - }, - "0x03ed000101a30502": { - "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] }, { - "gameName": "Kirby: Planet Robobot", + "gameName": "Style Savvy: Styling Star", "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" + "00040000001C2500" ], "amiiboUsage": [ { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "Usage": "Unlock an Animal Crossing pattern", "write": false } ] @@ -69294,7 +68949,7 @@ } ] }, - "0x03ee0001008b0502": { + "0x03ed000101a30502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -69324,20 +68979,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -69422,7 +69063,7 @@ } ] }, - "0x03fa000100d00502": { + "0x03ee0001008b0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -69465,18 +69106,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -69550,7 +69179,7 @@ } ] }, - "0x03fb000101cf0502": { + "0x03fa000100d00502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -69580,6 +69209,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -69664,7 +69307,7 @@ } ] }, - "0x03fc000101470502": { + "0x03fb000101cf0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -69777,7 +69420,7 @@ } ] }, - "0x03fd000101580502": { + "0x03fc000101470502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -69890,7 +69533,7 @@ } ] }, - "0x03fe000101a40502": { + "0x03fd000101580502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -70018,7 +69661,7 @@ } ] }, - "0x03ff000100f40502": { + "0x03fe000101a40502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -70146,7 +69789,7 @@ } ] }, - "0x04000001006f0502": { + "0x03ff000100f40502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -70161,21 +69804,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -70274,7 +69902,7 @@ } ] }, - "0x0401000100660502": { + "0x04000001006f0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -70317,6 +69945,95 @@ "write": false } ] + } + ], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] + } + ], + "gamesSwitch": [ + { + "gameName": "Animal Crossing: New Horizons", + "gameID": [ + "01006F8002326000" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", + "write": false + } + ] + }, + { + "gameName": "Conga Master Party!", + "gameID": [ + "01007EF00399C000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a special costume", + "write": false + } + ] + }, + { + "gameName": "Mario Kart 8 Deluxe", + "gameID": [ + "0100152000022000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "write": false + } + ] + } + ] + }, + "0x0401000100660502": { + "games3DS": [ + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] }, { "gameName": "Style Savvy: Styling Star", @@ -70573,6 +70290,18 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] } ], "gamesWiiU": [ @@ -70774,6 +70503,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -70887,6 +70631,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -71130,6 +70889,89 @@ } ] }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] + } + ], + "gamesWiiU": [], + "gamesSwitch": [ + { + "gameName": "Animal Crossing: New Horizons", + "gameID": [ + "01006F8002326000" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", + "write": false + } + ] + }, + { + "gameName": "Conga Master Party!", + "gameID": [ + "01007EF00399C000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a special costume", + "write": false + } + ] + }, + { + "gameName": "Mario Kart 8 Deluxe", + "gameID": [ + "0100152000022000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "write": false + } + ] + } + ] + }, + "0x0415000101bb0502": { + "games3DS": [ + { + "gameName": "Animal Crossing: Happy Home Designer", + "gameID": [ + "000400000014F100", + "000400000014F200" + ], + "amiiboUsage": [ + { + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true + } + ] + }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -71157,7 +70999,38 @@ ] } ], - "gamesWiiU": [], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] + } + ], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -71197,7 +71070,7 @@ } ] }, - "0x0415000101bb0502": { + "0x0416000100fb0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -71213,19 +71086,117 @@ ] }, { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", "write": false } ] + } + ], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] + } + ], + "gamesSwitch": [ + { + "gameName": "Animal Crossing: New Horizons", + "gameID": [ + "01006F8002326000" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", + "write": false + } + ] + }, + { + "gameName": "Conga Master Party!", + "gameID": [ + "01007EF00399C000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a special costume", + "write": false + } + ] + }, + { + "gameName": "Mario Kart 8 Deluxe", + "gameID": [ + "0100152000022000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "write": false + } + ] + } + ] + }, + "0x0418000100d80502": { + "games3DS": [ + { + "gameName": "Animal Crossing: Happy Home Designer", + "gameID": [ + "000400000014F100", + "000400000014F200" + ], + "amiiboUsage": [ + { + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true + } + ] }, { "gameName": "Kirby: Planet Robobot", @@ -71325,7 +71296,7 @@ } ] }, - "0x0416000100fb0502": { + "0x041a000100e00502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -71355,6 +71326,105 @@ } ] }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] + } + ], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] + } + ], + "gamesSwitch": [ + { + "gameName": "Animal Crossing: New Horizons", + "gameID": [ + "01006F8002326000" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", + "write": false + } + ] + }, + { + "gameName": "Conga Master Party!", + "gameID": [ + "01007EF00399C000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a special costume", + "write": false + } + ] + }, + { + "gameName": "Mario Kart 8 Deluxe", + "gameID": [ + "0100152000022000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "write": false + } + ] + } + ] + }, + "0x041b000100f10502": { + "games3DS": [ + { + "gameName": "Animal Crossing: Happy Home Designer", + "gameID": [ + "000400000014F100", + "000400000014F200" + ], + "amiiboUsage": [ + { + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -71453,7 +71523,7 @@ } ] }, - "0x0418000100d80502": { + "0x041c000101410502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -71468,21 +71538,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -71581,7 +71636,7 @@ } ] }, - "0x041a000100e00502": { + "0x041d0001018a0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -71709,7 +71764,7 @@ } ] }, - "0x041b000100f10502": { + "0x041e0001015f0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -71837,7 +71892,7 @@ } ] }, - "0x041c000101410502": { + "0x0429000100700502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -71965,7 +72020,7 @@ } ] }, - "0x041d0001018a0502": { + "0x042a0001012d0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -72008,18 +72063,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -72093,7 +72136,7 @@ } ] }, - "0x041e0001015f0502": { + "0x042b000101af0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -72108,6 +72151,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -72206,7 +72264,7 @@ } ] }, - "0x0429000100700502": { + "0x0436000101940502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -72249,6 +72307,18 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] } ], "gamesWiiU": [ @@ -72322,7 +72392,7 @@ } ] }, - "0x042a0001012d0502": { + "0x0437000101050502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -72450,7 +72520,175 @@ } ] }, - "0x042b000101af0502": { + "0x0438000103000502": { + "games3DS": [ + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", + "write": false + } + ] + }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] + } + ], + "gamesWiiU": [], + "gamesSwitch": [ + { + "gameName": "Animal Crossing: New Horizons", + "gameID": [ + "01006F8002326000" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", + "write": false + } + ] + }, + { + "gameName": "Conga Master Party!", + "gameID": [ + "01007EF00399C000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a special costume", + "write": false + } + ] + }, + { + "gameName": "Mario Kart 8 Deluxe", + "gameID": [ + "0100152000022000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "write": false + } + ] + } + ] + }, + "0x0439000103110502": { + "games3DS": [ + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", + "write": false + } + ] + }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] + } + ], + "gamesWiiU": [], + "gamesSwitch": [ + { + "gameName": "Animal Crossing: New Horizons", + "gameID": [ + "01006F8002326000" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", + "write": false + } + ] + }, + { + "gameName": "Conga Master Party!", + "gameID": [ + "01007EF00399C000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a special costume", + "write": false + } + ] + }, + { + "gameName": "Mario Kart 8 Deluxe", + "gameID": [ + "0100152000022000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "write": false + } + ] + } + ] + }, + "0x043b000103030502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -72480,6 +72718,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -72564,7 +72816,7 @@ } ] }, - "0x0436000101940502": { + "0x043c000101cb0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -72678,7 +72930,7 @@ } ] }, - "0x0437000101050502": { + "0x043d0001007c0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -72694,16 +72946,15 @@ ] }, { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] @@ -72792,161 +73043,7 @@ } ] }, - "0x0438000103000502": { - "games3DS": [ - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", - "write": false - } - ] - }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] - } - ], - "gamesWiiU": [], - "gamesSwitch": [ - { - "gameName": "Animal Crossing: New Horizons", - "gameID": [ - "01006F8002326000" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ] - }, - { - "gameName": "Conga Master Party!", - "gameID": [ - "01007EF00399C000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ] - }, - { - "gameName": "Mario Kart 8 Deluxe", - "gameID": [ - "0100152000022000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ] - } - ] - }, - "0x0439000103110502": { - "games3DS": [ - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", - "write": false - } - ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] - } - ], - "gamesWiiU": [], - "gamesSwitch": [ - { - "gameName": "Animal Crossing: New Horizons", - "gameID": [ - "01006F8002326000" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ] - }, - { - "gameName": "Conga Master Party!", - "gameID": [ - "01007EF00399C000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ] - }, - { - "gameName": "Mario Kart 8 Deluxe", - "gameID": [ - "0100152000022000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ] - } - ] - }, - "0x043b000103030502": { + "0x043e000101490502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -73059,7 +73156,7 @@ } ] }, - "0x043c000101cb0502": { + "0x043f000101550502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -73187,7 +73284,7 @@ } ] }, - "0x043d0001007c0502": { + "0x0440000100ca0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -73202,21 +73299,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -73315,7 +73397,7 @@ } ] }, - "0x043e000101490502": { + "0x044b0001016c0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -73358,18 +73440,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -73443,7 +73513,7 @@ } ] }, - "0x043f000101550502": { + "0x044c0001008e0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -73458,6 +73528,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -73556,7 +73641,7 @@ } ] }, - "0x0440000100ca0502": { + "0x044d000101930502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -73684,21 +73769,8 @@ } ] }, - "0x044b0001016c0502": { + "0x044e000103150502": { "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] - }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -73709,7 +73781,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", "write": false } ] @@ -73741,38 +73813,7 @@ ] } ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], + "gamesWiiU": [], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -73812,7 +73853,7 @@ } ] }, - "0x044c0001008e0502": { + "0x0450000100cf0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -73828,129 +73869,30 @@ ] }, { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] - } - ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], - "gamesSwitch": [ - { - "gameName": "Animal Crossing: New Horizons", - "gameID": [ - "01006F8002326000" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ] - }, - { - "gameName": "Conga Master Party!", - "gameID": [ - "01007EF00399C000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ] - }, - { - "gameName": "Mario Kart 8 Deluxe", + "gameName": "Animal Crossing: New Leaf", "gameID": [ - "0100152000022000" + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" ], "amiiboUsage": [ { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "Usage": "Invite the character to give you an item or move to your town", "write": false } ] - } - ] - }, - "0x044d000101930502": { - "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] }, { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] @@ -74039,91 +73981,7 @@ } ] }, - "0x044e000103150502": { - "games3DS": [ - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", - "write": false - } - ] - }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] - } - ], - "gamesWiiU": [], - "gamesSwitch": [ - { - "gameName": "Animal Crossing: New Horizons", - "gameID": [ - "01006F8002326000" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ] - }, - { - "gameName": "Conga Master Party!", - "gameID": [ - "01007EF00399C000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ] - }, - { - "gameName": "Mario Kart 8 Deluxe", - "gameID": [ - "0100152000022000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ] - } - ] - }, - "0x0450000100cf0502": { + "0x04510001015e0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -74148,7 +74006,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Invite the character to give you a special item", "write": false } ] @@ -74192,10 +74050,6 @@ { "Usage": "Use the character in mini-games", "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false } ] }, @@ -74220,7 +74074,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", + "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", "write": false } ] @@ -74251,7 +74105,7 @@ } ] }, - "0x04510001015e0502": { + "0x0452000100730502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -74276,7 +74130,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to give you a special item", + "Usage": "Invite the character to give you an item or move to your town", "write": false } ] @@ -74320,6 +74174,10 @@ { "Usage": "Use the character in mini-games", "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false } ] }, @@ -74344,7 +74202,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", + "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", "write": false } ] @@ -74375,7 +74233,7 @@ } ] }, - "0x0452000100730502": { + "0x0453000101040502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -74405,20 +74263,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -74503,7 +74347,7 @@ } ] }, - "0x0453000101040502": { + "0x0454000101ae0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -74546,18 +74390,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -74631,7 +74463,7 @@ } ] }, - "0x0454000101ae0502": { + "0x045f000101a80502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -74646,6 +74478,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -74744,7 +74591,7 @@ } ] }, - "0x045f000101a80502": { + "0x0460000100a50502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -74775,15 +74622,13 @@ ] }, { - "gameName": "Kirby: Planet Robobot", + "gameName": "Style Savvy: Styling Star", "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" + "00040000001C2500" ], "amiiboUsage": [ { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "Usage": "Unlock an Animal Crossing pattern", "write": false } ] @@ -74860,7 +74705,7 @@ } ] }, - "0x0460000100a50502": { + "0x0461000101610502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -74988,7 +74833,7 @@ } ] }, - "0x0461000101610502": { + "0x0462000100f60502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -75004,129 +74849,30 @@ ] }, { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] - } - ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], - "gamesSwitch": [ - { - "gameName": "Animal Crossing: New Horizons", - "gameID": [ - "01006F8002326000" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ] - }, - { - "gameName": "Conga Master Party!", - "gameID": [ - "01007EF00399C000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ] - }, - { - "gameName": "Mario Kart 8 Deluxe", + "gameName": "Animal Crossing: New Leaf", "gameID": [ - "0100152000022000" + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" ], "amiiboUsage": [ { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "Usage": "Invite the character to give you an item or move to your town", "write": false } ] - } - ] - }, - "0x0462000100f60502": { - "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] }, { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] @@ -75841,6 +75587,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -76068,21 +75828,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -76324,6 +76069,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -76453,15 +76213,13 @@ ] }, { - "gameName": "Kirby: Planet Robobot", + "gameName": "Style Savvy: Styling Star", "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" + "00040000001C2500" ], "amiiboUsage": [ { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "Usage": "Unlock an Animal Crossing pattern", "write": false } ] @@ -76696,6 +76454,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -76823,18 +76595,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -76938,20 +76698,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -77066,6 +76812,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -77167,20 +76927,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -77617,18 +77363,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -78229,21 +77963,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -78358,27 +78077,30 @@ ] }, { - "gameName": "Kirby: Planet Robobot", + "gameName": "Animal Crossing: New Leaf", "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" ], "amiiboUsage": [ { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "Usage": "Invite the character to give you an item or move to your town", "write": false } ] }, { - "gameName": "Style Savvy: Styling Star", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "00040000001C2500" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Unlock an Animal Crossing pattern", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] @@ -78867,6 +78589,18 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] } ], "gamesWiiU": [ @@ -78955,6 +78689,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -79197,27 +78946,30 @@ ] }, { - "gameName": "Kirby: Planet Robobot", + "gameName": "Animal Crossing: New Leaf", "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" ], "amiiboUsage": [ { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "Usage": "Invite the character to give you an item or move to your town", "write": false } ] }, { - "gameName": "Style Savvy: Styling Star", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "00040000001C2500" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Unlock an Animal Crossing pattern", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] @@ -79337,6 +79089,18 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] } ], "gamesWiiU": [ @@ -79977,6 +79741,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -80233,6 +80012,148 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] + } + ], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] + } + ], + "gamesSwitch": [ + { + "gameName": "Animal Crossing: New Horizons", + "gameID": [ + "01006F8002326000" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", + "write": false + } + ] + }, + { + "gameName": "Conga Master Party!", + "gameID": [ + "01007EF00399C000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a special costume", + "write": false + } + ] + }, + { + "gameName": "Mario Kart 8 Deluxe", + "gameID": [ + "0100152000022000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "write": false + } + ] + } + ] + }, + "0x04a7000101a60502": { + "games3DS": [ + { + "gameName": "Animal Crossing: Happy Home Designer", + "gameID": [ + "000400000014F100", + "000400000014F200" + ], + "amiiboUsage": [ + { + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true + } + ] + }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -80317,21 +80238,8 @@ } ] }, - "0x04a7000101a60502": { + "0x04a80101031e0502": { "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] - }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -80342,7 +80250,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", "write": false } ] @@ -80374,38 +80282,7 @@ ] } ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], + "gamesWiiU": [], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -80416,6 +80293,10 @@ { "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", "write": false + }, + { + "Usage": "Unlock special furniture items and a poster based on the card's Sanrio character", + "write": false } ] }, @@ -80445,8 +80326,21 @@ } ] }, - "0x04a80101031e0502": { + "0x04b2000101b90502": { "games3DS": [ + { + "gameName": "Animal Crossing: Happy Home Designer", + "gameID": [ + "000400000014F100", + "000400000014F200" + ], + "amiiboUsage": [ + { + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true + } + ] + }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -80457,7 +80351,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", + "Usage": "Invite the character to give you an item or move to your town", "write": false } ] @@ -80475,21 +80369,40 @@ "write": false } ] + } + ], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] }, { - "gameName": "Style Savvy: Styling Star", + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", "gameID": [ - "00040000001C2500" + "00050000101D3000" ], "amiiboUsage": [ { - "Usage": "Unlock an Animal Crossing pattern", + "Usage": "Unlock music, frames, and figures", "write": false } ] } ], - "gamesWiiU": [], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -80500,10 +80413,6 @@ { "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", "write": false - }, - { - "Usage": "Unlock special furniture items and a poster based on the card's Sanrio character", - "write": false } ] }, @@ -80533,7 +80442,7 @@ } ] }, - "0x04b2000101b90502": { + "0x04b3000100dd0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -80548,21 +80457,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -80661,21 +80555,8 @@ } ] }, - "0x04b3000100dd0502": { + "0x04b40001030c0502": { "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] - }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -80686,56 +80567,39 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", "write": false } ] }, { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] - } - ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] }, { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameName": "Style Savvy: Styling Star", "gameID": [ - "00050000101D3000" + "00040000001C2500" ], "amiiboUsage": [ { - "Usage": "Unlock music, frames, and figures", + "Usage": "Unlock an Animal Crossing pattern", "write": false } ] } ], + "gamesWiiU": [], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -80775,7 +80639,7 @@ } ] }, - "0x04b40001030c0502": { + "0x04b6000102ec0502": { "games3DS": [ { "gameName": "Animal Crossing: New Leaf", @@ -80792,6 +80656,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -80845,20 +80723,18 @@ } ] }, - "0x04b6000102ec0502": { + "0x04b9000101600502": { "games3DS": [ { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Animal Crossing: Happy Home Designer", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "000400000014F100", + "000400000014F200" ], "amiiboUsage": [ { - "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", - "write": false + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true } ] }, @@ -80875,9 +80751,52 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] + } + ], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] } ], - "gamesWiiU": [], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -80917,7 +80836,7 @@ } ] }, - "0x04b9000101600502": { + "0x04ba0001005d0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -81045,7 +80964,7 @@ } ] }, - "0x04ba0001005d0502": { + "0x04c5000101010502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -81173,7 +81092,7 @@ } ] }, - "0x04c5000101010502": { + "0x04c6000101670502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -81301,7 +81220,7 @@ } ] }, - "0x04c6000101670502": { + "0x04c7000100940502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -81344,6 +81263,18 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] } ], "gamesWiiU": [ @@ -81417,21 +81348,8 @@ } ] }, - "0x04c7000100940502": { + "0x04c8000102ed0502": { "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] - }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -81442,7 +81360,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", "write": false } ] @@ -81474,38 +81392,7 @@ ] } ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], + "gamesWiiU": [], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -81545,7 +81432,7 @@ } ] }, - "0x04c8000102ed0502": { + "0x04c90001030d0502": { "games3DS": [ { "gameName": "Animal Crossing: New Leaf", @@ -81629,8 +81516,21 @@ } ] }, - "0x04c90001030d0502": { + "0x04cc000100a40502": { "games3DS": [ + { + "gameName": "Animal Crossing: Happy Home Designer", + "gameID": [ + "000400000014F100", + "000400000014F200" + ], + "amiiboUsage": [ + { + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true + } + ] + }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -81641,7 +81541,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", + "Usage": "Invite the character to give you an item or move to your town", "write": false } ] @@ -81661,7 +81561,38 @@ ] } ], - "gamesWiiU": [], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] + } + ], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -81701,7 +81632,7 @@ } ] }, - "0x04cc000100a40502": { + "0x04cd000101520502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -81731,6 +81662,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -81815,7 +81760,7 @@ } ] }, - "0x04cd000101520502": { + "0x04ce000100db0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -81830,6 +81775,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -81928,7 +81888,7 @@ } ] }, - "0x04ce000100db0502": { + "0x04cf000100e10502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -81943,6 +81903,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -82041,7 +82016,7 @@ } ] }, - "0x04cf000100e10502": { + "0x04d0000101960502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -82169,7 +82144,7 @@ } ] }, - "0x04d0000101960502": { + "0x04d10001009e0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -82212,18 +82187,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -82297,7 +82260,7 @@ } ] }, - "0x04d10001009e0502": { + "0x04d2000101a70502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -82425,18 +82388,20 @@ } ] }, - "0x04d2000101a70502": { + "0x04d30101031b0502": { "games3DS": [ { - "gameName": "Animal Crossing: Happy Home Designer", + "gameName": "Animal Crossing: New Leaf", "gameID": [ - "000400000014F100", - "000400000014F200" + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" ], "amiiboUsage": [ { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true + "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", + "write": false } ] }, @@ -82467,38 +82432,7 @@ ] } ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], + "gamesWiiU": [], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -82509,6 +82443,10 @@ { "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", "write": false + }, + { + "Usage": "Unlock special furniture items and a poster based on the card's Sanrio character", + "write": false } ] }, @@ -82538,8 +82476,21 @@ } ] }, - "0x04d30101031b0502": { + "0x04dd000100a20502": { "games3DS": [ + { + "gameName": "Animal Crossing: Happy Home Designer", + "gameID": [ + "000400000014F100", + "000400000014F200" + ], + "amiiboUsage": [ + { + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true + } + ] + }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -82550,7 +82501,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", + "Usage": "Invite the character to give you an item or move to your town", "write": false } ] @@ -82582,7 +82533,38 @@ ] } ], - "gamesWiiU": [], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] + } + ], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -82593,10 +82575,6 @@ { "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", "write": false - }, - { - "Usage": "Unlock special furniture items and a poster based on the card's Sanrio character", - "write": false } ] }, @@ -82626,7 +82604,7 @@ } ] }, - "0x04dd000100a20502": { + "0x04de000100ce0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -82642,19 +82620,117 @@ ] }, { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] + } + ], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] + } + ], + "gamesSwitch": [ + { + "gameName": "Animal Crossing: New Horizons", + "gameID": [ + "01006F8002326000" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", + "write": false + } + ] + }, + { + "gameName": "Conga Master Party!", + "gameID": [ + "01007EF00399C000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a special costume", + "write": false + } + ] + }, + { + "gameName": "Mario Kart 8 Deluxe", + "gameID": [ + "0100152000022000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing-themed Mii racing suit", "write": false } ] + } + ] + }, + "0x04df000100e80502": { + "games3DS": [ + { + "gameName": "Animal Crossing: Happy Home Designer", + "gameID": [ + "000400000014F100", + "000400000014F200" + ], + "amiiboUsage": [ + { + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true + } + ] }, { "gameName": "Kirby: Planet Robobot", @@ -82754,7 +82830,7 @@ } ] }, - "0x04de000100ce0502": { + "0x04e0000100f70502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -82882,7 +82958,7 @@ } ] }, - "0x04df000100e80502": { + "0x04e1000101be0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -83010,7 +83086,7 @@ } ] }, - "0x04e0000100f70502": { + "0x04e2000101090502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -83138,7 +83214,7 @@ } ] }, - "0x04e1000101be0502": { + "0x04e3000101650502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -83168,6 +83244,107 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + } + ], + "gamesWiiU": [ + { + "gameName": "Animal Crossing: amiibo Festival", + "gameID": [ + "00050000101C6500", + "0005000010190100", + "00050000101C6400" + ], + "amiiboUsage": [ + { + "Usage": "Use the character in mini-games", + "write": false + }, + { + "Usage": "Place the character's house on the game board", + "write": false + } + ] + }, + { + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", + "gameID": [ + "00050000101D3000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock music, frames, and figures", + "write": false + } + ] + } + ], + "gamesSwitch": [ + { + "gameName": "Animal Crossing: New Horizons", + "gameID": [ + "01006F8002326000" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", + "write": false + } + ] + }, + { + "gameName": "Conga Master Party!", + "gameID": [ + "01007EF00399C000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a special costume", + "write": false + } + ] + }, + { + "gameName": "Mario Kart 8 Deluxe", + "gameID": [ + "0100152000022000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "write": false + } + ] + } + ] + }, + "0x04e4000101b60502": { + "games3DS": [ + { + "gameName": "Animal Crossing: Happy Home Designer", + "gameID": [ + "000400000014F100", + "000400000014F200" + ], + "amiiboUsage": [ + { + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -83266,7 +83443,7 @@ } ] }, - "0x04e2000101090502": { + "0x04e5000101ad0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -83309,131 +83486,6 @@ "write": false } ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] - } - ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], - "gamesSwitch": [ - { - "gameName": "Animal Crossing: New Horizons", - "gameID": [ - "01006F8002326000" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ] - }, - { - "gameName": "Conga Master Party!", - "gameID": [ - "01007EF00399C000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ] - }, - { - "gameName": "Mario Kart 8 Deluxe", - "gameID": [ - "0100152000022000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ] - } - ] - }, - "0x04e3000101650502": { - "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] - }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] } ], "gamesWiiU": [ @@ -83507,7 +83559,7 @@ } ] }, - "0x04e4000101b60502": { + "0x04e6000100820502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -83537,20 +83589,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -83635,7 +83673,7 @@ } ] }, - "0x04e5000101ad0502": { + "0x04e7000101320502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -83763,7 +83801,7 @@ } ] }, - "0x04e6000100820502": { + "0x04e8000101ce0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -83778,21 +83816,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -83891,21 +83914,8 @@ } ] }, - "0x04e7000101320502": { + "0x04ea000103180502": { "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] - }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -83916,7 +83926,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", "write": false } ] @@ -83948,38 +83958,7 @@ ] } ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], + "gamesWiiU": [], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -84019,21 +83998,8 @@ } ] }, - "0x04e8000101ce0502": { + "0x04eb000102f00502": { "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] - }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -84044,7 +84010,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to give you an item or move to your town", + "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", "write": false } ] @@ -84062,38 +84028,7 @@ ] } ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], + "gamesWiiU": [], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -84133,8 +84068,21 @@ } ] }, - "0x04ea000103180502": { + "0x04ec000100770502": { "games3DS": [ + { + "gameName": "Animal Crossing: Happy Home Designer", + "gameID": [ + "000400000014F100", + "000400000014F200" + ], + "amiiboUsage": [ + { + "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", + "write": true + } + ] + }, { "gameName": "Animal Crossing: New Leaf", "gameID": [ @@ -84145,7 +84093,7 @@ ], "amiiboUsage": [ { - "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", + "Usage": "Invite the character to give you an item or move to your town", "write": false } ] @@ -84177,91 +84125,38 @@ ] } ], - "gamesWiiU": [], - "gamesSwitch": [ - { - "gameName": "Animal Crossing: New Horizons", - "gameID": [ - "01006F8002326000" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ] - }, - { - "gameName": "Conga Master Party!", - "gameID": [ - "01007EF00399C000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ] - }, - { - "gameName": "Mario Kart 8 Deluxe", - "gameID": [ - "0100152000022000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ] - } - ] - }, - "0x04eb000102f00502": { - "games3DS": [ + "gamesWiiU": [ { - "gameName": "Animal Crossing: New Leaf", + "gameName": "Animal Crossing: amiibo Festival", "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" + "00050000101C6500", + "0005000010190100", + "00050000101C6400" ], "amiiboUsage": [ { - "Usage": "Invite the character to visit your RV campsite, give you an item, and/or move to your town", + "Usage": "Use the character in mini-games", "write": false - } - ] - }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ + }, { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "Usage": "Place the character's house on the game board", "write": false } ] }, { - "gameName": "Style Savvy: Styling Star", + "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", "gameID": [ - "00040000001C2500" + "00050000101D3000" ], "amiiboUsage": [ { - "Usage": "Unlock an Animal Crossing pattern", + "Usage": "Unlock music, frames, and figures", "write": false } ] } ], - "gamesWiiU": [], "gamesSwitch": [ { "gameName": "Animal Crossing: New Horizons", @@ -84301,7 +84196,7 @@ } ] }, - "0x04ec000100770502": { + "0x04ed000100620502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -84429,7 +84324,7 @@ } ] }, - "0x04ed000100620502": { + "0x04ee0001014b0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -84542,7 +84437,7 @@ } ] }, - "0x04ee0001014b0502": { + "0x04ef0001013b0502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -84557,21 +84452,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -84670,7 +84550,7 @@ } ] }, - "0x04ef0001013b0502": { + "0x04fa000101680502": { "games3DS": [ { "gameName": "Animal Crossing: Happy Home Designer", @@ -84786,119 +84666,6 @@ } ] }, - "0x04fa000101680502": { - "games3DS": [ - { - "gameName": "Animal Crossing: Happy Home Designer", - "gameID": [ - "000400000014F100", - "000400000014F200" - ], - "amiiboUsage": [ - { - "Usage": "Call on amiibo phone to design the character's home on demand / Store house design and furniture for sharing", - "write": true - } - ] - }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, - { - "gameName": "Style Savvy: Styling Star", - "gameID": [ - "00040000001C2500" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing pattern", - "write": false - } - ] - } - ], - "gamesWiiU": [ - { - "gameName": "Animal Crossing: amiibo Festival", - "gameID": [ - "00050000101C6500", - "0005000010190100", - "00050000101C6400" - ], - "amiiboUsage": [ - { - "Usage": "Use the character in mini-games", - "write": false - }, - { - "Usage": "Place the character's house on the game board", - "write": false - } - ] - }, - { - "gameName": "Taiko Drum Master: Atsumete Tomodachi Daisakusen", - "gameID": [ - "00050000101D3000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock music, frames, and figures", - "write": false - } - ] - } - ], - "gamesSwitch": [ - { - "gameName": "Animal Crossing: New Horizons", - "gameID": [ - "01006F8002326000" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to your campsite and, eventually, to move to your island / Invite the character for photo shoots at Photopia / Unlock a special poster of the character / Invite the character to the Roost for a cup of coffee / Invite the character to Happy Home Paradise to design their vacation home", - "write": false - } - ] - }, - { - "gameName": "Conga Master Party!", - "gameID": [ - "01007EF00399C000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a special costume", - "write": false - } - ] - }, - { - "gameName": "Mario Kart 8 Deluxe", - "gameID": [ - "0100152000022000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock an Animal Crossing-themed Mii racing suit", - "write": false - } - ] - } - ] - }, "0x04fb000101c60502": { "games3DS": [ { @@ -85044,6 +84811,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -85112,21 +84893,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -85481,21 +85247,6 @@ } ] }, - { - "gameName": "Animal Crossing: New Leaf", - "gameID": [ - "0004000000086400", - "0004000000086300", - "0004000000198F00", - "0004000000198E00" - ], - "amiiboUsage": [ - { - "Usage": "Invite the character to give you an item or move to your town", - "write": false - } - ] - }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -85609,6 +85360,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -85993,20 +85759,6 @@ } ] }, - { - "gameName": "Kirby: Planet Robobot", - "gameID": [ - "0004000000189600", - "0004000000183600", - "0004000000189800" - ], - "amiiboUsage": [ - { - "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", - "write": false - } - ] - }, { "gameName": "Style Savvy: Styling Star", "gameID": [ @@ -86218,6 +85970,18 @@ "write": false } ] + }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing pattern", + "write": false + } + ] } ], "gamesWiiU": [ @@ -86534,13 +86298,15 @@ ] }, { - "gameName": "Style Savvy: Styling Star", + "gameName": "Kirby: Planet Robobot", "gameID": [ - "00040000001C2500" + "0004000000189600", + "0004000000183600", + "0004000000189800" ], "amiiboUsage": [ { - "Usage": "Unlock an Animal Crossing pattern", + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", "write": false } ] @@ -86632,6 +86398,21 @@ } ] }, + { + "gameName": "Animal Crossing: New Leaf", + "gameID": [ + "0004000000086400", + "0004000000086300", + "0004000000198F00", + "0004000000198E00" + ], + "amiiboUsage": [ + { + "Usage": "Invite the character to give you an item or move to your town", + "write": false + } + ] + }, { "gameName": "Kirby: Planet Robobot", "gameID": [ @@ -91042,6 +90823,18 @@ } ] }, + { + "gameName": "Style Savvy: Styling Star", + "gameID": [ + "00040000001C2500" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a Splatoon pattern", + "write": false + } + ] + }, { "gameName": "WarioWare Gold", "gameID": [ @@ -91570,18 +91363,6 @@ } ] }, - { - "gameName": "Miitopia", - "gameID": [ - "01003DA010E8A000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a character-based costume", - "write": false - } - ] - }, { "gameName": "Splatoon 2", "gameID": [ @@ -91836,18 +91617,6 @@ "write": true } ] - }, - { - "gameName": "Super Smash Bros. Ultimate", - "gameID": [ - "01006A800016E000" - ], - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ] } ] }, @@ -92790,6 +92559,20 @@ } ] }, + { + "gameName": "Kirby: Planet Robobot", + "gameID": [ + "0004000000189600", + "0004000000183600", + "0004000000189800" + ], + "amiiboUsage": [ + { + "Usage": "Give Kirby a Copy ability based on the character's abilities and a health item", + "write": false + } + ] + }, { "gameName": "Miitopia", "gameID": [ @@ -93497,6 +93280,18 @@ } ] }, + { + "gameName": "Splatoon 2", + "gameID": [ + "01003BC0000A0000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock exclusive gear / Save favorite weapons, gear, and control settings / Take photos with the character or saved gear", + "write": true + } + ] + }, { "gameName": "Splatoon 3", "gameID": [ @@ -94282,6 +94077,18 @@ } ] }, + { + "gameName": "Mario Kart 8 Deluxe", + "gameID": [ + "0100152000022000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a Splatoon-themed racing suit", + "write": false + } + ] + }, { "gameName": "Splatoon 2", "gameID": [ @@ -97471,6 +97278,18 @@ "write": false } ] + }, + { + "gameName": "Mario Kart 8 Deluxe", + "gameID": [ + "0100152000022000" + ], + "amiiboUsage": [ + { + "Usage": "Unlock an Animal Crossing-themed Mii racing suit", + "write": false + } + ] } ] }, @@ -97634,6 +97453,20 @@ } ], "gamesWiiU": [ + { + "gameName": "Super Mario Maker", + "gameID": [ + "000500001018DD00", + "000500001018DC00", + "000500001018DB00" + ], + "amiiboUsage": [ + { + "Usage": "Unlock a character-based Mystery Mushroom costume", + "write": false + } + ] + }, { "gameName": "Super Smash Bros. for Wii U", "gameID": [ @@ -97783,6 +97616,20 @@ "write": false } ] + }, + { + "gameName": "Super Smash Bros. for Wii U", + "gameID": [ + "0005000010145000", + "0005000010144F00", + "0005000010110E00" + ], + "amiiboUsage": [ + { + "Usage": "Battle and train up a computer-controlled Figure Player of the character", + "write": true + } + ] } ], "gamesSwitch": [ @@ -97862,20 +97709,6 @@ "write": false } ] - }, - { - "gameName": "Super Smash Bros. for Wii U", - "gameID": [ - "0005000010145000", - "0005000010144F00", - "0005000010110E00" - ], - "amiiboUsage": [ - { - "Usage": "Battle and train up a computer-controlled Figure Player of the character", - "write": true - } - ] } ], "gamesSwitch": [ @@ -97924,20 +97757,6 @@ } ], "gamesWiiU": [ - { - "gameName": "Super Mario Maker", - "gameID": [ - "000500001018DD00", - "000500001018DC00", - "000500001018DB00" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a character-based Mystery Mushroom costume", - "write": false - } - ] - }, { "gameName": "Super Smash Bros. for Wii U", "gameID": [ @@ -100527,6 +100346,18 @@ } ] }, + { + "gameName": "Fire Emblem Warriors", + "gameID": [ + "0100F15003E64000" + ], + "amiiboUsage": [ + { + "Usage": "Receive a weapon", + "write": false + } + ] + }, { "gameName": "Fire Emblem Warriors: Three Hopes", "gameID": [ @@ -101249,18 +101080,6 @@ } ] }, - { - "gameName": "Fire Emblem Warriors", - "gameID": [ - "0100F15003E64000" - ], - "amiiboUsage": [ - { - "Usage": "Receive a weapon", - "write": false - } - ] - }, { "gameName": "Fire Emblem Warriors: Three Hopes", "gameID": [ @@ -101506,18 +101325,6 @@ } ] }, - { - "gameName": "Fire Emblem: Three Houses", - "gameID": [ - "010055D009F78000" - ], - "amiiboUsage": [ - { - "Usage": "Unlock a special piece of battle music / Receive higher-quality items and materials", - "write": false - } - ] - }, { "gameName": "Super Smash Bros. Ultimate", "gameID": [