summaryrefslogtreecommitdiff
path: root/berry_fix/payload
AgeCommit message (Collapse)Author
2022-01-13Remove berry fixGriffinR
2022-01-09Remove redundant assemblerWiz
2021-12-21Removed more commented out addressesLOuroboros
I like to help.
2021-10-27Document field player functionscbt6
2021-10-23IDE support formatting and consistencyJademalo
2021-10-22Improve IDE supportJademalo
2021-05-23Merge branch 'master' of https://github.com/pret/pokeemeraldluckytyphlosion
2021-05-13Change IsPokemonCryPlaying to bool32gAlfonso-bit
Better reflects its usage
2021-04-09standardize "grey" to "gray"Kurausukun
2021-04-02Add missing include guard suffixesGriffinR
2021-01-04Fix $(AR) define, remove \u warns on macOS.luckytyphlosion
2020-12-31Remove deadnaming, sync BgEventGriffinR
2020-12-16[Round 3] Apply all source related changes for the new INSTALL.md in one commit.luckytyphlosion
2020-12-16[Round 3] Revert multiple source change commits for re-commit.luckytyphlosion
2020-12-16[Round 2] Apply all source related changes for the new INSTALL.md in one commit.luckytyphlosion
2020-12-16[Round 2] Revert multiple source change commits for re-commit.luckytyphlosion
2020-12-16Check for $(TOOLCHAIN) before checking for $(TOOLCHAIN)/binluckytyphlosion
if TOOLCHAIN is blank, wildcard can still detect the `/bin` directory.
2020-12-16Apply all source related changes for the new INSTALL.md in one commit.luckytyphlosion
For people who want to have dkPless builds in their repo.
2020-12-16Revert multiple source change commits for rebase.luckytyphlosion
2020-12-16Fix asmdiff.sh to work without DKP, also improve the makefile command for ↵luckytyphlosion
recognizing a toolchain. The new command requires the toolchain binary path to exist in the file system before building using a toolchain (to handle the case where gba-dev is uninstalled but $(DEVKITARM) still exists))
2020-11-25Don't use base_tools if dkP is installed, also just use $(CC) -E for CPP ↵luckytyphlosion
regardless.
2020-11-25Add support for dkp-less instructions.luckytyphlosion
Todo: actually test building with dkP.
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183.
2020-09-08Reverted -nostdlib changesPokeCodec
2020-09-08Fix buildPokeCodec
2020-09-08Match BattleIntroOpponent1SendsOutMonAnimationPokeCodec
2020-08-30Merge pull request #1144 from PokeCodec/libgbasyscallGriffinR
Cleanup and fix mistakes in libraries
2020-08-22Cleaned up the libraries.PokeCodec
2020-08-20Sync encounter musics with encounter music typesGriffinR
2020-08-20Fix incorrect pike curtain SE namesGriffinR
2020-08-20Give songs meaningful english namesGriffinR
2020-07-16Sort out asmPokeCodec
2020-05-27consistency with pokefireredMandL27
2020-05-27document UNKNOWN_A special charMandL27
2019-09-08libagbsyscall as an actual libPikalaxALT
2019-09-04Fix issue with ramscrgen invoke for some usersPikalaxALT
2019-09-03Copy Berry Fix MB dism from FR (#777)PikalaxALT
* Copy Berry Fix MB dism from FR