summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-08Use NUM_BATTLE_STATS instead of raw numbersHEADmasterRangi
2022-03-26Port make_patch.c features needed for pokeredRangi
2022-03-20Replace magic numbers with constantsRangi
2022-03-15Use noreturn for usage_exitRangi
2022-03-15Use -flto for all toolsRangi
2022-03-14Remove pokemontools and gfx.py; update PyPNG and standardize on Python 3Rangi
2022-03-14Add a `bpp2png` tool to replace gfx.py for converting 1/2bpp to PNGRangi
2022-03-14Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74)vulcandth
2022-03-09Identify some wMenuJoypad-related button constantsRangi
2022-03-08Slightly refactor some C toolsRangi
2022-03-07Miscellaneous tweaks (#72)FrenchOrange
2022-03-02Rename `*_verbose` functions to idiomatic `x*`Rangi
2022-02-28Remove unused #include <unistd.h>Rangi
2022-02-28Clarify how wCurBattleMon worksRangi
2022-02-15Use constants for PartyAttr in move_effects/thief.asmmid-kid
2022-02-14Clear however many bytes are needed for wFruitTreeFlagsRangi
2022-02-12Define the `*_WILDDATA_LENGTH` equations to match their data representationRangi
2022-01-22`ClearWindowData` clears four menu data buffers, each the same sizeRangi
2022-01-20Use `VRAM_End` in place of `sScratch`Rangi
2022-01-10Better comments for enemy health percentage codeRangi
2022-01-10Don't require a boolean trainer flag for `givepoke`Rangi
2022-01-10Use time constants more oftenRangi
2022-01-08Identify why five of six enemy mon base stats are copiedRangi
2021-12-30Use `MAP_LENGTH` in `GetMapPointer`Rangi
2021-12-22Identify some overworld movement dataRangi
2021-11-28Swimmer♀ Mary is unusedRangi
2021-11-23Use ~X instead of $ff ^ XRangi
2021-11-23Use compound assignment operatorsRangi
2021-11-23Require rgbds 0.5.2Rangi
2021-11-03Comment unused trainersRangi
2021-11-03Launch 'make compare' only for pret repo and not forkRangi
2021-10-30Relocate the beta poker WRAM labels to avoid a NEXTURangi
2021-10-29Clarify documentation of maskbitsRangi
2021-10-28Use -1 for terminating happiness probability dataRangi
2021-10-24Add assertions to some more tablesRangi
2021-10-15Add table assertions to slot machine dataRangi
2021-10-10Merge branch 'master' of https://github.com/pret/pokegoldRangi
2021-10-10Remove event flags left over from pokecrystalRangi
2021-10-08Kill Freenode.IIMarckus
2021-10-06Add `assert PokemonPicPointers == UnownPicPointers` in `GetFrontpic`Rangi
2021-10-05Fix spacing between event scriptsRangi
2021-10-05Use constants in the `UnusedEnteiScript`Rangi
2021-10-05Rename two sections that are contiguous in pokegoldRangi
2021-09-26Port rewritten tools from pokecrystalRangi
2021-09-26`and 50 percent` -> `and %011111111`Rangi
2021-09-26Use EFFECTIVE constant for 1.0× battle damageRangi
2021-07-19Identify more palettes in CBG layoutsRangi
2021-06-20Fixing comments in BattleCommand_TeleportRangi
2021-06-19Switch from Travis CI to GitHub ActionsRangi
2021-06-19Standardize capitalization of ".Jumptable"Rangi