aboutsummaryrefslogtreecommitdiffstats
path: root/engine (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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
2022-08-11Update comments related to Swift and Substitute checks (#380)SatoMew1-2/+2
2022-08-11Replace Hard-Coded Number With Constant (#381)Chatot44441-1/+1
2022-07-26Clarify how Metronome picks a moveRangi1-2/+3
2022-07-10Identify some `.asm_*` labelsRangi17-76/+77
2022-07-10Sync Pokédex rating text with pokeyellowRangi1-51/+51
2022-07-10Identify Pokédex rating textRangi1-48/+48
2022-07-09wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton24-95/+95
2022-07-04party_struct constants and ExchangeBytes size (#364)vulcandth1-3/+3
2022-06-30Stop_reducing_move_anim_flashing_Dream_Eater -> Stop_reducing_move_anim_flash...vulcandth1-1/+1
2022-06-22VC ExchangeBytes Aliases (#363)vulcandth1-3/+3
2022-06-17`cp MR_FUJIS_HOUSE` -> `cp POKEMON_TOWER_7F + 1`Rangi1-1/+1
2022-06-17Rename `SLP` to `SLP_MASK` (#361)vulcandth4-14/+14
2022-06-06RGBDS syntax updates (#358)vulcandth12-18/+18
2022-06-06Improved Virtual Console patch identifiers (#357)vulcandth7-51/+53
2022-04-17Add hSerialConnectionStatus vc_assert (#354)vulcandth1-0/+8
2022-03-26Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth7-20/+88
2022-03-04Gen 1's Minimize graphic was not a complete 8x8 tileRangi1-2/+10
2021-11-23Use ~X instead of $ff ^ XRangi3-4/+4
2021-11-05Add some constants for options (#344)Yoann Fievez5-11/+10
2021-11-05Refactorize check button pressed (#340)Yoann Fievez15-48/+48