Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CREDITS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ other parts of the project, feel free to add yourself to this file!
- Chritchy
- happylappy
- Chesyon
- Xaklor
- The rest of the contributors to Project Pokémon's technical documentation
for the NDS Mystery Dungeon games, which can be found here:
https://projectpokemon.org/home/docs/mystery-dungeon-nds/
Expand Down
1 change: 1 addition & 0 deletions headers/data/overlay10.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ extern fx32_8 MATCHUP_SUPER_EFFECTIVE_MULTIPLIER_ERRATIC_PLAYER;
extern int16_t SET_REFLECT_STATUS_TURN_RANGE[2];
extern fx32_8 MATCHUP_IMMUNE_MULTIPLIER;
extern int16_t GASTRO_ACID_TURN_RANGE[2];
extern int16_t HEAL_BLOCK_TURN_RANGE[2];
extern int16_t SPORT_CONDITION_TURN_RANGE[2];
extern int16_t SURE_SHOT_TURN_RANGE[2];
extern int DETECT_BAND_MOVE_ACCURACY_DROP;
Expand Down
13 changes: 13 additions & 0 deletions symbols/overlay10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1919,6 +1919,19 @@ overlay10:
description: |-
The turn range for the Gastro Acid status, [4, 10).

type: int16_t[2]
- name: HEAL_BLOCK_TURN_RANGE
address:
Comment thread
Xaklor marked this conversation as resolved.
EU: 0x22C50CC
NA: 0x22C4774
JP: 0x22C5E5C
length:
EU: 0x4
NA: 0x4
JP: 0x4
description: |-
The turn range for the Heal Block status, [4, 10).

type: int16_t[2]
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this was part of the description of the preceding symbol, so let's preserve that

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay I think I got everything, sorry about the mess

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah looks good. Don't worry, that's the point of review!

- name: SPORT_CONDITION_TURN_RANGE
address:
Expand Down
Loading