aboutsummaryrefslogtreecommitdiffstats
path: root/engine/movie (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2024-10-092-28/+38
|\
| * `dbsprite` is the wrong macro for `WriteOAMBlock` data (#472)Vortyne2024-09-291-27/+37
| * This byte is written to, but not used (#471)Vortyne2024-09-251-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-2510-50/+52
|\|
| * Identify hardware register bits (#469)Sylvie2024-09-242-4/+4
| * Identify more bit flags (#465)Sylvie2024-09-241-2/+2
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-187-16/+16
| * Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-046-10/+10
| * Identify wcd6d as wNameBuffer and others (#455)Sylvie2024-07-244-6/+6
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-163-11/+13
| * Identify some unused WRAM variables (#453)Sylvie2024-06-152-2/+2
* | Improve documentation of some SRAM routines (#114)SatoMew2024-06-263-6/+6
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-05-051-1/+1
|\|
| * Fix hard-coded bankdannye2024-05-051-1/+1
* | Rename pikachu palette packetsdannye2023-11-211-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-212-10/+10
|\|
| * Add `bigdw` and `dc` data macrosRangi422023-11-202-10/+10
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-202-7/+13
|\|
| * Thoroughly document debug code (#410)SatoMew2023-07-152-9/+16
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-04-252-13/+20
|\|
| * Complete and improve debug name labels (#408)SatoMew2023-02-262-13/+20
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2022-10-021-4/+4
|\|
| * Change names of move subanimations to be meaningful (#389)BlueZangoose2022-09-251-4/+4
* | Merge branch 'master' of https://github.com/pret/pokereddannye2022-09-123-3/+3
|\|
| * Use the same music headers as pokecrystal (#382)Rangi2022-08-111-1/+1
| * wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton2022-07-095-17/+17
| * RGBDS syntax updates (#358)vulcandth2022-06-063-5/+5
* | Fix some whitespaceRangi2022-08-071-2/+2
* | wOAMBuffer -> wShadowOAM (#95)Colton G. Rushton2022-07-097-40/+40
* | RGBDS syntax updates (#86)vulcandth2022-06-063-5/+5
* | Improved Virtual Console patch identifiers (#85)vulcandth2022-06-061-5/+5
* | Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth2022-03-261-0/+5
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-09-263-4/+4
|\|
| * wcf4b -> wStringBufferRangi2021-08-283-4/+4
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-301-1/+1
|\|
| * Use {interpolation} to generate sequences of RAM labelsRangi2021-04-271-1/+1
* | Use pokecrystal's sine_table macroRangi2021-04-181-1/+1
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-04-131-1/+1
|\|
| * Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constantRangi2021-04-131-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-12-154-4/+4
|\|
| * Label and document hFFD7 more accuratelySatoMew2020-11-294-4/+4
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-1413-0/+0
|\|
| * Fix file modesdannye2020-11-1412-0/+0
| * Use STARTER1 and STARTER2 for the title screenRangi2020-11-071-2/+2
| * Sync home and macro code with pokeyellowRangi2020-11-051-2/+2
| * Some formatting changesRangi2020-10-191-6/+2
| * Define a constant for the ghost Marowak (hard-coded throughout the engine, li...Rangi2020-08-311-1/+2
| * Separate splash screen, intro, and credits (like pokegold/pokecrystal)Rangi2020-08-283-13/+13
| * 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-172-59/+61