mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-08-02 09:52:14 -05:00
Add additional Pokemon text references
This commit is contained in:
parent
30018fd9ed
commit
289b47ce0f
|
|
@ -23,6 +23,10 @@ public enum TextName
|
|||
SuperTrainerNames,
|
||||
BattleRoyalNames,
|
||||
BattleTreeNames,
|
||||
|
||||
SpeciesClassifications,
|
||||
PokedexEntry1,
|
||||
PokedexEntry2
|
||||
}
|
||||
public class TextReference
|
||||
{
|
||||
|
|
@ -104,7 +108,10 @@ private TextReference(int index, TextName name)
|
|||
new TextReference(107, TextName.Types),
|
||||
new TextReference(112, TextName.MoveFlavor),
|
||||
new TextReference(113, TextName.MoveNames),
|
||||
new TextReference(114, TextName.Forms)
|
||||
new TextReference(114, TextName.Forms),
|
||||
new TextReference(116, TextName.SpeciesClassifications),
|
||||
new TextReference(119, TextName.PokedexEntry1),
|
||||
new TextReference(120, TextName.PokedexEntry2)
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user