Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fill language addresses #275

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions symbols/overlay29.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6793,6 +6793,8 @@ overlay29:
- name: PositionIsOnHiddenStairs
address:
EU: 0x23392D8
NA: 0x2338708
JP: 0x2339ACC
description: |-
Checks if this location is on top of the hidden stairs.

Expand All @@ -6812,13 +6814,17 @@ overlay29:
- name: GetHiddenStairsField
address:
EU: 0x2339420
NA: 0x2338850
JP: 0x2339C14
description: |-
Gets the hidden_stairs_type variable from dungeon::dungeon_generation_info.

return: enum hidden_stairs_type
- name: SetHiddenStairsField
address:
EU: 0x2339438
NA: 0x2338868
JP: 0x2339C2C
description: |-
Sets the hidden_stairs_type variable from dungeon::dungeon_generation_info to a certain value.

Expand All @@ -6835,6 +6841,8 @@ overlay29:
- name: SetHiddenFloorField
address:
EU: 0x2339468
NA: 0x2338898
JP: 0x2339C5C
description: |-
Sets the hidden_floor_type variable from dungeon::dungeon_generation_info to a certain value.

Expand Down
Loading