pokeplatinum/include/pokedex_data_index.h
h2o-DS 6acead7f46 Identify Pokedex Source Code
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
2024-09-02 20:06:04 -04:00

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