Skip to content

Commit

Permalink
More review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kermalis committed Sep 9, 2023
1 parent 00a0876 commit 85d6596
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions include/friend_area.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion include/moves.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 85d6596

Please sign in to comment.