-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #263 from h2o-DS/zukan_data.narc
Decompile zukan_data NARC
- Loading branch information
Showing
547 changed files
with
8,313 additions
and
22,249 deletions.
There are no files selected for viewing
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 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_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 |
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,17 @@ | ||
#ifndef POKEPLATINUM_Pokedex_HeightWeight_H | ||
#define POKEPLATINUM_Pokedex_HeightWeight_H | ||
|
||
#include "struct_decls/struct_02098700_decl.h" | ||
|
||
HeightWeightData *Pokedex_HeightWeightData(int heapID); | ||
void Pokedex_HeightWeightData_Free(HeightWeightData *HWData); | ||
void Pokedex_HeightWeightData_Load(HeightWeightData *HWData, int trainerIsGirl, int param2); | ||
void Pokedex_HeightWeightData_Release(HeightWeightData *HWData); | ||
int Pokedex_HeightWeightData_Height(const HeightWeightData *HWData, int dexNumber); | ||
int Pokedex_HeightWeightData_Weight(const HeightWeightData *HWData, int dexNumber); | ||
short Pokedex_HeightWeightData_TrainerPos(const HeightWeightData *HWData, int dexNumber); | ||
short Pokedex_HeightWeightData_PokemonPos(const HeightWeightData *HWData, int dexNumber); | ||
short Pokedex_HeightWeightData_TrainerScale(const HeightWeightData *HWData, int dexNumber); | ||
short Pokedex_HeightWeightData_PokemonScale(const HeightWeightData *HWData, int dexNumber); | ||
|
||
#endif // POKEPLATINUM_Pokedex_HeightWeight_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
This file was deleted.
Oops, something went wrong.
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 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 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 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 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.