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

[pokedex_plus] refactor #if to C if #3445

Merged
merged 4 commits into from
Oct 22, 2023

Conversation

SBird1337
Copy link
Collaborator

@SBird1337 SBird1337 commented Oct 22, 2023

Use C if instead of #if for the HGSS Pokedex feature. Supersedes #3436

Description

This makes sure that no symbols are emitted for gfx and text, at least on modern. agbcc sadly won't cooperate here. :(
In order for this to work we need to compile with -fno-toplevel-reorder disabled. Currently the game breaks if we do this globally. (Something to investigate for later) so this just adds a respective exception in the Makefile.

Also fixes currently broken colors for regular hoeen regional dex

Images

Issue(s) that this PR fixes

Discord contact info

karathan

@AsparagusEduardo AsparagusEduardo merged commit eb907c3 into rh-hideout:upcoming Oct 22, 2023
1 check 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.

2 participants