aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Clean up item comments (#443)SatoMew2023-12-183-15/+21
|
* Correct StarterDex function comment (#440)colawsol2023-12-061-1/+1
|
* Convert a couple ds 2 to dwvulcandth2023-11-223-4/+4
|
* Delete a couple EOL whitespace.vulcandth2023-11-222-2/+2
|
* Fix some map text constantsdannye2023-11-215-21/+21
|
* 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-214-14/+14
| | | | Fixes #430
* Rename two unused items as `ITEM_XX` like pokecrystalRangi422023-11-214-11/+11
|
* Use some more constants in place of raw numbersRangi422023-11-212-18/+23
|
* Replace some `$a` with `EFFECTIVE` (#399)RainbowMetalPigeon2023-11-211-2/+2
|
* Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407)SatoMew2023-11-214-79/+79
|
* Use MEGA_PUNCH constant in explosion animation routine (#434)BlueZangoose2023-11-214-8/+19
| | | | | | | | | * Use MEGA_PUNCH constant in explosion animation routine * Add AnimationType constants and assert --------- Co-authored-by: vulcandth <vulcandth@gmail.com>
* Update install instructions for Arch LinuxRotekoppen2023-11-211-3/+1
| | | RGBDS is now available in the official repos as community/rgbds
* Fix event checkdannye2023-11-201-1/+1
|
* List unidentified labels in Discord webhookRangi422023-11-201-1/+1
|
* Have palfix.py always output grayscaleRangi422023-11-201-19/+5
| | | | Fixes #431
* Identify `wSavedCoordIndex` and its other usagesRangi422023-11-2015-54/+57
|
* Add `bigdw` and `dc` data macrosRangi422023-11-208-91/+76
|
* Identify the unnamed HRAM variables and one WRAM label (#438)Vortyne2023-11-206-33/+30
|
* Name 2 unnamed labels I missed in SeafoamIslandsB4F and PokemonMansion3F (#437)Vortyne2023-11-192-4/+4
|
* Fix SAFFRONCTIY typodannye2023-11-192-2/+2
|
* Fix inconsistent B1F object constsdannye2023-11-192-6/+6
|
* Fix incorrect fallthrough commentdannye2023-11-191-1/+1
|
* Fix inconsistent object const namesdannye2023-11-196-27/+27
|
* Remove incorrect sign object constsdannye2023-11-192-3/+0
|
* Name unnamed labels in seafoam islands and pokemon mansion script files (#435)Vortyne2023-11-1910-105/+105
| | | | | * Update PokemonMansion1F.asm * Name unnamed seafoam/mansion labels
* Fix HallOfFake typodannye2023-11-191-2/+2
|
* Fix Celedon typodannye2023-11-193-9/+9
|
* Correct wTilePlayerStandingOn "unused?" comment (#433)Alchav2023-11-181-1/+1
| | | `TilePairCollisionsWater` contains the entry `db CAVERN, $14, $05`, which prevents surfing from raised cave ground tiles. If `wTilePlayerStandingOn` is not updated when the start menu is opened, it will be left at the previous tile, which will be the raised ground tile if you have just walked onto the stairs from one.
* Identify more map script labelsRangi422023-11-1817-102/+101
|
* .calculateHPBarCoords incorrectly referenced OAMvulcandth2023-11-171-1/+1
| | | | | | Resolves #411 Co-Authored-By: SnDream <12762219+sndream@users.noreply.github.com>
* Move charmap.asm to constants/vulcandth2023-11-172-2/+1
|
* Replaced decomp list with pret.github.io linkAnonymousRandomPerson2023-11-171-21/+2
| | | | | | | | | | | | | * Added newer decomp projects to readme * Lowercase pret * Replaced decomp list with pret.github.io link * Align readme with pokecrystal --------- Co-authored-by: vulcandth <vulcandth@gmail.com>
* Add constants for wMapConnections bits and group map header wram labelsLinus Unnebäck2023-11-178-30/+35
| | | | | | | | | * Add constants for wMapConnections bits * Apply Vulcandth and Rangi42 feedback --------- Co-authored-by: vulcandth <vulcandth@gmail.com>
* Use map object consts in data/maps/hide_show_data.asm (#432)dannye2023-10-11210-1149/+1155
|
* Use PSN constant in PoisonEffect routine (#426)strager2023-09-201-1/+1
|
* Fix wPlayerHPBarColor type (#429)Linus Unnebäck2023-09-201-2/+2
|
* Fix tools/free_space.awk for new rgbds (pret/pokecrystal#1049) (#416)vulcandth2023-08-261-5/+13
| | | Co-authored-by: mid-kid <esteve.varela@gmail.com>
* text_2.asm: trivial missing whitespace (#425)Zachary Buhman2023-08-261-1/+1
|
* CI copy `.map` files to symbols branch (#428)vulcandth2023-08-261-1/+2
|
* Missing usage of def_script_pointers (#423)Vortyne2023-08-261-0/+1
|
* Correct constant name (SILPH, not SLIPH) (#422)Vortyne2023-08-261-1/+1
|
* Fix segfaults at EOF, add token/newline checks, and support '\r' in ↵Rangi2023-08-151-14/+38
| | | | scan_includes.c
* 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-1518-109/+128
|
* Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-13664-11578/+13242
| | | 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.
* Make wCurrentBoxNum a byte instead of word (#414)Linus Unnebäck2023-05-101-1/+3
|
* Update `EndBug` to v9.dannye2023-04-251-2/+1
|