-
Notifications
You must be signed in to change notification settings - Fork 5
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 #1 from citrusbolt/pr_lib
Document most of `gflib` and `libpmagb`
- Loading branch information
Showing
27 changed files
with
865 additions
and
780 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
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#ifndef PMAGB_BERRY_H | ||
#define PMAGB_BERRY_H | ||
|
||
u32 GetEnigmaBerryChecksum(struct EnigmaBerry * enigmaBerry); | ||
u32 UNUSED GetEnigmaBerryChecksum(struct EnigmaBerry * enigmaBerry); | ||
bool32 IsEnigmaBerryValid(void); | ||
const struct Berry *GetBerryInfo(u8 berry); | ||
const u8 *ItemId_GetName(u16 itemId); | ||
void CopyItemName(u32 itemId, u8 *string, const u8 * berry_str); | ||
void CopyItemName(u32 itemId, u8 *string, const u8 * berryString); | ||
|
||
#endif //PMAGB_BERRY_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 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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#ifndef GUARD_ROM_INFO_H | ||
#define GUARD_ROM_INFO_H | ||
|
||
extern struct RomInfo gAgbPmRomParams_AXVE_rev0; | ||
extern struct RomInfo gAgbPmRomParams_AXVE_rev2; | ||
extern struct RomInfo gAgbPmRomParams_AXPE_rev0; | ||
extern struct RomInfo gAgbPmRomParams_AXPE_rev2; | ||
extern struct GFRomHeader gAgbPmRomParams_AXVE_rev0; | ||
extern struct GFRomHeader gAgbPmRomParams_AXVE_rev2; | ||
extern struct GFRomHeader gAgbPmRomParams_AXPE_rev0; | ||
extern struct GFRomHeader gAgbPmRomParams_AXPE_rev2; | ||
|
||
#endif // GUARD_ROM_INFO_H |
Oops, something went wrong.