Skip to content

Commit

Permalink
;
Browse files Browse the repository at this point in the history
  • Loading branch information
assidion2 committed Sep 2, 2024
1 parent ceeaee6 commit 13ccebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion headers/functions/overlay29.h
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ bool IsSecretRoom(void);
bool IsSecretFloor(void);
enum hidden_stairs_type GetCurrentHiddenStairsType(void);
bool HiddenStairsPresent(void);
bool PositionIsOnHiddenStairs(struct position* position)
bool PositionIsOnHiddenStairs(struct position* position);
void HiddenStairsTrigger(bool show_message);
enum hidden_stairs_type GetHiddenStairsType(void);
void SetHiddenStairsType(enum hidden_stairs_type);
Expand Down

0 comments on commit 13ccebe

Please sign in to comment.