aboutsummaryrefslogtreecommitdiffstats
path: root/engine (follow)
Commit message (Collapse)AuthorAge
* Identify more map script labelsRangi422023-11-18
|
* .calculateHPBarCoords incorrectly referenced OAMvulcandth2023-11-17
| | | | | | 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-17
| | | | | | | | | * 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-20
|
* Improve comment about the "ED" tile bug (#421)SatoMew2023-07-16
|
* Use charmap in link_battle_versus_text (#415)Linus Unnebäck2023-07-16
|
* Thoroughly document debug code (#410)SatoMew2023-07-15
|
* Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-13
| | | 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-25
|
* Complete and improve debug name labels (#408)SatoMew2023-02-26
|
* Revert PR #395Rangi2022-09-26
|
* Bug: Sprites can receive the wrong movement byte (#395)Vortyne2022-09-26
| | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* Change names of move subanimations to be meaningful (#389)BlueZangoose2022-09-25
| | | Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com>
* Use a SPRITE_SET_LENGTH constantRangi2022-09-24
|
* Add constants and table macros for the map sprite sets (#392)Rangi2022-09-24
| | | Fixes #391
* Use the same music headers as pokecrystal (#382)Rangi2022-08-11
|
* Update comments related to Swift and Substitute checks (#380)SatoMew2022-08-11
| | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* Replace Hard-Coded Number With Constant (#381)Chatot44442022-08-11
| | | Replace a hard coded $a in CheckMapForMon with NUM_WILDMONS
* Clarify how Metronome picks a moveRangi2022-07-26
|
* Identify some `.asm_*` labelsRangi2022-07-10
|
* Sync Pokédex rating text with pokeyellowRangi2022-07-10
|
* Identify Pokédex rating textRangi2022-07-10
|
* wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton2022-07-09
|
* party_struct constants and ExchangeBytes size (#364)vulcandth2022-07-04
| | | Co-Authored-By: Rangi <35663410+Rangi42@users.noreply.github.com>
* Stop_reducing_move_anim_flashing_Dream_Eater -> ↵vulcandth2022-06-30
| | | | Stop_reducing_move_anim_flashing_Blizzard (#369)
* VC ExchangeBytes Aliases (#363)vulcandth2022-06-22
| | | Co-authored-by: aaaaaa123456789 <aaaaaa123456789@acidch.at>
* `cp MR_FUJIS_HOUSE` -> `cp POKEMON_TOWER_7F + 1`Rangi2022-06-17
| | | | Fixes #362
* Rename `SLP` to `SLP_MASK` (#361)vulcandth2022-06-17
| | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* RGBDS syntax updates (#358)vulcandth2022-06-06
| | | New MACRO and DEF syntax
* Improved Virtual Console patch identifiers (#357)vulcandth2022-06-06
|
* Add hSerialConnectionStatus vc_assert (#354)vulcandth2022-04-17
|
* Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth2022-03-26
|
* Gen 1's Minimize graphic was not a complete 8x8 tileRangi2022-03-04
|
* Use ~X instead of $ff ^ XRangi2021-11-23
|
* Add some constants for options (#344)Yoann Fievez2021-11-05
| | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* Refactorize check button pressed (#340)Yoann Fievez2021-11-05
|
* Comment on the CooltrainerFAI bugRangi2021-11-03
| | | | Fixes #308
* Identify some percentage constant valuesRangi2021-11-02
|
* Fix typos (#334)Amber Brault2021-09-26
|
* wcf4b -> wStringBufferRangi2021-08-28
|
* Correct comments on SwitchAndTeleportEffectSnorlaxMonster2021-06-14
| | | | | | | The comments in the SwitchAndTeleportEffect section incorrectly stated that the random number was generated in the half-open interval [0, playerLevel + enemyLevel), instead of the closed interval [0, playerLevel + enemyLevel].
* More WRAM label cleanup (still needs UNIONs and renaming)Rangi2021-05-31
|
* Reformat MoveBoulderDustFunctionPointerTableRangi2021-05-31
|
* Improve some RAM formattingRangi2021-05-31
|
* Use macros for bit arraysRangi2021-05-23
|
* Use BANK("Pics #") for Pokémon and trainer picsRangi2021-05-06
|
* Use {interpolation} to generate sequences of RAM labelsRangi2021-04-27
| | | | Fixes #319
* Use rgbds 0.5.0 features:Rangi2021-04-17
| | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
* Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constantRangi2021-04-13
|
* Trim extra newlines from some filesRangi2021-04-08
|