Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-11-28 | Fix typo (thanks Spherical Ice). | luckytyphlosion | |
2020-11-28 | Add case for downloads folder with space for the legacy WSL1 instructions, ↵ | luckytyphlosion | |
also fix WSL1 path in dedicated folder example with spaces. | |||
2020-11-28 | Fix broken header links. | luckytyphlosion | |
2020-11-28 | Add install instructions for repositories which don't have dkp-less support. | luckytyphlosion | |
2020-11-26 | Add msys2 and Cygwin instructions, also add .exe extension to built tools. | luckytyphlosion | |
Todo: actually extensively test out msys2 and Cygwin, and double check the readme. | |||
2020-11-25 | Minor INSTALL.md cleanup, also don't print the wall of linked objects during ↵ | luckytyphlosion | |
make (helps spot warnings more easily) | |||
2020-11-25 | Escape literal <user> text. | luckytyphlosion | |
2020-11-25 | Fix bad clarification. | luckytyphlosion | |
2020-11-25 | Partially work on the new Install.MD. | luckytyphlosion | |
Todo: - Legacy Windows instructions - macOS, Linux instructions - figure out what to do with the base_tools note for macOS - dkp installation instructions for platforms which do not install dkp. | |||
2020-11-25 | Don't use base_tools if dkP is installed, also just use $(CC) -E for CPP ↵ | luckytyphlosion | |
regardless. | |||
2020-11-25 | Add support for dkp-less instructions. | luckytyphlosion | |
Todo: actually test building with dkP. | |||
2020-11-18 | Remove useless comment. | luckytyphlosion | |
2020-11-18 | Optimize Makefile, also add *.sna to gitignore. | luckytyphlosion | |
2020-11-12 | Missing inc files in asm/*.s and data/*.s will raise an actual error message. | luckytyphlosion | |
2020-11-08 | Add missing files to .gitattributes. | luckytyphlosion | |
Only *.sed is required, all other files are listed to be explicit. | |||
2020-11-06 | Merge pull request #1247 from PidgeyALT/attemptcountfix | GriffinR | |
use constants for ball throw count | |||
2020-11-06 | Merge pull request #1246 from PikalaxALT/simplify_ram_reset | PikalaxALT | |
Simplify RAM reset adaptation for modern | |||
2020-11-06 | add spaces around - and remove comment from include in battle.h | MCboy | |
2020-11-06 | use constants for ball throw count | MCboy | |
2020-11-06 | swi --> svc | PikalaxALT | |
2020-11-06 | Simplify RAM reset adaptation for modern | PikalaxALT | |
2020-11-04 | Merge pull request #1245 from GriffinRichards/modernfactoryfix | GriffinR | |
Fix battle factory on gcc 10 | |||
2020-11-04 | Revert to original battle factory gcc 10 fix | GriffinR | |
2020-11-04 | Fix typo | GriffinR | |
2020-11-04 | Condense fix for battle factory on gcc 10 | GriffinR | |
2020-11-04 | Fix battle factory on gcc 10 | GriffinR | |
2020-11-03 | Merge pull request #1189 from aaaaaa123456789/reverts | PikalaxALT | |
Undo PokeCodec's PRs and port changes | |||
2020-11-02 | Solve merge conflicts from previous commit | aaaaaa123456789 | |
2020-11-02 | Re-apply joypad macros (minus merge conflicts) | aaaaaa123456789 | |
2020-11-02 | Merge branch 'reverts' of https://github.com/aaaaaa123456789/pokeemerald ↵ | Kurausukun | |
into reverts | |||
2020-11-02 | address comments | Kurausukun | |
2020-10-29 | Merge pull request #1242 from GriffinRichards/constants-menuinfoicons | GriffinR | |
Use constants for menu info icon table | |||
2020-10-29 | Merge pull request #1238 from ketsuban/master | GriffinR | |
Eliminate goto in ItemUseCB_Medicine | |||
2020-10-29 | Use constants for menu info icon table | GriffinR | |
2020-10-26 | Update src/digit_obj_util.c | aaaaaa123456789 | |
Co-authored-by: Seija <71219152+PokeCodec@users.noreply.github.com> | |||
2020-10-26 | Fix whitespace issues | aaaaaa123456789 | |
2020-10-26 | Remove unused variable | aaaaaa123456789 | |
Co-authored-by: Seija <71219152+PokeCodec@users.noreply.github.com> | |||
2020-10-26 | Port back improvements from later commits | aaaaaa123456789 | |
2020-10-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-10-26 | re-match BattleIntroOpponent1SendsOutMonAnimation | Kurausukun | |
a lot of functions and a bit of data had to be moved from battle_main.c to battle_util.c; I have added a note to battle_util.c stating the reason for this | |||
2020-10-26 | port MovementAction_StoreAndLockAnim_Step0 fix | Kurausukun | |
2020-10-26 | port PrintMonWeight fakematch fix | Kurausukun | |
2020-10-26 | port sub_80C6104 fakematch fix | Kurausukun | |
2020-10-26 | port TrendyPhraseIdOld fakematch fix | Kurausukun | |
2020-10-26 | port InitPaintingMonOamData fakematch fix | Kurausukun | |
2020-10-26 | port BerryCrushCommand_BeginNormalPaletteFade fix | Kurausukun | |