aboutsummaryrefslogtreecommitdiffstats
path: root/engine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Identify `wCurrentMapScriptFlags` bits (#467)Sylvie2024-09-245-5/+5
|
* Identify hardware register bits (#469)Sylvie2024-09-242-4/+4
|
* Identify more bit flags (#465)Sylvie2024-09-248-16/+24
| | | | | * Identify more bit flags * Space
* Fix comment: Road -> Roar (#466)Vortyne2024-09-241-4/+4
|
* Identify more flag bits (#464)Sylvie2024-09-2327-110/+119
|
* Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-1843-172/+173
|
* Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)Sylvie2024-09-1810-28/+26
| | | Also identify `wPPUpCountAndMaxPP`
* Use correct label in get_trainer_name.asm (#461)Vortyne2024-09-091-1/+1
|
* Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-0438-147/+146
|
* Identify wcd6d as wNameBuffer and others (#455)Sylvie2024-07-2421-50/+52
|
* Identify various flag labels and bit constants (#454)Sylvie2024-07-1660-443/+449
|
* Identify some unused WRAM variables (#453)Sylvie2024-06-1512-19/+19
|
* Fix hard-coded bankdannye2024-05-051-1/+1
|
* Update to RGBDS 0.7.0 (#447)Rangi2024-01-032-4/+4
|
* Clean up item comments (#443)SatoMew2023-12-181-11/+17
|
* Correct StarterDex function comment (#440)colawsol2023-12-061-1/+1
|
* Delete a couple EOL whitespace.vulcandth2023-11-221-1/+1
|
* Fix a few usages of EFFECTIVEdannye2023-11-213-4/+3
|
* Fix inaccurate comment in UpdateNPCSpriteRangi422023-11-211-2/+2
| | | | Fixes #404
* Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZERangi422023-11-211-5/+5
| | | | Fixes #430
* Use some more constants in place of raw numbersRangi422023-11-211-16/+16
|
* Replace some `$a` with `EFFECTIVE` (#399)RainbowMetalPigeon2023-11-211-2/+2
|
* Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407)SatoMew2023-11-212-4/+4
|
* Use MEGA_PUNCH constant in explosion animation routine (#434)BlueZangoose2023-11-212-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 usagesRangi422023-11-205-7/+7
|
* Add `bigdw` and `dc` data macrosRangi422023-11-206-82/+56
|
* Identify the unnamed HRAM variables and one WRAM label (#438)Vortyne2023-11-203-23/+23
|
* Name unnamed labels in seafoam islands and pokemon mansion script files (#435)Vortyne2023-11-191-1/+1
| | | | | * Update PokemonMansion1F.asm * Name unnamed seafoam/mansion labels
* Identify more map script labelsRangi422023-11-181-12/+12
|
* .calculateHPBarCoords incorrectly referenced OAMvulcandth2023-11-171-1/+1
| | | | | | Resolves #411 Co-Authored-By: SnDream <12762219+sndream@users.noreply.github.com>
* Add constants for wMapConnections bits and group map header wram labelsLinus Unnebäck2023-11-171-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)strager2023-09-201-1/+1
|
* Improve comment about the "ED" tile bug (#421)SatoMew2023-07-161-3/+2
|
* Use charmap in link_battle_versus_text (#415)Linus Unnebäck2023-07-161-2/+2
|
* Thoroughly document debug code (#410)SatoMew2023-07-158-78/+95
|
* Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-135-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)Vortyne2023-03-253-11/+11
|
* Complete and improve debug name labels (#408)SatoMew2023-02-264-17/+27
|
* Revert PR #395Rangi2022-09-261-1/+1
|
* Bug: Sprites can receive the wrong movement byte (#395)Vortyne2022-09-261-1/+1
| | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* Change names of move subanimations to be meaningful (#389)BlueZangoose2022-09-253-21/+22
| | | Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com>
* Use a SPRITE_SET_LENGTH constantRangi2022-09-241-4/+4
|
* Add constants and table macros for the map sprite sets (#392)Rangi2022-09-241-34/+38
| | | Fixes #391
* Use the same music headers as pokecrystal (#382)Rangi2022-08-116-10/+10
|
* Update comments related to Swift and Substitute checks (#380)SatoMew2022-08-111-2/+2
| | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* Replace Hard-Coded Number With Constant (#381)Chatot44442022-08-111-1/+1
| | | Replace a hard coded $a in CheckMapForMon with NUM_WILDMONS
* Clarify how Metronome picks a moveRangi2022-07-261-2/+3
|
* Identify some `.asm_*` labelsRangi2022-07-1017-76/+77
|
* Sync Pokédex rating text with pokeyellowRangi2022-07-101-51/+51
|
* Identify Pokédex rating textRangi2022-07-101-48/+48
|