Chatter (move): Difference between revisions

the difference between a move being programmed into SV, but cannot be used, such as V-Create, is that if say rayquaza with v-create were released, the move would work just fine+animations+effects. However moves that have a description programmed, but are unselectable, means just that, even hacked in, such a move cannot be selected. check data dumps like this for guidance https://docs.google.com/spreadsheets/d/12ThXFJ7Rdzgdj_dKvJyTP-H97vT9UisL/
(the difference between a move being programmed into SV, but cannot be used, such as V-Create, is that if say rayquaza with v-create were released, the move would work just fine+animations+effects. However moves that have a description programmed, but are unselectable, means just that, even hacked in, such a move cannot be selected. check data dumps like this for guidance https://docs.google.com/spreadsheets/d/12ThXFJ7Rdzgdj_dKvJyTP-H97vT9UisL/)
Tag: Undo
 
(21 intermediate revisions by 13 users not shown)
Line 44: Line 44:
===In battle===
===In battle===
{{MoveResearch|Confusion chance in Battle Revolution (IV only), What if you record another Pokémon's Cry?}}
{{MoveResearch|Confusion chance in Battle Revolution (IV only), What if you record another Pokémon's Cry?}}
Chatter inflicts damage and can {{status|Confusion|confuse}} the target.
In Generations IV and V, the player can record audio on this move by using it as a [[field move]], which affects its chance of inflicting confusion. If Chatter has recorded audio (via its [[field move]] functionality), that audio will play for the move's sound effect instead of Chatot's regular cry.
Chatter is a [[sound-based move]].
Chatter can hit non-adjacent opponents in [[Triple Battle]]s.
====Generation IV====
====Generation IV====
Chatter inflicts damage and may {{status|Confusion|confuse}} the target. Pokémon with the [[Ability]] {{a|Soundproof}} are not affected by this move. If the move has recorded audio from its [[field move]] functionality, that audio will play for the move's sound effect instead of Chatot's regular cry.
If Chatter has no audio data, the chance of confusion is 1%. If it has recorded audio, its chance of inflicting confusion is 1%, 11% or 31% ([[#Calculation|depending on the recording]]).


If Chatter has no audio data (as is the case for wild and NPC-owned Chatot), the chance of confusion is 1%. Otherwise, the chance of confusing the foe is determined by the volume of the recording.
The odds of confusion are not affected by {{a|Serene Grace}}, but are affected by {{a|Shield Dust}}.


====Generation V====
If Chatter has no audio data, the chance of confusion is now 0%. If it has recorded audio, its chance of inflicting confusion is 0% or 10% ([[#Calculation|depending on the recording]]).
The confusion odds are affected by {{a|Shield Dust}}, {{a|Serene Grace}}, {{a|Sheer Force}}, and the combined effect of {{m|Water Pledge}} and {{m|Fire Pledge}}.
====Generation VI to VIII====
Chatter's power was changed from 60 to 65.
Chatter deals damage and now always confuses the target.
Chatter can no longer be used outside of battle to record sound. Despite the removal of its field move functionality, Chatter still cannot be copied by {{m|Sketch}}; however, it can be copied by {{m|Mirror Move}}.
====Generation IX====
Chatter cannot be selected in a battle.
===Outside of battle===
In Generations IV and V, Chatter can be used as a [[field move]] to record audio using the [[Nintendo DS]]'s microphone. This audio will then play as Chatot's cry, as well as when Chatot uses Chatter. Audio recorded for Chatter gets distorted, possibly as a failsafe to prevent inappropriate language from being played back.
If Chatot is deposited in the [[PC]], the recorded audio is reset to Chatot's default cry.
==Calculation==
In Generation IV and V, the chance of inflicting {{status|confusion}} depends on the volume of the recording.
===Generation IV===
Generally, the higher the volume of the recording is, the higher the chance of confusion. The recording is stored as a 1000-byte structure within the game as a 4-bit PCM ({{wp|pulse-code modulation}}) recording. When a sound is recorded, 1984 8-bit {{wp|Sampling (signal processing)|samples}} of microphone input are taken at roughly 2000 samples per second. 16 zero bytes are appended onto the end of this recording to create a 2000 byte 8-bit PCM recording, which is then downsized to a 4-bit PCM recording via a translation table:
Generally, the higher the volume of the recording is, the higher the chance of confusion. The recording is stored as a 1000-byte structure within the game as a 4-bit PCM ({{wp|pulse-code modulation}}) recording. When a sound is recorded, 1984 8-bit {{wp|Sampling (signal processing)|samples}} of microphone input are taken at roughly 2000 samples per second. 16 zero bytes are appended onto the end of this recording to create a 2000 byte 8-bit PCM recording, which is then downsized to a 4-bit PCM recording via a translation table:


{| class="roundy" style="background:#{{flying color}}; border:3px solid #{{flying color dark}}"
{| class="roundtable" style="background:#{{flying color}}; border:3px solid #{{flying color dark}}"
! style="background:#{{flying color light}}; {{roundytl|5px}}" | 8-bit
! style="background:#{{flying color light}}" | 8-bit
| style="background:#fff" | -128
| -128
| style="background:#fff" | -127 - -112
| -127 to -112
| style="background:#fff" | -111 - -96
| -111 to -96
| style="background:#fff" | -95 - -80
| -95 to -80
| style="background:#fff" | -79 - -64
| -79 to -64
| style="background:#fff" | -63 - -48
| -63 to -48
| style="background:#fff" | -47 - -32
| -47 to -32
| style="background:#fff" | -31 - -16
| -31 to -16
| style="background:#fff" | -15 - 15
| -15 to 15
| style="background:#fff" | 16 - 31
| 16 to 31
| style="background:#fff" | 32 - 47
| 32 to 47
| style="background:#fff" | 48 - 63
| 48 to 63
| style="background:#fff" | 64 - 79
| 64 to 79
| style="background:#fff" | 80 - 95
| 80 to 95
| style="background:#fff" | 96 - 111
| 96 to 111
| style="background:#fff; {{roundytr|5px}}" | 112 - 127
| 112 to 127
|-
|-
! style="background:#{{flying color light}}; {{roundybl|5px}}" | 4-bit
! style="background:#{{flying color light}}" | 4-bit
| style="background:#fff" | 0
| 0
| style="background:#fff" | 1
| 1
| style="background:#fff" | 2
| 2
| style="background:#fff" | 3
| 3
| style="background:#fff" | 4
| 4
| style="background:#fff" | 5
| 5
| style="background:#fff" | 6
| 6
| style="background:#fff" | 7
| 7
| style="background:#fff" | 8
| 8
| style="background:#fff" | 9
| 9
| style="background:#fff" | 10
| 10
| style="background:#fff" | 11
| 11
| style="background:#fff" | 12
| 12
| style="background:#fff" | 13
| 13
| style="background:#fff" | 14
| 14
| style="background:#fff; {{roundybr|5px}}" | 15
| 15
|}
|}


To pack two 4-bit samples into a byte, the first sample takes up the lower four bits and the second sample takes up the upper four bits. Now, depending on the value of the 16th byte in the 1000-byte 4-bit PCM recording (corresponding to the 31st and 32nd samples from the original), the chance of confusion is as follows:
To pack two 4-bit samples into a byte, the first sample takes up the lower four bits and the second sample takes up the upper four bits. Now, depending on the value of the 16th byte in the 1000-byte 4-bit PCM recording (corresponding to the 31st and 32nd samples from the original), the chance of confusion is as follows:


{| class="roundy" style="background:#{{flying color}}; border:3px solid #{{flying color dark}}"
{| class="roundtable" style="background:#{{flying color}}; border:3px solid #{{flying color dark}}"
! style="background:#{{flying color light}}; {{roundytl|5px}}" | Value
! style="background:#{{flying color light}}" | Value
! style="background:#{{flying color light}}" | Volume
! style="background:#{{flying color light}}" | Volume
! style="background:#{{flying color light}}; {{roundytr|5px}}" | Confusion odds
! style="background:#{{flying color light}}" | Confusion odds
|- style="background:#fff"
|-
| -31 or less || Medium || 11%
| -31 or less || Medium || 11%
|- style="background:#fff"
|-
| -30 to 29 || Low || 1%
| -30 to 29 || Low || 1%
|-
|-
| style="background:#fff; {{roundybl|5px}}" | 30 or more
| 30 or more
| style="background:#fff" | High
| High
| style="background:#fff; {{roundybr|5px}}" | 31%
| 31%
|}
|}


The volume level roughly corresponding to the specific values are given in the table. Note that since the sample is near the beginning of the recording, it is not necessary to maintain a high volume throughout the recording.
The volume level roughly corresponding to the specific values are given in the table. Note that since the sample is near the beginning of the recording, it is not necessary to maintain a high volume throughout the recording.
The odds of confusion are not affected by {{a|Serene Grace}}, but are affected by {{a|Shield Dust}}.


====Generation V====
====Generation V====
Chatter can hit non-adjacent opponents in [[Triple Battle]]s.
If Chatter has no audio data, the chance of confusion is 0%.
 
If Chatter has no audio data, the chance of confusion is now 0%.


Generation V games record 8000 8-bit samples at 8000 samples per second for its recordings, and convert every fourth sample taken from these, starting with the first sample, to the 1000-byte 4-bit PCM recording in the same manner as that of Generation IV. However, instead of one byte determining the confusion odds, the {{wp|exclusive or}} of three bytes, the 100th, 500th, and 700th bytes (corresponding to the 397th, 401st, 1997th, 2001st, 2797th and 2801st samples of the original recording), are taken. The odds of confusion are calculated as follows:
Generation V games record 8000 8-bit samples at 8000 samples per second for its recordings, and convert every fourth sample taken from these, starting with the first sample, to the 1000-byte 4-bit PCM recording in the same manner as that of Generation IV. However, instead of one byte determining the confusion odds, the {{wp|exclusive or}} of three bytes, the 100th, 500th, and 700th bytes (corresponding to the 397th, 401st, 1997th, 2001st, 2797th and 2801st samples of the original recording), are taken. The odds of confusion are calculated as follows:


{| class="roundy" style="background:#{{flying color}}; border:3px solid #{{flying color dark}}"
{| class="roundtable" style="background:#{{flying color}}; border:3px solid #{{flying color dark}}"
! style="background:#{{flying color light}}; {{roundytl|5px}}" | Value
! style="background:#{{flying color light}}" | Value
! style="background:#{{flying color light}}" | Volume
! style="background:#{{flying color light}}" | Volume
! style="background:#{{flying color light}}; {{roundytr|5px}}" | Confusion odds
! style="background:#{{flying color light}}" | Confusion odds
|- style="background:#fff"
|-
| 99 or less || Medium || 10%
| 99 or less || Medium || 10%
|- style="background:#fff"
|-
| 100 to 149 || Low || 0%
| 100 to 149 || Low || 0%
|-
|-
| style="background:#fff; {{roundybl|5px}}" | 150 or more
| 150 or more
| style="background:#fff" | High
| High
| style="background:#fff; {{roundybr|5px}}" | 10%
| 10%
|}
|}


Thus, it is necessary to maintain medium or high volume in roughly the first quarter-second for the maximum odds of confusion. The confusion odds are affected by {{a|Shield Dust}}, {{a|Serene Grace}}, {{a|Sheer Force}}, and the combined effect of {{m|Water Pledge}} and {{m|Fire Pledge}}.
Thus, it is necessary to maintain medium or high volume in roughly the first quarter-second for the maximum odds of confusion.
 
====Generation VI and VII====
Chatter's power was changed from 60 to 65.
 
Chatter can no longer be used outside of battle to record sound; it will now always confuse the target. Despite the removal of its field move functionality, Chatter still cannot be copied by {{m|Sketch}}; however, it can be copied by {{m|Mirror Move}}.
 
Chatter will become a {{type|Water}} move when used by a Pokémon with the Ability {{a|Liquid Voice}}. If the user is affected by {{m|Throat Chop}}, it will be unable to use this move for two turns.
 
===Outside of battle===
In Generations IV and V, Chatter can be used as a [[field move]] to record audio using the [[Nintendo DS]]'s microphone. This audio will then play as Chatot's cry, as well as when Chatot uses Chatter. Audio recorded for Chatter gets distorted, possibly as a failsafe to prevent inappropriate language from being played back.
 
If Chatot is deposited in the [[PC]], the recorded audio is reset to Chatot's default cry.


==Description==
==Description==
Line 151: Line 167:
{{movedescentry|{{gameabbrev6|XY}}|The user attacks using a sound wave based on words it has learned. This confuses the target.}}
{{movedescentry|{{gameabbrev6|XY}}|The user attacks using a sound wave based on words it has learned. This confuses the target.}}
{{movedescentry|{{gameabbrev6|ORAS}}<br>{{gameabbrev7|SMUSUM}}<br>{{gameabbrev8|SwShBDSPLA}}|The user attacks the target with sound waves of deafening chatter. This confuses the target.}}
{{movedescentry|{{gameabbrev6|ORAS}}<br>{{gameabbrev7|SMUSUM}}<br>{{gameabbrev8|SwShBDSPLA}}|The user attacks the target with sound waves of deafening chatter. This confuses the target.}}
{{movedescentry|{{gameabbrev9|SV}}|The user attacks the target with sound waves of deafening chatter. This also confuses the target.}}
|}
|}
|}{{left clear}}
|}{{left clear}}
Line 156: Line 173:
==Learnset==
==Learnset==
===By [[Level|leveling up]]===
===By [[Level|leveling up]]===
{{Movehead/Level|Flying|4}}
{{Movehead/Games|Flying|g1=none|g2=none|g3=none|g7=1|g7g={{gameabbrev7|SMUSUM}}|g8=1|g8g={{gameabbrev8|BDSP}}|g9=none}}
{{Moveentry/6|441|Chatot|type=Normal|type2=Flying|1|Flying|Flying|21|21|1, 21|1, 21|1, 21{{sup/8|BDSP}}|STAB='''}}
{{Moveentry/5|0441|Chatot|type=Normal|type2=Flying|1|Flying|Flying|21|21|1, 21|1, 21|1, 21|STAB='''}}
{{Movefoot|Flying|6}}
{{Movefoot|Flying|5}}


==In other games==
==In other games==
==={{g|Mystery Dungeon series}}===
==={{g|Mystery Dungeon series}}===
In [[Pokémon Mystery Dungeon: Explorers of Time and Explorers of Darkness|Explorers of Time, Darkness]] and [[Pokémon Mystery Dungeon: Explorers of Sky|Sky]], Chatter is a move with 10 base power, 12PP and 77.44% accuracy. The user attacks all adjacent enemies, possibly inflicting confusion on them. This move is affected by {{DL|Status condition (Mystery Dungeon)|Muzzled}} status condition. Being a sound-based move, it is blocked by {{a|Soundproof}}.
Chatter deals damage and may leave the target {{DL|Status condition (Mystery Dungeon)|confusion|confused}}. From {{pkmn|Super Mystery Dungeon}}, it always inflicts confusion on the targets it hits. Chatter is affected by the {{DL|Status condition (Mystery Dungeon)|Muzzled}} status condition. Being a sound-based move, it is blocked by {{a|Soundproof}}.


In {{pkmn|Super Mystery Dungeon}}, it always inflicts confusion on the targets it hits.
{{Template:MDMoveheader|type=flying}}
{{Template:MDMoveRow|game=TDS|pow=10|pp=12|acc=77.44%|range=1 tile around user|target=Enemy|cuts=Yes}}
{{Template:MDMoveRow|game=BSL|pow=10|pp=12|acc=77.44%|range=1 tile around user|target=Enemy|cuts=Yes}}
{{Template:MDMoveRow|game=SMD|pow=4|powmax=50|pp=20|ppmax=40|acc=80%|accmax=98%|range=Front|target=Enemy|cuts=Yes}}
{{Template:MDMovefoot|type=flying|TDS=yes|BSL=yes|SMD=yes|RTDX=yes}}


===Description===
===Description===
Line 177: Line 198:
==In the manga==
==In the manga==
===Pokémon Adventures===
===Pokémon Adventures===
{{movemanga|type=flying|exp=yes|gen=The user attacks using a sound wave based on words it has learned. It may also confuse the foe.|image1=Chatler Rayler Chatter Discharge.png|image1p=Chatot}}
{{movemanga|type=flying|exp=yes|gen=The user attacks the target with sound waves of deafening chatter. This also confuses the target.|image1=Chatler Rayler Chatter Discharge.png|image1p=Chatot}}
{{movep|type=flying|ms=441|pkmn=Chatot|method=Chatot angrily babbles at the opponent, causing it to become confused or hold its ears in pain, or Chatot opens its mouth and releases a loud sound from its beak, causing the opponent to hold its ears in pain.}}
{{movep|type=flying|ms=441|pkmn=Chatot|method=Chatot angrily babbles at the opponent, causing it to become confused or hold its ears in pain, or Chatot opens its mouth and releases a loud sound from its beak, causing the opponent to hold its ears in pain.}}
{{movebtmManga|type=flying|user=Chatler|user1=Pearl's Chatler|startcode=PS357|startname=Magnificent Meditite & Really Riolu II|notes=Debut}}
{{movebtmManga|type=flying|user=Chatler|user1=Pearl's Chatler|startcode=PS357|startname=Magnificent Meditite & Really Riolu II|notes=Debut}}
Line 206: Line 227:


==Trivia==
==Trivia==
* Prior to [[Generation VIII]], Chatter was one of only three moves in the [[core series]] that could not be {{m|Sketch}}ed. This is presumably because, as a field move, if Chatter is used by a Pokémon other than {{p|Chatot}}, that Pokémon's cry will not be temporarily changed to the recorded version even if audio is recorded. This is because recording audio via Chatter is programmed to switch Chatter's user to its alternative cry, and only Chatot is programmed to have its alternative cry read from the audio data. Despite all of this, Chatter still cannot be Sketched even in [[Generation VI|Generations VI]] and {{gen|VII}}, where vocals can no longer be recorded.
* Chatter is one of only a few moves in the [[core series]] that can not be {{m|Sketch}}ed. This is presumably because, as a field move, if Chatter is used by a Pokémon other than {{p|Chatot}}, that Pokémon's cry will not be temporarily changed to the recorded version even if audio is recorded. This is because recording audio via Chatter is programmed to switch Chatter's user to its alternative cry, and only Chatot is programmed to have its alternative cry read from the audio data. Despite all of this, Chatter still cannot be Sketched even in [[Generation VI|Generations VI]], {{gen|VII}} and {{gen|VIII}}, where vocals can no longer be recorded.
** As a consequence, Chatter is the only move other than Sketch that is purely exclusive to exactly one species of Pokémon (or a Pokémon [[transform]]ed into that species).
* Prior to the discontinuation of Nintendo Wi-Fi Connection, Chatot was banned from the Pokémon [[Global Battle Union]], presumably because of Chatter being abused to record vulgar words and phrases. This abuse is also presumably the reason for the ability to record audio for the move being removed starting with Generation VI.
* Prior to the discontinuation of Nintendo Wi-Fi Connection, Chatot was banned from the Pokémon [[Global Battle Union]], presumably because of Chatter being abused to record vulgar words and phrases. This abuse is also presumably the reason for the ability to record audio for the move being removed starting with Generation VI.
** In {{g|X and Y}}, Chatter's description mentions the field move functionality, despite the fact Chatter could no longer be used for recording sound. This was rectified starting in {{g|Omega Ruby and Alpha Sapphire}}.
** In {{g|X and Y}}, Chatter's description mentions the field move functionality, despite the fact Chatter could no longer be used for recording sound. This was rectified starting in {{g|Omega Ruby and Alpha Sapphire}}.
* Chatter is the only {{type|Flying}} {{cat|Sound-based moves|sound-based move}}.
* Chatter is the only {{type|Flying}} [[sound-based move]].
* Chatter is the only non-[[HM]] [[field move]] in the original {{g|Diamond and Pearl}} to not be a field move in {{g|Brilliant Diamond and Shining Pearl}}.
* Chatter is the only non-[[HM]] [[field move]] in the original {{g|Diamond and Pearl}} to not be a field move in {{g|Brilliant Diamond and Shining Pearl}}.


==In other languages==
==In other languages==
{{Langtable|color={{flying color}}|bordercolor={{flying color light}}
{{Langtable|color={{flying color}}|bordercolor={{flying color light}}
|zh_yue=喋喋不休‎ ''{{tt|Dihpdihpbātyāu|Chatter}}''
|zh_yue=喋喋不休 ''{{tt|Dihpdihpbātyāu|Chatter}}''
|zh_cmn=喋喋不休‎ ''{{tt|Diédiébùxiū|Chatter}}''
|zh_cmn=喋喋不休 ''{{tt|Diédiébùxiū|Chatter}}''
|nl=Kwetter
|nl=Kwetter
|fr=Babil
|fr=Babil
Line 223: Line 243:
|it=Schiamazzo
|it=Schiamazzo
|ko=수다 ''Suda''
|ko=수다 ''Suda''
|pt_br=Tagarelar
|es=Cháchara
|es=Cháchara
|vi=Nhiều Chuyện
|vi=Nhiều Chuyện
Line 233: Line 254:
[[Category:Moves that require use of mouth]]
[[Category:Moves that require use of mouth]]
[[Category:Moves unusable in Pokémon Sword and Shield]]
[[Category:Moves unusable in Pokémon Sword and Shield]]
[[Category:Moves unusable in Pokémon Scarlet and Violet]]


[[de:Geschwätz]]
[[de:Geschwätz]]
5,625

edits