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

continuing documentation and cleanup of map_object #343

Merged
merged 10 commits into from
Nov 11, 2024

Conversation

red031000
Copy link
Member

No description provided.

@red031000 red031000 marked this pull request as ready for review November 9, 2024 18:50
@red031000
Copy link
Member Author

ready for review

@@ -287,7 +374,7 @@ void sub_0205E580(MapObjectManager *manager) {
LocalMapObject *objects = MapObjectManager_GetObjects(manager);

do {
if (MapObject_IsInUse(objects) == TRUE && MapObject_GetID(objects) == 0xFF) { // todo: const (is this invalid ID? or just max?)
if (MapObject_CheckActive(objects) == TRUE && MapObject_GetID(objects) == 0xFF) { // todo: const (is this invalid ID? or just max?)
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is probably obj_player

Copy link
Member Author

Choose a reason for hiding this comment

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

possible, however I would rather have either an existing header for consts, or if there's a new one needed, valued for the other consts
also I'm not 100% sure about it, and I would like to be

Copy link
Collaborator

@tgsm tgsm left a comment

Choose a reason for hiding this comment

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

I have no major complaints - thanks 👍

@adrienntindall adrienntindall merged commit f22f237 into pret:master Nov 11, 2024
1 check passed
github-actions bot pushed a commit that referenced this pull request Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants