Skip to content

Document spawn locations and fly/warp system#913

Merged
ravepossum merged 6 commits intopret:mainfrom
KalaayPT:spawn-table
Feb 11, 2026
Merged

Document spawn locations and fly/warp system#913
ravepossum merged 6 commits intopret:mainfrom
KalaayPT:spawn-table

Conversation

@KalaayPT
Copy link
Contributor

  • Renamed unk_0203A7D8.c/h to spawn_locations.c/h
  • Renamed related functions and documented struct fields/name for table entries

Copy link
Collaborator

@ravepossum ravepossum left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution! A couple thoughts on names and bits of polish.

} SpawnLocation;

static const UnkStruct_020E97B4 sSpawnLocations[] = {
static const SpawnLocation sSpawnLocations[] = {
Copy link
Collaborator

Choose a reason for hiding this comment

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

note: I don't know that this needs to be handled by this PR, but at some point for legibility we should format this table to use the struct member names and TRUE/FALSE for the values of boolean-esque members.

@ravepossum ravepossum self-assigned this Jan 30, 2026
@lhearachel
Copy link
Collaborator

Additional note: Platinum and Diamond refer to this as a "Black Out", not a "White Out".

@KalaayPT
Copy link
Contributor Author

resolved the discussed issues

@ravepossum ravepossum merged commit 28c4ecb into pret:main Feb 11, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants