aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix preinclude dependenciesmid-kid2022-10-251-8/+9
| | | | | | From pokecrystal: - 0425018d1ce5b3b726e3cd83f59f14ead9171c92 - 8b429e2a545e87407a3b8c7b92f7ceafc455e390
* Add `COUNTOF` macro to tools/common.hRangi2022-10-143-11/+13
|
* Update tools/unnamed.py for rgbds 0.6.0 object filesRangi2022-10-021-3/+3
|
* Require rgbds 0.6.0Rangi2022-10-0218-373/+43
|
* `startswith` works with a tupleRangi2022-09-301-1/+1
|
* 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>
* Bug: `SUBANIMTYPE_COORDFLIP` should be `SUBANIMTYPE_HVFLIP` (#394)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-259-526/+533
| | | Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com>
* Use a SPRITE_SET_LENGTH constantRangi2022-09-243-6/+8
|
* Add constants and table macros for the map sprite sets (#392)Rangi2022-09-245-125/+150
| | | Fixes #391
* Fix tools/unnamed.py and add tools/consts.pyRangi2022-09-182-2/+58
|
* Update and add more tool scriptsRangi2022-09-1812-95/+3207
|
* Distinguish Elite 4 "meta" constants from event constantsRangi2022-09-153-4/+6
| | | | Fixes #390
* Add `UNUSED_TYPE`/`UNUSED_TYPE_END` constantsRangi2022-09-112-1/+3
| | | | Fixes #385
* Comment about UndergroundPathNorthSouth.blk sizeRangi2022-09-111-1/+1
| | | | Fixes #387
* Copy pokecrystal's `map_const` macroRangi2022-09-111-251/+251
| | | | Fixes #386
* Rename `macros/wram.asm` to `macros/ram.asm` (#388)vulcandth2022-09-114-4/+4
|
* Link to the symbols branchRangi2022-09-101-0/+5
|
* Improve NPC trade labels and comments (#384)SatoMew2022-09-102-12/+16
| | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* Use the same music headers as pokecrystal (#382)Rangi2022-08-1125-554/+1313
|
* 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
* PP must be 40 or lessRangi2022-08-101-0/+1
|
* Clarify how Metronome picks a moveRangi2022-07-261-2/+3
|
* Basic Issue Template with Discord Link (#377)vulcandth2022-07-202-0/+9
| | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* Update commentdannye2022-07-151-1/+1
|
* Remove empty lines on the top of map header files (#375)vulcandth2022-07-10223-223/+0
|
* Identify some `.asm_*` labelsRangi2022-07-1020-92/+93
|
* Replace "branch" labels in SFX files with local namesRangi2022-07-10164-312/+7
|
* Replace "branch" labels in music files with local namesRangi2022-07-1047-1047/+812
|
* Sync Pokédex rating text with pokeyellowRangi2022-07-104-169/+169
|
* Identify Pokédex rating textRangi2022-07-102-64/+64
|
* wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton2022-07-0929-105/+105
|
* Remove comment about addressesRangi2022-07-091-1/+1
|
* Fix typo: HeatButt -> HeadButtdannye2022-07-041-2/+2
|
* Identify the rest of the hardware constants (#371)Colton G. Rushton2022-07-041-7/+3
| | | See https://github.com/pret/pokecrystal/pull/972 and https://github.com/pret/pokecrystal/pull/947 for details.
* party_struct constants and ExchangeBytes size (#364)vulcandth2022-07-043-3/+38
| | | Co-Authored-By: Rangi <35663410+Rangi42@users.noreply.github.com>
* Use backwards-compatible EQU syntax for rgbdscheck.asmRangi2022-06-301-3/+3
|
* Stop_reducing_move_anim_flashing_Dream_Eater -> ↵vulcandth2022-06-302-2/+2
| | | | Stop_reducing_move_anim_flashing_Blizzard (#369)
* Fix INSTALL.md's dead links (#365)Colton G. Rushton2022-06-261-8/+8
|
* VC ExchangeBytes Aliases (#363)vulcandth2022-06-223-9/+9
| | | Co-authored-by: aaaaaa123456789 <aaaaaa123456789@acidch.at>
* Automatically upload .sym files to a 'symbols' branchRangi2022-06-221-0/+21
| | | | Fixes #248
* `cp MR_FUJIS_HOUSE` -> `cp POKEMON_TOWER_7F + 1`Rangi2022-06-171-1/+1
| | | | Fixes #362
* Add a subdirectory for RAM filesRangi2022-06-176-14/+10
|
* Rename `SLP` to `SLP_MASK` (#361)vulcandth2022-06-175-15/+15
| | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
* Mention WildDataPointers in map_constants.asmRangi2022-06-071-0/+1
|
* RGBDS syntax updates (#358)vulcandth2022-06-06101-958/+958
| | | New MACRO and DEF syntax
* Improved Virtual Console patch identifiers (#357)vulcandth2022-06-0611-151/+153
|
* Remove Stadium data patch from tools/make_patch.c (#355)vulcandth2022-04-261-4/+0
|