mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-02 07:36:21 -05:00
Renamed unk_02098988 to pokedex_data_index Renamed unk_02098700 to pokedex_heightweight Made variable names within more identifiable Changed make_pokedex_data.py to accommodate additional types and body shapes
10 lines
279 B
C
10 lines
279 B
C
#ifndef POKEPLATINUM_POKEDEX_DATA_INDEX_H
|
|
#define POKEPLATINUM_POKEDEX_DATA_INDEX_H
|
|
|
|
void Pokedex_SetupGiratina(u32 param0);
|
|
u32 Pokedex_Data_NARC_Index(void);
|
|
u32 Weight_Message_Bank_Index(void);
|
|
u32 Height_Message_Bank_Index(void);
|
|
|
|
#endif // POKEPLATINUM_POKEDEX_DATA_INDEX_H
|