Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoGiordano committed Jan 9, 2017
1 parent 0ed2f25 commit b07b77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/graphic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ void printElementBlend(u8* pkmn, u16 n, int x, int y) {

void infoViewer(u8* pkmn, int game) {
int y_desc = 29;
char* entries[] = {"Nickname:", "OT:", "Pokerus:", "Nature", "Ability:", "Item:", "PSV / ESV:", "TID / SID:", "HT/OT Fr.ship:", "Hidden Power:"};
char* entries[] = {"Nickname:", "OT:", "Pokerus:", "Nature", "Ability:", "Item:", "ESV / TSV:", "TID / SID:", "HT/OT Fr.ship:", "Hidden Power:"};
char* values[] = {"HP", "Attack", "Defence", "Sp. Atk", "Sp. Def", "Speed"};

printAnimatedBG(true);
Expand Down

0 comments on commit b07b77c

Please sign in to comment.