mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-28 03:34:22 -05:00
More review comments
This commit is contained in:
@@ -22,8 +22,8 @@ extern bool8 *gFriendAreas;
|
||||
|
||||
bool8 *GetBoughtFriendAreas(void);
|
||||
const u8 *GetFriendAreaDescription(u8 index);
|
||||
const u8 *GetFriendAreaName(u8);
|
||||
s32 GetFriendAreaPrice(u8);
|
||||
const u8 *GetFriendAreaName(u8 index);
|
||||
s32 GetFriendAreaPrice(u8 index);
|
||||
bool8 GetFriendAreaStatus(u8);
|
||||
u8 GetFriendAreaUnlockCondition(u8);
|
||||
bool8 HasAllFriendAreas(void);
|
||||
@@ -33,7 +33,7 @@ u32 ReadSavedFriendAreas(u8 *, s32);
|
||||
u32 SaveFriendAreas(u8 *, u32);
|
||||
void UnlockFriendArea(u8);
|
||||
|
||||
u8 sub_80923D4(s32);
|
||||
u8 sub_80923D4(s32 target);
|
||||
void sub_8092404(u8, u16 *, bool8, bool8);
|
||||
void sub_809249C(u8, bool8);
|
||||
void sub_8092558(u8 *, u8);
|
||||
|
||||
@@ -21,7 +21,7 @@ typedef struct MoveDataFile
|
||||
MoveLearnset *moveLearnsets;
|
||||
} MoveDataFile;
|
||||
|
||||
bool8 CanBeSnatched(u16);
|
||||
bool8 CanBeSnatched(u16 moveID);
|
||||
void CopyAndResetMoves(Move *, Move *);
|
||||
void CopyBareMoveData(Move *, Move *);
|
||||
bool8 DoesMoveCharge(u16);
|
||||
|
||||
Reference in New Issue
Block a user