summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-16Additional vc_asserts (#906)HEADmastervulcandth
2022-04-06Use NUM_BATTLE_STATS instead of raw numbersIdain
2022-04-05Tile constant makes more sense as negativemid-kid
2022-04-05Cleanup Magic Numbersvulcandth
2022-03-26Port and document make_patch.c features needed for pokeredRangi
2022-03-20Document Day Care Exp bug (#895)Idain
2022-03-20Replace magic numbers with constants (#894)Idain
2022-03-15Use noreturn for usage_exitRangi
2022-03-15Use -flto for all toolsRangi
2022-03-14Replace flawed Metal Powder bugfix (#890)Idain
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 PNG (#889)Rangi
2022-03-13Allow `vc_const` to work with charmap characters (necessary for pokegold)Rangi
2022-03-13Error messages end with newlinesRangi
2022-03-13Fix building with make-3.81mid-kid
2022-03-13Solve issue with Full Heal text bugfix (#887)Idain
Fixes #818
2022-03-13Slightly reformat the vc_patch.md docsRangi
2022-03-12Allow `{patch offset length}` (necessary for pokegold)Rangi
2022-03-12Allow alternate labels for patch namesRangi
2022-03-12Build the Virtual Console patch with `make crystal11_vc` (#882)vulcandth
Fixes #813
2022-03-12tools/palfix.py gfx/pokemon/nidoran_m/back.pngRangi
2022-03-12Fix mono Nidoran♂ back sprite issue (#885)FrenchOrange
2022-03-09Identify some wMenuJoypad-related button constantsRangi
2022-03-08Slightly refactor some C toolsRangi
2022-03-04Make male Nidoran's back pic indexed (#884)Eldred Habert
It's the only backpic that isn't indexed; this inconsistency is a little problematic when doing, er, batch processing
2022-03-02Rename `*_verbose` functions to idiomatic `x*`Rangi
2022-02-28Remove unused #include <unistd.h>Rangi
2022-02-22Rename `GetPokedexEntryBank` to `HeavyBall_GetDexEntryBank`Rangi
2022-02-22Clarify how wCurBattleMon works (#880)Idain
2022-02-22Rename ENGINE_FISH_SWARM to ENGINE_QWILFISH_SWARM (#879)Idain
2022-02-21Explain why make_frames 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-13Fixed IlexForestKurtStepsDownMovement capitalization typo (#877)vulcandth
2022-02-12Define the `*_WILDDATA_LENGTH` equations to match their data representationRangi
2022-01-24Fix headingRangi
2022-01-24Document Return/Frustration bug and its fix (#872)Idain
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-01-23Enumerate MobileAPI function constantsmid-kid
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-10Document fix for game freezing while switching mon (#869)Idain
Fixes #868 Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-01-10Better comments for enemy health percentage codeRangi
2022-01-10Don't require a boolean trainer flag for `givepoke`Rangi
Fixes #865
2022-01-10Clarify documentation for `dorepeat`Rangi
Fixes #859
2022-01-10Use time constants more often (#867)Idain
2022-01-08Identify why five of six enemy mon base stats are copied (#866)Idain
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2021-12-31Document fix for hatching Unown eggs (#863)Idain
All `diff` lines should start with `+`, `-`, or space, even when a tab comes after Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2021-12-30Use `MAP_LENGTH` in `GetMapPointer`Rangi
2021-12-22Identify some overworld movement dataRangi
2021-11-30Fix Berserk Gene confusion count in docs/bugs_and_glitches.mdmid-kid
Thanks to Major_Agnostic#4555 and Idain#2857