summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-30Forgot to add some line breaks.luckytyphlosion
2020-12-30Finish factory select screen docGriffinR
2020-12-30Resume factory screen docGriffinR
2020-12-29Index battle controller cmd tablesGriffinR
2020-12-26Merge pull request #1280 from Sierraffinity/masterGriffinR
Add fixes for undefined behavior with modern compiler
2020-12-26Add UBFIX for division by zero in SpriteCB_PokedexListMonSpriteSierraffinity
2020-12-26Add UBFIX for null deref in sub_80D08CCSierraffinity
2020-12-26Add UBFIX for null derefs in sub_8088950Sierraffinity
2020-12-26Add UBFIX for null deref in CameraObjectReset2Sierraffinity
2020-12-25Merge pull request #1277 from GriffinRichards/doc-towerGriffinR
Label remaining subs in battle_tower.c
2020-12-24Label remaining subs in battle_tower.cGriffinR
2020-12-23Improve storage instructions as per Griffin's recommendations.luckytyphlosion
Todo actually properly proofread this.
2020-12-23Re-add note about Qt since Porymap hasn't upgraded to 6.0.luckytyphlosion
2020-12-23Improve 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-23Merge branch 'master' of https://github.com/pret/pokeemeraldluckytyphlosion
2020-12-22Merge pull request #1275 from Kurausukun/berrycrush_nonmatchingGriffinR
[LEAK INFORMED] Correct Berry Crush Structs and Eliminate Non/Fakematchings
2020-12-22change "filler" to "unk", remove newlineKurausukun
2020-12-21fix remaining functions, finally matchesKurausukun
2020-12-21oopsKurausukun
2020-12-21fix sub_8021A28Kurausukun
2020-12-20fix structKurausukun
2020-12-20fix structs and some function logicKurausukun
(currently does not match)
2020-12-17Extra clarification about remounting the C: driveluckytyphlosion
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-16Don'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-16Use arm-none-eabi-cpp for modern.luckytyphlosion
2020-12-16Fix modern builds.luckytyphlosion
We actually need standard includes for modern.
2020-12-16Check for $(TOOLCHAIN) before checking for $(TOOLCHAIN)/binluckytyphlosion
if TOOLCHAIN is blank, wildcard can still detect the `/bin` directory.
2020-12-16Add a note on core.filemode error.luckytyphlosion
2020-12-16Make a note about the Microsoft Account dialog.luckytyphlosion
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-16Merge branch 'master' of https://github.com/pret/pokeemerald into ↵luckytyphlosion
rebase-install-md
2020-12-16Remove redundant modern CFLAGSGriffinR
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-12-16Simplify macOS instructions, clarify Linux instructions, general cleanup of ↵luckytyphlosion
macOS and Linux instructions, also some other minor clarifications.
2020-12-14Merge pull request #1265 from Kurausukun/berry_crushGriffinR
fakematch fixes, begin documenting Berry Crush (based on #1187)
2020-12-14use direction constantKurausukun
2020-12-14name a2Kurausukun
2020-12-14fix indentationKurausukun
2020-12-14document reuse of variables in link modeKurausukun
2020-12-14Merge pull request #1267 from ipatix/m4a_namesGriffinR
refactor m4a.c/m4a_1.s constant/variable/type naming
2020-12-14Merge pull request #1269 from GriffinRichards/bugfixGriffinR
Use BUGFIX for some inline fixes
2020-12-14Temporarily change repo links to mine for people testing builds.luckytyphlosion
2020-12-14Add 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-13Merge pull request #1271 from Sierraffinity/pkmn_affine_anim_bugfixGriffinR
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-13BUGFIX implies UBFIXGriffinR