Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-30 | Forgot to add some line breaks. | luckytyphlosion | |
2020-12-30 | Finish factory select screen doc | GriffinR | |
2020-12-30 | Resume factory screen doc | GriffinR | |
2020-12-29 | Index battle controller cmd tables | GriffinR | |
2020-12-26 | Merge pull request #1280 from Sierraffinity/master | GriffinR | |
Add fixes for undefined behavior with modern compiler | |||
2020-12-26 | Add UBFIX for division by zero in SpriteCB_PokedexListMonSprite | Sierraffinity | |
2020-12-26 | Add UBFIX for null deref in sub_80D08CC | Sierraffinity | |
2020-12-26 | Add UBFIX for null derefs in sub_8088950 | Sierraffinity | |
2020-12-26 | Add UBFIX for null deref in CameraObjectReset2 | Sierraffinity | |
2020-12-25 | Merge pull request #1277 from GriffinRichards/doc-tower | GriffinR | |
Label remaining subs in battle_tower.c | |||
2020-12-24 | Label remaining subs in battle_tower.c | GriffinR | |
2020-12-23 | Improve storage instructions as per Griffin's recommendations. | luckytyphlosion | |
Todo actually properly proofread this. | |||
2020-12-23 | Re-add note about Qt since Porymap hasn't upgraded to 6.0. | luckytyphlosion | |
2020-12-23 | Improve INSTALL.mds as per recommendations. | luckytyphlosion | |
- Put "conditional" notes in quotes to better communicate which instructions are more required - Number instructions per OS as per Griffin's advice. | |||
2020-12-23 | Merge branch 'master' of https://github.com/pret/pokeemerald | luckytyphlosion | |
2020-12-22 | Merge pull request #1275 from Kurausukun/berrycrush_nonmatching | GriffinR | |
[LEAK INFORMED] Correct Berry Crush Structs and Eliminate Non/Fakematchings | |||
2020-12-22 | change "filler" to "unk", remove newline | Kurausukun | |
2020-12-21 | fix remaining functions, finally matches | Kurausukun | |
2020-12-21 | oops | Kurausukun | |
2020-12-21 | fix sub_8021A28 | Kurausukun | |
2020-12-20 | fix struct | Kurausukun | |
2020-12-20 | fix structs and some function logic | Kurausukun | |
(currently does not match) | |||
2020-12-17 | Extra clarification about remounting the C: drive | luckytyphlosion | |
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 | |