forked from DizzyEggg/pokeemerald
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Pret merge (15th of October) #5527
Merged
Bassoonian
merged 73 commits into
rh-hideout:master
from
AsparagusEduardo:_RHH/pr/master/pretSync20241015
Oct 17, 2024
Merged
Pret merge (15th of October) #5527
Bassoonian
merged 73 commits into
rh-hideout:master
from
AsparagusEduardo:_RHH/pr/master/pretSync20241015
Oct 17, 2024
+1,534
−3,580
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Removed generated files (layouts.h, map_groups.h) from git.
Added some documentation and simplified dependency scanning.
Secondary expansion is redundant.
Slight storage system documentation
Clean up defines lacking spaces
UB fix in battle_transition.c
preproc: support arbitrary expressions in enums
…ld-makefile-cleanup
[Build System Rewrite] Refactored `Makefile`
…ld-scaninc-speed
…ld-music-config
Fix incorrect point macros in contest_ai_script.inc
# Conflicts: # Makefile # include/battle.h # include/battle_main.h # include/battle_util.h # include/data.h # make_tools.mk # map_data_rules.mk # src/battle_setup.c # src/fieldmap.c
Everytime I make a new project I suffer, please merge.
Bugfix for cable car hikerGraphicsIds array
Remove explicit symbol sizes in sym_common.txt
Ignore mGBA screenshots
Yes, this is honestly overkill, as it doesn't actually fix any behavioral bugs, but I was suggested to do this. This was a typo made in the source that GameFreak made, and the compiler warns against this. I opened a PR in pokeemerald expansion and was suggested to open one here.
Fix typo: | should be || in Task_TryFieldPoisonWhiteOut
Bassoonian
reviewed
Oct 16, 2024
Ready for review! |
Bassoonian
approved these changes
Oct 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a pret merge - DO NOT SQUASH!
Supersedes #5352
Description
Makefile
pret/pokeemerald#1950Conflicts:
make_tools.mk
Makefile
map_data_rules.mk
.github/pull_request_template.md
.github/workflows/build.yml
common_syms/battle_main.txt
common_syms/main.txt
include/battle_main.h
include/battle_util.h
include/battle.h
include/data.h
include/gba/defines.h
src/battle_main.c
src/battle_setup.c
src/contest.c
src/field_specials.c
src/fieldmap.c
src/load_save.c
src/main.c
src/mini_printf.c
src/random.c
.gitignore
ld_script_modern.ld
ld_script.ld
Feature(s) this PR does NOT handle:
Not checking checksum, as the amount of changes done in the last month+ has made it difficult to properly determine what made
agbcc
's checksum change.However, for the sake of documentation, here's the PRs that were confirmed to have modified the checksum:
Discord contact info
AsparagusEduardo