-
Notifications
You must be signed in to change notification settings - Fork 26
Heal block duration symbols #378
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
Changes from all commits
b17cda6
1588cd8
d822d44
dc3cb03
b55b0a9
96d8b51
e61e101
d6faac6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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: | ||
| 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] | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. okay I think I got everything, sorry about the mess
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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: | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.