Skip to content

Commit

Permalink
Fill language addresses (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousRandomPerson authored Sep 4, 2024
1 parent a326c83 commit c74feac
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit c74feac

Please sign in to comment.