Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Don't define CPP until MODERN is defined. | 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-16 | Use arm-none-eabi-cpp for modern. | luckytyphlosion | |
2020-12-16 | Fix modern builds. | luckytyphlosion | |
We actually need standard includes for modern. | |||
2020-12-16 | Check for $(TOOLCHAIN) before checking for $(TOOLCHAIN)/bin | luckytyphlosion | |
if TOOLCHAIN is blank, wildcard can still detect the `/bin` directory. | |||
2020-12-16 | Add a note on core.filemode error. | luckytyphlosion | |
2020-12-16 | Make a note about the Microsoft Account dialog. | luckytyphlosion | |
2020-12-16 | Apply 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-16 | Merge branch 'master' of https://github.com/pret/pokeemerald into ↵ | luckytyphlosion | |
rebase-install-md | |||
2020-12-16 | Remove redundant modern CFLAGS | GriffinR | |
2020-12-16 | Revert multiple source change commits for rebase. | luckytyphlosion | |
2020-12-16 | Fix 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-12-16 | Simplify macOS instructions, clarify Linux instructions, general cleanup of ↵ | luckytyphlosion | |
macOS and Linux instructions, also some other minor clarifications. | |||
2020-12-14 | Merge pull request #1265 from Kurausukun/berry_crush | GriffinR | |
fakematch fixes, begin documenting Berry Crush (based on #1187) | |||
2020-12-14 | use direction constant | Kurausukun | |
2020-12-14 | name a2 | Kurausukun | |
2020-12-14 | fix indentation | Kurausukun | |
2020-12-14 | document reuse of variables in link mode | Kurausukun | |
2020-12-14 | Merge pull request #1267 from ipatix/m4a_names | GriffinR | |
refactor m4a.c/m4a_1.s constant/variable/type naming | |||
2020-12-14 | Merge pull request #1269 from GriffinRichards/bugfix | GriffinR | |
Use BUGFIX for some inline fixes | |||
2020-12-14 | Temporarily change repo links to mine for people testing builds. | luckytyphlosion | |
2020-12-14 | Add more detailed notes on Windows terminal comparisons, fix Cygwin ↵ | luckytyphlosion | |
instructions (didn't export devkitpro), add macOS and Linux instructions. macOS and Linux instructions untested. | |||
2020-12-13 | Merge pull request #1271 from Sierraffinity/pkmn_affine_anim_bugfix | GriffinR | |
Add bugfix for Pokémon with affine transforms as part of their entry animation glitching when being sent out/put back in ball | |||
2020-12-13 | BUGFIX implies UBFIX | GriffinR | |
2020-12-13 | Merge pull request #1270 from timgates42/bugfix_typo_redundant | GriffinR | |
docs: fix simple typo, redunant -> redundant | |||
2020-12-13 | docs: fix simple typo, redunant -> redundant | Tim Gates | |
There is a small typo in include/constants/battle_frontier.h. Should read `redundant` rather than `redunant`. | |||
2020-12-12 | Update bugs_and_glitches.md | Sierra A | |
2020-12-12 | Update bugs_and_glitches.md | Sierra A | |
2020-12-12 | Update bugs_and_glitches.md | Sierra A | |
2020-12-12 | Fix name of SetDexNumberColor | Sierraffinity | |
2020-12-12 | UBFIX for if_status_not_in_party | GriffinR | |
2020-12-12 | Use BUGFIX for some inline fixes | GriffinR | |
2020-12-12 | Fix affine anim bug with Pokémon going in and out of balls without an ↵ | Sierraffinity | |
intermediate screen transition | |||
2020-12-12 | Merge pull request #1268 from LOuroboros/move_flags | GriffinR | |
Corrected small inconsistency in move flag names | |||
2020-12-12 | Corrected small inconsistency in move flag names | LOuroboros | |
2020-12-12 | remove trailing spaces | Michael Panzlaff | |
2020-12-12 | fix typo | Michael Panzlaff | |
2020-12-11 | Merge pull request #1266 from Kurausukun/asmdiff | GriffinR | |
improve asmdiff.sh | |||
2020-12-11 | Merge pull request #1264 from ExpoSeed/patch-2 | GriffinR | |
Fix incorrect bug description | |||
2020-12-11 | more CgbSound decipher work | Michael Panzlaff | |
2020-12-11 | use better m4a variable/constant names | Michael Panzlaff | |
2020-12-11 | improve asmdiff.sh | Kurausukun | |
2020-12-10 | Merge remote-tracking branch 'upstream/master' into berry_crush | Kurausukun | |
2020-12-09 | Fix incorrect bug description | ExpoSeed | |
2020-12-08 | Merge pull request #1263 from GriffinRichards/unown-constants | GriffinR | |
Define terminal species IDs relatively | |||
2020-12-08 | Define terminal species IDs relatively | GriffinR | |
2020-12-01 | Merge pull request #1259 from GriffinRichards/fix-backpicindex | GriffinR | |
Designated initializers for gTrainerBackPicTable |