aboutsummaryrefslogtreecommitdiffstats
path: root/engine (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-29Rename off-by-one wram labelsdannye13-63/+63
2024-09-29Identify more bit flags (#119)Sylvie4-11/+14
2024-09-25This byte is written to, but not used (#471)Vortyne1-1/+1
2024-09-24Identify `wCurrentMapScriptFlags` bits (#467)Sylvie5-5/+5
2024-09-24Identify hardware register bits (#469)Sylvie2-4/+4
2024-09-24Identify more bit flags (#465)Sylvie8-16/+24
2024-09-24Fix comment: Road -> Roar (#466)Vortyne1-4/+4
2024-09-23Identify more flag bits (#464)Sylvie27-110/+119
2024-09-18Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie43-172/+173
2024-09-18Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie10-28/+26
2024-09-09Use correct label in get_trainer_name.asm (#461)Vortyne1-1/+1
2024-08-04Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie38-147/+146
2024-07-24Identify wcd6d as wNameBuffer and others (#455)Sylvie21-50/+52
2024-07-16Identify various flag labels and bit constants (#454)Sylvie60-443/+449
2024-06-26Improve documentation of some SRAM routines (#114)SatoMew9-59/+56
2024-06-15Identify some unused WRAM variables (#453)Sylvie12-19/+19
2024-05-05Fix hard-coded bankdannye1-1/+1
2024-01-03Update to RGBDS 0.7.0 (#447)Rangi2-4/+4
2023-12-18Clean up item comments (#443)SatoMew1-11/+17
2023-12-06Correct StarterDex function comment (#440)colawsol1-1/+1
2023-11-22Delete a couple EOL whitespace.vulcandth1-1/+1
2023-11-21Rename pikachu palette packetsdannye6-17/+17
2023-11-21Fix a few usages of EFFECTIVEdannye3-4/+3
2023-11-21Fix inaccurate comment in UpdateNPCSpriteRangi421-2/+2
2023-11-21Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZERangi421-5/+5
2023-11-21Use some more constants in place of raw numbersRangi421-16/+16
2023-11-21Replace some `$a` with `EFFECTIVE` (#399)RainbowMetalPigeon1-2/+2
2023-11-21Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407)SatoMew2-4/+4
2023-11-21Use MEGA_PUNCH constant in explosion animation routine (#434)BlueZangoose2-8/+10
2023-11-20Identify `wSavedCoordIndex` and its other usagesRangi425-7/+7
2023-11-20Add `bigdw` and `dc` data macrosRangi426-82/+56
2023-11-20Identify the unnamed HRAM variables and one WRAM label (#438)Vortyne3-23/+23
2023-11-19Name unnamed labels in seafoam islands and pokemon mansion script files (#435)Vortyne1-1/+1
2023-11-18Identify more map script labelsRangi421-12/+12
2023-11-17.calculateHPBarCoords incorrectly referenced OAMvulcandth1-1/+1
2023-11-17Add constants for wMapConnections bits and group map header wram labelsLinus Unnebäck1-1/+1
2023-09-20Use PSN constant in PoisonEffect routine (#426)strager1-1/+1
2023-07-16Improve comment about the "ED" tile bug (#421)SatoMew1-3/+2
2023-07-16Use charmap in link_battle_versus_text (#415)Linus Unnebäck1-2/+2
2023-07-15Thoroughly document debug code (#410)SatoMew8-78/+95
2023-07-13Add macros, constants, and labels for map scripts and text (#367)vulcandth5-7/+7
2023-03-25Name some unnamed animation constants (#396)Vortyne3-11/+11
2023-02-26Complete and improve debug name labels (#408)SatoMew4-17/+27
2022-10-05Move `ShoreTiles` and `WaterTile` into data/Rangi1-7/+0
2022-09-26Revert PR #395Rangi1-1/+1
2022-09-26Bug: Sprites can receive the wrong movement byte (#395)Vortyne1-1/+1
2022-09-25Change names of move subanimations to be meaningful (#389)BlueZangoose3-21/+22
2022-09-24Use a SPRITE_SET_LENGTH constantRangi1-4/+4
2022-09-24Add constants and table macros for the map sprite sets (#392)Rangi1-34/+38
2022-08-11Use the same music headers as pokecrystal (#382)Rangi6-10/+10