| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up item comments (#443) | SatoMew | 2023-12-18 | 1 | -11/+17 |
| | | |||||
| * | Correct StarterDex function comment (#440) | colawsol | 2023-12-06 | 1 | -1/+1 |
| | | |||||
| * | Delete a couple EOL whitespace. | vulcandth | 2023-11-22 | 1 | -1/+1 |
| | | |||||
| * | Fix a few usages of EFFECTIVE | dannye | 2023-11-21 | 3 | -4/+3 |
| | | |||||
| * | Fix inaccurate comment in UpdateNPCSprite | Rangi42 | 2023-11-21 | 1 | -2/+2 |
| | | | | | Fixes #404 | ||||
| * | Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZE | Rangi42 | 2023-11-21 | 1 | -5/+5 |
| | | | | | Fixes #430 | ||||
| * | Use some more constants in place of raw numbers | Rangi42 | 2023-11-21 | 1 | -16/+16 |
| | | |||||
| * | Replace some `$a` with `EFFECTIVE` (#399) | RainbowMetalPigeon | 2023-11-21 | 1 | -2/+2 |
| | | |||||
| * | Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407) | SatoMew | 2023-11-21 | 2 | -4/+4 |
| | | |||||
| * | Use MEGA_PUNCH constant in explosion animation routine (#434) | BlueZangoose | 2023-11-21 | 2 | -8/+10 |
| | | | | | | | | | | * Use MEGA_PUNCH constant in explosion animation routine * Add AnimationType constants and assert --------- Co-authored-by: vulcandth <vulcandth@gmail.com> | ||||
| * | Identify `wSavedCoordIndex` and its other usages | Rangi42 | 2023-11-20 | 5 | -7/+7 |
| | | |||||
| * | Add `bigdw` and `dc` data macros | Rangi42 | 2023-11-20 | 6 | -82/+56 |
| | | |||||
| * | Identify the unnamed HRAM variables and one WRAM label (#438) | Vortyne | 2023-11-20 | 3 | -23/+23 |
| | | |||||
| * | Name unnamed labels in seafoam islands and pokemon mansion script files (#435) | Vortyne | 2023-11-19 | 1 | -1/+1 |
| | | | | | | * Update PokemonMansion1F.asm * Name unnamed seafoam/mansion labels | ||||
| * | Identify more map script labels | Rangi42 | 2023-11-18 | 1 | -12/+12 |
| | | |||||
| * | .calculateHPBarCoords incorrectly referenced OAM | vulcandth | 2023-11-17 | 1 | -1/+1 |
| | | | | | | | Resolves #411 Co-Authored-By: SnDream <12762219+sndream@users.noreply.github.com> | ||||
| * | Add constants for wMapConnections bits and group map header wram labels | Linus Unnebäck | 2023-11-17 | 1 | -1/+1 |
| | | | | | | | | | | * Add constants for wMapConnections bits * Apply Vulcandth and Rangi42 feedback --------- Co-authored-by: vulcandth <vulcandth@gmail.com> | ||||
| * | Use PSN constant in PoisonEffect routine (#426) | strager | 2023-09-20 | 1 | -1/+1 |
| | | |||||
| * | Improve comment about the "ED" tile bug (#421) | SatoMew | 2023-07-16 | 1 | -3/+2 |
| | | |||||
| * | Use charmap in link_battle_versus_text (#415) | Linus Unnebäck | 2023-07-16 | 1 | -2/+2 |
| | | |||||
| * | Thoroughly document debug code (#410) | SatoMew | 2023-07-15 | 8 | -78/+95 |
| | | |||||
| * | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 2023-07-13 | 5 | -7/+7 |
| | | | | This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified. | ||||
| * | Name some unnamed animation constants (#396) | Vortyne | 2023-03-25 | 3 | -11/+11 |
| | | |||||
| * | Complete and improve debug name labels (#408) | SatoMew | 2023-02-26 | 4 | -17/+27 |
| | | |||||
| * | Revert PR #395 | Rangi | 2022-09-26 | 1 | -1/+1 |
| | | |||||
| * | Bug: Sprites can receive the wrong movement byte (#395) | Vortyne | 2022-09-26 | 1 | -1/+1 |
| | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | Change names of move subanimations to be meaningful (#389) | BlueZangoose | 2022-09-25 | 3 | -21/+22 |
| | | | | Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com> | ||||
| * | Use a SPRITE_SET_LENGTH constant | Rangi | 2022-09-24 | 1 | -4/+4 |
| | | |||||
| * | Add constants and table macros for the map sprite sets (#392) | Rangi | 2022-09-24 | 1 | -34/+38 |
| | | | | Fixes #391 | ||||
| * | Use the same music headers as pokecrystal (#382) | Rangi | 2022-08-11 | 6 | -10/+10 |
| | | |||||
| * | Update comments related to Swift and Substitute checks (#380) | SatoMew | 2022-08-11 | 1 | -2/+2 |
| | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | Replace Hard-Coded Number With Constant (#381) | Chatot4444 | 2022-08-11 | 1 | -1/+1 |
| | | | | Replace a hard coded $a in CheckMapForMon with NUM_WILDMONS | ||||
| * | Clarify how Metronome picks a move | Rangi | 2022-07-26 | 1 | -2/+3 |
| | | |||||
| * | Identify some `.asm_*` labels | Rangi | 2022-07-10 | 17 | -76/+77 |
| | | |||||
| * | Sync Pokédex rating text with pokeyellow | Rangi | 2022-07-10 | 1 | -51/+51 |
| | | |||||
| * | Identify Pokédex rating text | Rangi | 2022-07-10 | 1 | -48/+48 |
| | | |||||
| * | wOAMBuffer -> wShadowOAM (#370) | Colton G. Rushton | 2022-07-09 | 24 | -95/+95 |
| | | |||||
| * | party_struct constants and ExchangeBytes size (#364) | vulcandth | 2022-07-04 | 1 | -3/+3 |
| | | | | Co-Authored-By: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | Stop_reducing_move_anim_flashing_Dream_Eater -> ↵ | vulcandth | 2022-06-30 | 1 | -1/+1 |
| | | | | | Stop_reducing_move_anim_flashing_Blizzard (#369) | ||||
| * | VC ExchangeBytes Aliases (#363) | vulcandth | 2022-06-22 | 1 | -3/+3 |
| | | | | Co-authored-by: aaaaaa123456789 <aaaaaa123456789@acidch.at> | ||||
| * | `cp MR_FUJIS_HOUSE` -> `cp POKEMON_TOWER_7F + 1` | Rangi | 2022-06-17 | 1 | -1/+1 |
| | | | | | Fixes #362 | ||||
| * | Rename `SLP` to `SLP_MASK` (#361) | vulcandth | 2022-06-17 | 4 | -14/+14 |
| | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | RGBDS syntax updates (#358) | vulcandth | 2022-06-06 | 12 | -18/+18 |
| | | | | New MACRO and DEF syntax | ||||
| * | Improved Virtual Console patch identifiers (#357) | vulcandth | 2022-06-06 | 7 | -51/+53 |
| | | |||||
| * | Add hSerialConnectionStatus vc_assert (#354) | vulcandth | 2022-04-17 | 1 | -0/+8 |
| | | |||||
| * | Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351) | vulcandth | 2022-03-26 | 7 | -20/+88 |
| | | |||||
| * | Gen 1's Minimize graphic was not a complete 8x8 tile | Rangi | 2022-03-04 | 1 | -2/+10 |
| | | |||||
| * | Use ~X instead of $ff ^ X | Rangi | 2021-11-23 | 3 | -4/+4 |
| | | |||||
| * | Add some constants for options (#344) | Yoann Fievez | 2021-11-05 | 5 | -11/+10 |
| | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | Refactorize check button pressed (#340) | Yoann Fievez | 2021-11-05 | 15 | -48/+48 |
| | | |||||
