summaryrefslogtreecommitdiff
path: root/engine
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-20Replace magic numbers with constants (#894)Idain
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-09Identify some wMenuJoypad-related button constantsRangi
2022-02-22Rename `GetPokedexEntryBank` to `HeavyBall_GetDexEntryBank`Rangi
2022-02-22Rename ENGINE_FISH_SWARM to ENGINE_QWILFISH_SWARM (#879)Idain
2022-02-15Use constants for PartyAttr in move_effects/thief.asmmid-kid
2022-02-14Clear however many bytes are needed for wFruitTreeFlagsRangi
2022-01-24Document Return/Frustration bug and its fix (#872)Idain
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-01-20Use `VRAM_End` in place of `sScratch`Rangi
2022-01-10Better comments for enemy health percentage codeRangi
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-22Identify some overworld movement dataRangi
2021-11-23Use ~X instead of $ff ^ XRangi
2021-11-23Use compound assignment operatorsRangi
2021-11-03Fix #845: Liz gossips about a beautiful trainer, not PokémonRangi
2021-10-24Add assertions to some more tablesRangi
2021-10-15Add table assertions to slot machine dataRangi
2021-10-06Add `assert PokemonPicPointers == UnownPicPointers` in `GetFrontpicPointer`Rangi
2021-09-07`and 50 percent` -> `and %011111111`Rangi
2021-08-16More EFFECTIVEness.IIMarckus
2021-08-16Use EFFECTIVE constant for 1.0× battle damage.IIMarckus
2021-07-19Identify more palettes in CBG layoutsRangi
2021-06-20Fixing comments in BattleCommand_TeleportNescientist
2021-06-19Standardize capitalization of ".Jumptable"Rangi
2021-06-09Fix incorrectly swapped Players PC menu constantsTheFakeMateo
2021-06-08Rename `prioritysjump` to `sdefer`Rangi
2021-06-07MON_PKRUS -> MON_POKERUSRangi
2021-06-07"ld [MON_LEVEL], a" in ComputeNPCTrademonStats should be "ld ↵Rangi
[wCurPartyLevel], a"
2021-05-30Add more comments to tileset palette animation functionsRangi
2021-05-30Move the dbbw, dbww, and dbwww macros to legacyRangi
2021-05-09Require rgbds 0.5.1Rangi
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
2021-04-27Use {interpolation} to generate sequences of RAM labelsRangi
This makes the table_width/assert_table_length usages unnecessary, and also keeps the labels automatically up to date if the length constants change.
2021-04-26SPECIAL -> UNUSED_TYPES_ENDRangi
2021-04-19Use rgbds 0.5.0Rangi
2021-03-24Add some comments regarding 16-bit increment/decrementRangi
2021-03-24Sync some files with pokegoldRangi
2021-03-23Consistent comments in the tileset animation engineRangi
2021-03-22Miscellaneous cleanupRangi
2021-03-21The radio's "Places & People" does not comment on Mysticalman EusineRangi
2021-03-21Use numeric constants in text strings with "{d:interpolation}"Rangi
2021-03-21Assert the sBox1-14 tables have NUM_BOXES entriesRangi
2021-03-17Consistent labels for each nickname in RAMRangi
2021-03-17Assert some more table widthsRangi
2021-03-16Revise some constant definitionsRangi