-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unk_020986CC -> pokedex_language ov21_021D5600 -> pokedex_text
- Loading branch information
Showing
16 changed files
with
1,501 additions
and
246 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#ifndef POKEPLATINUM_POKEDEX_TEXT_H | ||
#define POKEPLATINUM_POKEDEX_TEXT_H | ||
|
||
#include "strbuf.h" | ||
|
||
void PokedexText_Free(Strbuf *strbuf); | ||
int PokedexText_ForeignLanguage(int languageIndex); | ||
Strbuf *PokedexText_NameNumber(int species, int language, int heapID); | ||
Strbuf *PokedexText_Category(int species, int language, int heapID); | ||
Strbuf *PokedexText_DexEntry(int species, int language, int entryOffset, int heapID); | ||
|
||
#endif // POKEPLATINUM_POKEDEX_TEXT_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#ifndef POKEPLATINUM_POKEDEX_LANGUAGE_H | ||
#define POKEPLATINUM_POKEDEX_LANGUAGE_H | ||
|
||
#define NUM_LANGUAGES 6 | ||
|
||
int PokedexLanguage_LanguageToIndex(int language); | ||
int PokedexLanguage_IndexToLanguage(int languageIndex); | ||
|
||
#endif // POKEPLATINUM_POKEDEX_LANGUAGE_H |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.