summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-11-28Fix typo (thanks Spherical Ice).luckytyphlosion
2020-11-28Add case for downloads folder with space for the legacy WSL1 instructions, ↵luckytyphlosion
also fix WSL1 path in dedicated folder example with spaces.
2020-11-28Fix broken header links.luckytyphlosion
2020-11-28Add install instructions for repositories which don't have dkp-less support.luckytyphlosion
2020-11-26Add 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-25Minor INSTALL.md cleanup, also don't print the wall of linked objects during ↵luckytyphlosion
make (helps spot warnings more easily)
2020-11-25Escape literal <user> text.luckytyphlosion
2020-11-25Fix bad clarification.luckytyphlosion
2020-11-25Partially 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-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-11-18Remove useless comment.luckytyphlosion
2020-11-18Optimize Makefile, also add *.sna to gitignore.luckytyphlosion
2020-11-12Missing inc files in asm/*.s and data/*.s will raise an actual error message.luckytyphlosion
2020-11-08Add missing files to .gitattributes.luckytyphlosion
Only *.sed is required, all other files are listed to be explicit.
2020-11-06Merge pull request #1247 from PidgeyALT/attemptcountfixGriffinR
use constants for ball throw count
2020-11-06Merge pull request #1246 from PikalaxALT/simplify_ram_resetPikalaxALT
Simplify RAM reset adaptation for modern
2020-11-06add spaces around - and remove comment from include in battle.hMCboy
2020-11-06use constants for ball throw countMCboy
2020-11-06swi --> svcPikalaxALT
2020-11-06Simplify RAM reset adaptation for modernPikalaxALT
2020-11-04Merge pull request #1245 from GriffinRichards/modernfactoryfixGriffinR
Fix battle factory on gcc 10
2020-11-04Revert to original battle factory gcc 10 fixGriffinR
2020-11-04Fix typoGriffinR
2020-11-04Condense fix for battle factory on gcc 10GriffinR
2020-11-04Fix battle factory on gcc 10GriffinR
2020-11-03Merge pull request #1189 from aaaaaa123456789/revertsPikalaxALT
Undo PokeCodec's PRs and port changes
2020-11-02Solve merge conflicts from previous commitaaaaaa123456789
2020-11-02Re-apply joypad macros (minus merge conflicts)aaaaaa123456789
2020-11-02Merge branch 'reverts' of https://github.com/aaaaaa123456789/pokeemerald ↵Kurausukun
into reverts
2020-11-02address commentsKurausukun
2020-10-29Merge pull request #1242 from GriffinRichards/constants-menuinfoiconsGriffinR
Use constants for menu info icon table
2020-10-29Merge pull request #1238 from ketsuban/masterGriffinR
Eliminate goto in ItemUseCB_Medicine
2020-10-29Use constants for menu info icon tableGriffinR
2020-10-26Update src/digit_obj_util.caaaaaa123456789
Co-authored-by: Seija <71219152+PokeCodec@users.noreply.github.com>
2020-10-26Fix whitespace issuesaaaaaa123456789
2020-10-26Remove unused variableaaaaaa123456789
Co-authored-by: Seija <71219152+PokeCodec@users.noreply.github.com>
2020-10-26Port back improvements from later commitsaaaaaa123456789
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-26re-match BattleIntroOpponent1SendsOutMonAnimationKurausukun
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-26port MovementAction_StoreAndLockAnim_Step0 fixKurausukun
2020-10-26port PrintMonWeight fakematch fixKurausukun
2020-10-26port sub_80C6104 fakematch fixKurausukun
2020-10-26port TrendyPhraseIdOld fakematch fixKurausukun
2020-10-26port InitPaintingMonOamData fakematch fixKurausukun
2020-10-26port BerryCrushCommand_BeginNormalPaletteFade fixKurausukun