Skip to content

Fix: update Na and Tw to new face card region#2201

Merged
reconman merged 4 commits intomasterfrom
Fix-update-NA-to-new-face-card-region
Mar 24, 2026
Merged

Fix: update Na and Tw to new face card region#2201
reconman merged 4 commits intomasterfrom
Fix-update-NA-to-new-face-card-region

Conversation

@vybze
Copy link
Copy Markdown
Collaborator

@vybze vybze commented Mar 24, 2026

Update face check Region for na

@vybze vybze linked an issue Mar 24, 2026 that may be closed by this pull request
3 tasks
@vybze vybze changed the title Update BattleScreenLocations.kt Fix: update Na to new face card region Mar 24, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 24, 2026

Build 987

Download the latest APK for testing here

Note

You need a GitHub account to download the APK.

This URL is valid as long as the artifact has not expired yet.

val servantDetailsFaceCardRegion = when (gameServer) {
// FGO JP 2024-04-12 updated the UI resulting in the bricking of the face card detection
is GameServer.Jp, GameServer.Cn, is GameServer.Kr -> Region(-685, 410, 110, 60).xFromCenter()
is GameServer.Jp, GameServer.Cn, is GameServer.Kr, is GameServer.En -> Region(-685, 410, 110, 60).xFromCenter()
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Switch to Tw only here and move the comment to else

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Done

@vybze
Copy link
Copy Markdown
Collaborator Author

vybze commented Mar 24, 2026

It's been reported that Tw has gotten the same update too

@vybze vybze changed the title Fix: update Na to new face card region Fix: update Na and Tw to new face card region Mar 24, 2026
@reconman reconman merged commit e106d67 into master Mar 24, 2026
1 check passed
@reconman reconman deleted the Fix-update-NA-to-new-face-card-region branch March 24, 2026 19:39
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.

Traits have been added to servant details that broke face check for NA

3 participants