aboutsummaryrefslogtreecommitdiffstats
path: root/engine/movie/trade.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use `SOUND_MASK` constant in `TradeAnimCommon` (#159)CreamElDudJafar2026-06-201-1/+1
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-2/+2
|\
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | - Use `OBJ_SIZE` and `TILE_SIZE` from hardware.inc. - `SPRITESTATEDATA1_LENGTH`, `NUM_SPRITESTATEDATA_STRUCTS` and `TILE_1BPP_SIZE` are used in some places. - Highlight an oversight in `OakSpeech` where several direct MBC bank switches are requested. - Remove redundant comments in home/overworld.asm. - Add unreferenced `FillBgMap` function to avoid a byte of dead code. - Some constants added in wram.asm. - Correctly separate the commented code in `SaveMainData`.
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-11-121-2/+2
|\|
| * Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-2/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-09-061-6/+6
|\|
| * Label and constant cleanup (#528)Narishma-gb2025-09-031-6/+6
| | | | | | | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-021-20/+20
|\|
| * Use combined hardware constantsRangi422025-06-301-1/+1
| |
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-19/+19
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-301-5/+5
|\|
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-10-091-27/+37
|\|
| * `dbsprite` is the wrong macro for `WriteOAMBlock` data (#472)Vortyne2024-09-291-27/+37
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-9/+9
|\|
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-181-3/+3
| |
| * Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-041-1/+1
| |
| * Identify wcd6d as wNameBuffer and others (#455)Sylvie2024-07-241-1/+1
| |
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-161-4/+4
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2022-09-121-1/+1
|\|
| * wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton2022-07-091-3/+3
| |
| * RGBDS syntax updates (#358)vulcandth2022-06-061-3/+3
| | | | | | New MACRO and DEF syntax
* | wOAMBuffer -> wShadowOAM (#95)Colton G. Rushton2022-07-091-3/+3
| |
* | RGBDS syntax updates (#86)vulcandth2022-06-061-3/+3
| | | | | | New MACRO and DEF syntax
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-09-261-1/+1
|\|
| * wcf4b -> wStringBufferRangi2021-08-281-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-9/+9
| |
| * Port dbsprite macro for OAM y,x,tile,attr data from pokecrystalRangi2020-07-171-22/+24
| |
| * Identify remaining tilemap IDsRangi2020-07-171-3/+3
| |
| * Use 'tile' and 'tiles' macrosRangi2020-07-071-2/+2
| |
| * Sync coordinate macros with pokecrystalRangi2020-07-071-16/+16
| |
| * Use HIGH() and LOW()Rangi2020-07-071-2/+2
| |
| * callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-061-2/+2
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-56/+56
| |
| * Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-16/+16
| |
| * H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-18/+18
| |
| * Add subdirectories to engine/ similar to pokecrystalRangi2020-07-021-0/+853
|
* Sync with pokereddannye2020-11-041-0/+859