aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Make wCurrentBoxNum a byte instead of word (#414)Linus Unnebäck2023-05-101-1/+3
* | Add sound bits documentation for wOptions (#110)Linus Unnebäck2023-07-161-1/+6
* | Remove unused pikacry macro (#106)Linus Unnebäck2023-04-251-4/+0
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-04-2519-110/+128
|\|
| * Update `EndBug` to v9.dannye2023-04-251-2/+1
| * Name some unnamed animation constants (#396)Vortyne2023-03-255-20/+20
| * Dex weights are in tenths of a poundRainbowMetalPigeon2023-03-251-1/+1
| * Complete and improve debug name labels (#408)SatoMew2023-02-265-18/+28
| * Add list assertion to TrainerNamesdannye2022-12-281-47/+49
| * Add table assertion to `TrainerDataPointers` (#403)vulcandth2022-12-282-0/+4
| * Use rgbds 0.6.1 (0.6.0 also still works)Rangi2022-12-032-12/+12
| * Fix preinclude dependenciesmid-kid2022-10-251-8/+9
| * Add `COUNTOF` macro to tools/common.hRangi2022-10-143-11/+13
* | Fix trainer parties' comments (#104)mirko93s2023-02-171-10/+19
* | Use rgbds 0.6.1 (0.6.0 also still works)Rangi2022-12-032-12/+12
* | Move `ShoreTiles` and `WaterTile` into data/Rangi2022-10-052-7/+9
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2022-10-021-3/+3
|\|
| * Update tools/unnamed.py for rgbds 0.6.0 object filesRangi2022-10-021-3/+3
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2022-10-0230-1023/+725
|\|
| * Require rgbds 0.6.0Rangi2022-10-0218-373/+43
| * `startswith` works with a tupleRangi2022-09-301-1/+1