Skip to content

docs: update water colors documentation#5334

Merged
rr- merged 1 commit intoLostArtefacts:developfrom
rr-:water-colors-docs
Apr 7, 2026
Merged

docs: update water colors documentation#5334
rr- merged 1 commit intoLostArtefacts:developfrom
rr-:water-colors-docs

Conversation

@rr-
Copy link
Copy Markdown
Collaborator

@rr- rr- commented Apr 6, 2026

Checklist

  • I have read the coding conventions
  • I have added a changelog entry about what my pull request accomplishes, or it is an internal change
  • I have added a readme entry about my new feature or OG bug fix, or it is a different change

Description

Resolves #5281.
Also makes it easier to maintain this particular document by adding an autogen script, which no longer forces fragile boilerplate repeats.

Testing

  • Double check I didn't make any mistake when expanding TR2
  • Double check the TR3 PS1 docs with the TOMB3 verbatim snippet
    uint32_t water_color[24] = {
        // home
        0xFFCCFF80,
    
        // India
        0xFFCCFF80,
        0xFFCCFF80,
        0xFFCCFF80,
        0xFFCCFF80,
    
        // South Pacific
        0xFF80FFFF,
        0xFFFFFFFF,
        0xFFFFFFFF,
        0xFF80E0FF, // puna has no water
    
        // London
        0xFFFFFFFF,
        0xFFCCFF80,
        0xFFCCFF80,
        0xFFCCFF80,
    
        // Nevada
        0xFFFFFFFF,
        0xFFFFFFFF,
        0xFFFFFFFF,
    
        // Antarctica
        0xFF80FFFF,
        0xFFCCFFCC,
        0xFF80E0FF,
        0xFF80E0FF, // cavern has no water
    
        // Hallows
        0xFFB2E6E6,
    
        //
        0xFF80E0FF,
        0xFF80E0FF,
        0xFF80E0FF
    };

@rr- rr- self-assigned this Apr 6, 2026
@rr- rr- requested a review from a team April 6, 2026 17:34
@rr- rr- added the Internal The invisible stuff label Apr 6, 2026
@rr- rr- requested a review from a team April 6, 2026 17:34
@rr- rr- added the TR3 label Apr 6, 2026
@rr- rr- requested review from aredfan and lahm86 April 6, 2026 17:34
@github-project-automation github-project-automation bot moved this to In review in TRX Dev tracker Apr 6, 2026
@rr- rr- merged commit 8f55091 into LostArtefacts:develop Apr 7, 2026
3 checks passed
@rr- rr- deleted the water-colors-docs branch April 7, 2026 07:29
@github-project-automation github-project-automation bot moved this from In review to Done in TRX Dev tracker Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Internal The invisible stuff TR3

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[Feature] Webpage update on water colour

2 participants