summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-13Merge pull request #1270 from timgates42/bugfix_typo_redundantGriffinR
docs: fix simple typo, redunant -> redundant
2020-12-13docs: fix simple typo, redunant -> redundantTim Gates
There is a small typo in include/constants/battle_frontier.h. Should read `redundant` rather than `redunant`.
2020-12-12Update bugs_and_glitches.mdSierra A
2020-12-12Update bugs_and_glitches.mdSierra A
2020-12-12Update bugs_and_glitches.mdSierra A
2020-12-12Fix name of SetDexNumberColorSierraffinity
2020-12-12UBFIX for if_status_not_in_partyGriffinR
2020-12-12Use BUGFIX for some inline fixesGriffinR
2020-12-12Fix affine anim bug with Pokémon going in and out of balls without an ↵Sierraffinity
intermediate screen transition
2020-12-12Merge pull request #1268 from LOuroboros/move_flagsGriffinR
Corrected small inconsistency in move flag names
2020-12-12Corrected small inconsistency in move flag namesLOuroboros
2020-12-12remove trailing spacesMichael Panzlaff
2020-12-12fix typoMichael Panzlaff
2020-12-11Merge pull request #1266 from Kurausukun/asmdiffGriffinR
improve asmdiff.sh
2020-12-11Merge pull request #1264 from ExpoSeed/patch-2GriffinR
Fix incorrect bug description
2020-12-11more CgbSound decipher workMichael Panzlaff
2020-12-11use better m4a variable/constant namesMichael Panzlaff
2020-12-11improve asmdiff.shKurausukun
2020-12-10Merge remote-tracking branch 'upstream/master' into berry_crushKurausukun
2020-12-09Fix incorrect bug descriptionExpoSeed
2020-12-08Merge pull request #1263 from GriffinRichards/unown-constantsGriffinR
Define terminal species IDs relatively
2020-12-08Define terminal species IDs relativelyGriffinR
2020-12-01Merge pull request #1259 from GriffinRichards/fix-backpicindexGriffinR
Designated initializers for gTrainerBackPicTable
2020-11-30Designated initializers for gTrainerBackPicTableGriffinR
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-27Merge pull request #1257 from Kurausukun/menu_nonmatchingGriffinR
[LEAK INFORMED] match sub_819A080
2020-11-27Merge pull request #1258 from V-FEXrt/masterGriffinR
Rename graphics files for COOLTRAINER to match define
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-26Rename graphics files for COOLTRAINER to match defineAshley Coleman
2020-11-26whitespaceKurausukun
2020-11-26[LEAK INFORMED] match sub_819A080Kurausukun
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-24Merge pull request #1255 from GriffinRichards/doc-paltagsGriffinR
Name object event palettes and tags
2020-11-23Move object event pal declarations to graphicsGriffinR
2020-11-23Clarify Kecleon objectsGriffinR
2020-11-23Name object event pals/tagsGriffinR
2020-11-18Merge pull request #1252 from luckytyphlosion/masterGriffinR
Missing inc files in asm/*.s and data/*.s will raise an actual error message.
2020-11-18Remove useless comment.luckytyphlosion
2020-11-18Optimize Makefile, also add *.sna to gitignore.luckytyphlosion
2020-11-17Merge pull request #1251 from ExpoSeed/patch-1GriffinR
Document bugged IV inheritance difference
2020-11-17Merge pull request #1254 from kageru/pretGriffinR
Use more constants in Battle Tower code
2020-11-17Use more constants in Battle Tower codekageru