aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove pcm.py since pcm.c handles itRangi422023-11-231-156/+0
* Rename pikachu palette packetsdannye2023-11-2111-92/+94
* Don't list unidentified labels in webhook right nowdannye2023-11-211-1/+1
* Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-2150-362/+346
|\
| * 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
| * Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZERangi422023-11-214-14/+14
| * 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
| * Update install instructions for Arch LinuxRotekoppen2023-11-211-3/+1
| * 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
| * 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
* | Extend tools/pcm.c to allow decoding .pcm to .wavRangi422023-11-201-9/+68
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-20730-13192/+14903
|\|
| * 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
| * Fix HallOfFake typodannye2023-11-191-2/+2
| * Fix Celedon typodannye2023-11-193-9/+9
| * Correct wTilePlayerStandingOn "unused?" comment (#433)Alchav2023-11-181-1/+1
| * Identify more map script labelsRangi422023-11-1817-102/+101
| * .calculateHPBarCoords incorrectly referenced OAMvulcandth2023-11-171-1/+1
| * Move charmap.asm to constants/vulcandth2023-11-172-2/+1
| * Replaced decomp list with pret.github.io linkAnonymousRandomPerson2023-11-171-21/+2
| * Add constants for wMapConnections bits and group map header wram labelsLinus Unnebäck2023-11-178-30/+35
| * 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
| * 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 scan_incl...Rangi2023-08-151-14/+38
| * 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