aboutsummaryrefslogtreecommitdiffstats
path: root/data/events (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Comment all trade locations (#161)CreamElDudJafar2026-07-021-7/+7
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-172-560/+570
|\
| * Use macros to enforce "hidden object" constraints, and rename them to ↵Rangi2026-01-072-668/+599
| | | | | | | | "hidden events" (#559)
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-11-121-1/+2
|\|
| * Expand comment on `_AfterTrade2Text ` to mention pokeyellow's changes (#536)PokefanMarcel2025-11-061-1/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-09-061-11/+16
|\|
| * Use `dname` macro to automatically pad names with `"@"` characters (#525)Rangi2025-08-171-11/+16
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-05-101-2/+5
|\|
| * Further improve NPC trade labels and comments (#493)SatoMew2025-04-081-2/+5
| |
| * Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi2024-12-273-3/+3
| |
* | Don't pass redundant label names to `table_width` and `list_start` (#125)Rangi2024-12-273-3/+3
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-05-052-0/+4
|\|
| * Use constant in wram for hidden item flags (#445)Vortyne2024-05-052-0/+4
| | | | | | Prevents defining more hidden items than the flag array has room for
* | Merge branch 'master' of https://github.com/pret/pokereddannye2022-09-121-10/+14
|\|
| * Improve NPC trade labels and comments (#384)SatoMew2022-09-101-10/+14
| | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
| * RGBDS syntax updates (#358)vulcandth2022-06-064-6/+6
| | | | | | New MACRO and DEF syntax
* | RGBDS syntax updates (#86)vulcandth2022-06-064-6/+6
| | | | | | New MACRO and DEF syntax
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-301-9/+9
|\|
| * Eliminate unnecessary data macrosRangi2021-05-301-14/+14
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-03-251-0/+2
|\|
| * Verify data table and name list sizes with assertion macrosRangi2021-03-251-0/+2
| | | | | | | | Fixes #312
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-147-0/+0
|\|
| * Fix file modesdannye2020-11-147-0/+0
| |
| * Use constants to delineate map types, and factor out more dataRangi2020-08-313-0/+68
| |
| * Document more hidden object data and behaviorRangi2020-08-301-60/+67
| |
| * Identify some map object related constantsRangi2020-08-171-6/+6
| |
| * Add comments associating constants with data, and identify some more dataRangi2020-07-201-0/+1
| |
| * Indent comments that describe data table macro formatsRangi2020-07-153-3/+3
| |
| * Clean up some data, using macros for multiline list entriesRangi2020-07-145-100/+104
| |
| * TM/HM constants named after movesRangi2020-07-051-3/+3
| |
| * Port and improve hidden_object macro from pokeyellowRangi2020-07-051-593/+401
| |
| * Replace raw hex values with HRAM constantsRangi2020-07-031-23/+23
| | | | | | | | To do: turn constants into labels and use ldh
| * Add subdirectories to data/ similar to pokecrystalRangi2020-07-037-0/+1086
| | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
* Sync with pokereddannye2020-11-0410-0/+832