Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
assidion2 committed Sep 2, 2024
1 parent 13ccebe commit 325874c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions headers/functions/overlay29.h
Original file line number Diff line number Diff line change
Expand Up @@ -697,10 +697,10 @@ enum hidden_stairs_type GetCurrentHiddenStairsType(void);
bool HiddenStairsPresent(void);
bool PositionIsOnHiddenStairs(struct position* position);
void HiddenStairsTrigger(bool show_message);
enum hidden_stairs_type GetHiddenStairsType(void);
void SetHiddenStairsType(enum hidden_stairs_type);
enum hidden_stairs_type GetHiddenFloorType(void);
void SetHiddenFloorType(enum hidden_stairs_type);
enum hidden_stairs_type GetHiddenStairsField(void);
void SetHiddenStairsField(enum hidden_stairs_type);
enum hidden_stairs_type GetHiddenFloorField(void);
void SetHiddenFloorField(enum hidden_stairs_type);
struct minimap_display_data* GetMinimapData(void);
void DrawMinimapTile(int x, int y);
void UpdateMinimap(void);
Expand Down
16 changes: 8 additions & 8 deletions symbols/overlay29.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6809,34 +6809,34 @@ overlay29:
If the stairs hadn't been revealed yet, plays the corresponding animation.
r0: True to display a message if the stairs are revealed, false to omit it.
- name: GetHiddenStairsType
- name: GetHiddenStairsField
address:
EU: 0x2339420
description: |-
Gets the hidden_stairs_type variable from dungeon::gen_info.
Gets the hidden_stairs_type variable from dungeon::dungeon_generation_info.
return: hidden_stairs_type
- name: SetHiddenStairsType
- name: SetHiddenStairsField
address:
EU: 0x2339438
description: |-
Sets the hidden_stairs_type variable from dungeon::gen_info to a certain value.
Sets the hidden_stairs_type variable from dungeon::dungeon_generation_info to a certain value.
r0: New value
- name: GetHiddenFloorType
- name: GetHiddenFloorField
address:
EU: 0x2339450
NA: 0x2338880
JP: 0x2339C44
description: |-
Gets the hidden_floor_type variable from dungeon::gen_info.
Gets the hidden_floor_type variable from dungeon::dungeon_generation_info.
return: hidden_stairs_type
- name: SetHiddenFloorType
- name: SetHiddenFloorField
address:
EU: 0x2339468
description: |-
Sets the hidden_floor_type variable from dungeon::gen_info to a certain value.
Sets the hidden_floor_type variable from dungeon::dungeon_generation_info to a certain value.
r0: New value
- name: GetMinimapData
Expand Down

0 comments on commit 325874c

Please sign in to comment.