aboutsummaryrefslogtreecommitdiffstats
path: root/data/trainers (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-12-15Specify a max item length for `list_start` (#552)Rangi2-4/+6
2025-04-20Rename `Green1/2/3` to `Rival1/2/3` for consistencyRangi421-6/+6
2024-12-27Don't pass redundant label names to `table_width` and `list_start` (#125)Rangi6-6/+6
2024-12-27Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi6-6/+6
2023-02-17Fix trainer parties' comments (#104)mirko93s1-10/+19
Comments were taken from Red/Blue, some of them were incorrect for Yellow.
2022-12-28Add list assertion to TrainerNamesdannye1-47/+49
2022-12-28Add table assertion to `TrainerDataPointers` (#403)vulcandth2-0/+4
* Add table assertion to `TrainerDataPointers` * Add table assertion to `TrainerNamePointers`
2022-07-17fixed 2 locations/comments (#99)mirko93s1-0/+2
Last BugCatcher and last Lass are in Viridian Forest instead of Route 9 and Celadon Gym. These are the only 2 extra trainers yellow got compared to red/blue.
2022-06-06RGBDS syntax updates (#86)vulcandth2-3/+3
New MACRO and DEF syntax
2022-06-06RGBDS syntax updates (#358)vulcandth2-3/+3
New MACRO and DEF syntax
2022-04-08Add comment explaining the purpose of TrainerNamePointersRangi1-1/+3
2022-03-31Add comment explaining the purpose of TrainerNamePointers (#352)SatoMew1-1/+3
2021-12-09Fix incorrect comment about money received after battle (#346)stringflow1-1/+1
* fix incorrect comment about money received after battle * fix incorrect comment in wram.asm
2021-11-23Use compound assignment operatorsRangi1-1/+1
2021-05-30Eliminate unnecessary data macrosRangi1-1/+1
2021-04-17Use rgbds 0.5.0 features:Rangi1-4/+3
- FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
2021-03-25Verify data table and name list sizes with assertion macrosRangi4-1/+8
Fixes #312
2020-11-14Fix file modesdannye5-0/+0
2020-11-13Add constants for player and rival startersRangi1-6/+6
2020-11-06Sync more with pokeredRangi1-3/+3
2020-11-06Sync more with pokeyellowRangi1-3/+3
2020-11-05Remove trailing whitespaceRangi1-1/+1
2020-11-04Start reorganizing pokeyellowRangi2-14/+6
2020-11-04Sync with pokereddannye8-0/+1209
2020-07-17JUGGLER_X -> UNUSED_JUGGLERRangi5-27/+27
2020-07-17SONY -> RIVALRangi1-3/+3
2020-07-15Indent comments that describe data table macro formatsRangi3-10/+10
2020-07-14Clean up some data, using macros for multiline list entriesRangi7-724/+661
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi8-0/+1130
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.