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

Fire Emblem: Path of Radiance icons not replaced on any menu screens #257

Open
RenegadeCoder opened this issue Aug 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@RenegadeCoder
Copy link

For which game?

Fire Emblem: Path of Radiance

Game ID?

GFEE01

For which device?

SDL/0/PS4 Controller

what should we do?

Icons are only changed for the "field view" tooltip, but original icons are still displayed on all menus
This can be fixed by including the texture tex1_768x216_2c83cf274a7665cf_7d2db2e06e5d7d35_9.png (which is literally identical to tex1_768x216_2c4541849bdc99d9_7d2db2e06e5d7d35_9.png with the same mappings).

Coincidentally, the mapping for the R trigger has only about half of the necessary width.
Correct dimensions should be

    "Triggers/R": [
        [
          1440.0,
          96.0,
          1625.0,
          192.0
        ]
      ]

image

All menus show original icons
image
image
image

@RenegadeCoder RenegadeCoder added the enhancement New feature or request label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant