aboutsummaryrefslogtreecommitdiffstats
path: root/engine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Identify some `.asm_*` labelsRangi2022-07-1010-58/+58
|
* wOAMBuffer -> wShadowOAM (#95)Colton G. Rushton2022-07-0931-135/+135
|
* party_struct constants and ExchangeBytes size (#91)vulcandth2022-07-041-3/+3
| | | Co-Authored-By: Rangi <35663410+Rangi42@users.noreply.github.com>
* VC ExchangeBytes Aliases (#90)vulcandth2022-06-221-2/+2
| | | Co-authored-by: aaaaaa123456789 <aaaaaa123456789@acidch.at>
* `cp MR_FUJIS_HOUSE` -> `cp POKEMON_TOWER_7F + 1`Rangi2022-06-171-1/+1
|
* Rename `SLP` to `SLP_MASK` (#89)vulcandth2022-06-175-16/+16
| | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* RGBDS syntax updates (#86)vulcandth2022-06-0615-20/+20
| | | New MACRO and DEF syntax
* Improved Virtual Console patch identifiers (#85)vulcandth2022-06-0610-48/+48
|
* Add hSerialConnectionStatus vc_assert (#83)vulcandth2022-04-171-0/+8
|
* Identify local labels for OptionsMenu_TextSpeed (#76)Alberto Leal2022-04-081-8/+8
|
* Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth2022-03-2610-20/+95
|
* Gen 1's Minimize graphic was not a complete 8x8 tileRangi2022-03-041-2/+10
|
* Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-11-2322-66/+54
|\
| * Use ~X instead of $ff ^ XRangi2021-11-233-4/+4
| |
| * Add some constants for options (#344)Yoann Fievez2021-11-055-11/+10
| | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
| * Refactorize check button pressed (#340)Yoann Fievez2021-11-0515-48/+48
| |
| * Comment on the CooltrainerFAI bugRangi2021-11-031-0/+3
| | | | | | | | Fixes #308
| * Identify some percentage constant valuesRangi2021-11-023-22/+22
| |
* | Identify starter pikachu happiness boost medicine check (#72)Daniel Harding2021-11-021-3/+3
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-09-2613-36/+36
|\|
| * Fix typos (#334)Amber Brault2021-09-261-1/+1
| |
| * wcf4b -> wStringBufferRangi2021-08-2813-35/+35
| |
| * Correct comments on SwitchAndTeleportEffectSnorlaxMonster2021-06-141-2/+2
| | | | | | | | | | | | | | 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].
* | Correct comments on SwitchAndTeleportEffectSnorlaxMonster2021-06-191-2/+2
| | | | | | | | | | | | | | 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].
* | Some miscellaneous changes, syncing more with pokeredRangi2021-05-311-1/+1
| |
* | Clean up Yellow's WRAMRangi2021-05-312-5/+5
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-05-315-56/+51
|\|
| * More WRAM label cleanup (still needs UNIONs and renaming)Rangi2021-05-314-11/+11
| |
| * Reformat MoveBoulderDustFunctionPointerTableRangi2021-05-311-15/+9
| |
| * Improve some RAM formattingRangi2021-05-312-2/+2
| |
* | Improve some RAM formattingRangi2021-05-312-1/+3
| |
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-301-1/+7
|\|
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-231-1/+2
|\|
| * Use macros for bit arraysRangi2021-05-231-1/+2
| |
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-091-1/+1
|\|
| * Use BANK("Pics #") for Pokémon and trainer picsRangi2021-05-061-1/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-3011-35/+35
|\|
| * Use {interpolation} to generate sequences of RAM labelsRangi2021-04-2710-27/+27
| | | | | | | | Fixes #319
* | Use pokecrystal's sine_table macroRangi2021-04-183-3/+3
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-171-2/+2
|\|
| * Use rgbds 0.5.0 features:Rangi2021-04-171-2/+2
| | | | | | | | | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-04-131-1/+1
|\|
| * Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constantRangi2021-04-131-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-131-1/+1
|\|
| * Trim extra newlines from some filesRangi2021-04-081-1/+0
| |
| * Fix incorrect sfx iddannye2021-03-301-1/+1
| | | | | | | | AUDIO_1 is loaded during trade animations, not AUDIO_2
* | Trim extra newlines from some filesRangi2021-04-081-1/+0
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-03-259-24/+19
|\|
| * Verify data table and name list sizes with assertion macrosRangi2021-03-258-21/+16
| | | | | | | | Fixes #312
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-02-211-19/+21
|\|