mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 00:12:16 +02:00
Unown does not learn any TMs
This commit is contained in:
parent
ba07a79398
commit
a19c093d16
@ -29550,7 +29550,6 @@ export const tmSpecies: TmSpecies = {
|
||||
Species.MURKROW,
|
||||
Species.SLOWKING,
|
||||
Species.MISDREAVUS,
|
||||
Species.UNOWN,
|
||||
Species.GIRAFARIG,
|
||||
Species.PINECO,
|
||||
Species.FORRETRESS,
|
||||
@ -62206,7 +62205,6 @@ export const tmSpecies: TmSpecies = {
|
||||
Species.MURKROW,
|
||||
Species.SLOWKING,
|
||||
Species.MISDREAVUS,
|
||||
Species.UNOWN,
|
||||
Species.GIRAFARIG,
|
||||
Species.PINECO,
|
||||
Species.FORRETRESS,
|
||||
|
Loading…
Reference in New Issue
Block a user