Player State Docs#3280
Merged
garrettjoecox merged 8 commits intoHarbourMasters:developfrom Feb 16, 2024
Merged
Conversation
stratomaster64
approved these changes
Oct 13, 2023
Pepe20129
approved these changes
Jan 12, 2024
Contributor
Pepe20129
left a comment
There was a problem hiding this comment.
I didn't see anything wrong but someone else should also check it.
briaguya0
approved these changes
Feb 11, 2024
garrettjoecox
approved these changes
Feb 12, 2024
briaguya0
added a commit
to briaguya0/Shipwright
that referenced
this pull request
Feb 9, 2025
in HarbourMasters#3280 both `0x00400000` and `0x04000000` were replaced with `PLAYER_STATE1_SHIELDING`. `0x00400000` is `PLAYER_STATE1_SHIELDING`, but `0x04000000` is `PLAYER_STATE1_DAMAGED` this fixes the spots in `z_en_torch2` where we had `PLAYER_STATE1_SHIELDING` where it should have been `PLAYER_STATE1_DAMAGED`
This was referenced Feb 9, 2025
Archez
pushed a commit
that referenced
this pull request
Feb 9, 2025
in #3280 both `0x00400000` and `0x04000000` were replaced with `PLAYER_STATE1_SHIELDING`. `0x00400000` is `PLAYER_STATE1_SHIELDING`, but `0x04000000` is `PLAYER_STATE1_DAMAGED` this fixes the spots in `z_en_torch2` where we had `PLAYER_STATE1_SHIELDING` where it should have been `PLAYER_STATE1_DAMAGED`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uses the state flag macros where they weren't being used already.
May need double checking 😅
Build Artifacts