aboutsummaryrefslogtreecommitdiffstats
path: root/engine/events/in_game_trades.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-4/+4
|\
| * Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb2025-11-271-3/+3
| |
| * Avoid magic numbers for most `CopyData` calls (#542)Rangi2025-11-251-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-09-061-1/+1
|\|
| * Use `dname` macro to automatically pad names with `"@"` characters (#525)Rangi2025-08-171-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-05-101-6/+23
|\|
| * Use constants for trade text indexes (#501)Rangi2025-03-081-5/+23
| |
| * Miscellaneous cleanup (#488)Rangi2025-01-281-1/+1
| | | | | | Co-authored-by: SatoMew <SatoMew@users.noreply.github.com>
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-7/+7
|\|
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-181-1/+1
| |
| * Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-041-2/+2
| |
| * Identify wcd6d as wNameBuffer and others (#455)Sylvie2024-07-241-1/+1
| |
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-161-3/+3
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2022-09-121-1/+1
|\|
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|\|
| * Fix file modesdannye2020-11-141-0/+0
| |
| * Add comments associating constants with data, and identify some more dataRangi2020-07-201-0/+1
| |
| * callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-061-3/+3
| |
| * Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-38/+37
| |
| * Add subdirectories to data/ similar to pokecrystalRangi2020-07-031-1/+1
| | | | | | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
| * Add subdirectories to engine/ similar to pokecrystalRangi2020-07-021-0/+330
|
* Sync with pokereddannye2020-11-041-0/+350