aboutsummaryrefslogtreecommitdiffstats
path: root/engine/movie/oak_speech (follow)
Commit message (Expand)AuthorAgeFilesLines
* explore: pivot to noclip free-roam cameraAsh Ketchum7 days1-1/+1
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-173-4/+12
|\
| * Use macros to enforce "missable/hide/show object" constraints, and rename the...Rangi2026-01-071-1/+1
| * Define player and rival names once, to be used in two places (#545)Rangi2025-12-011-2/+2
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-181-1/+10
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-11-121-3/+3
|\|
| * Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-3/+3
* | Misc. naming and cleanup (#139)Narishma-gb2025-09-101-3/+3
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-09-061-1/+1
|\|
| * Label and constant cleanup (#528)Narishma-gb2025-09-031-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-022-2/+2
|\|
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-302-3/+3
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-302-3/+3
|\|
| * Consistently capitalize `ASSERT` directives (#489)Rangi2025-01-281-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-10-091-1/+1
|\|
| * This byte is written to, but not used (#471)Vortyne2024-09-251-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-253-13/+13
|\|
| * Identify more bit flags (#465)Sylvie2024-09-241-2/+2
| * 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-2/+2
| * Identify various flag labels and bit constants (#454)Sylvie2024-07-161-5/+5
| * Identify some unused WRAM variables (#453)Sylvie2024-06-151-1/+1
* | Improve documentation of some SRAM routines (#114)SatoMew2024-06-261-2/+2
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-05-051-1/+1
|\|
| * Fix hard-coded bankdannye2024-05-051-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-211-6/+6
|\|
| * Add `bigdw` and `dc` data macrosRangi422023-11-201-6/+6
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-201-5/+11
|\|
| * Thoroughly document debug code (#410)SatoMew2023-07-151-5/+12
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-04-251-4/+6
|\|
| * Complete and improve debug name labels (#408)SatoMew2023-02-261-4/+6
| * RGBDS syntax updates (#358)vulcandth2022-06-061-1/+1
* | RGBDS syntax updates (#86)vulcandth2022-06-061-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-09-261-2/+2
|\|
| * wcf4b -> wStringBufferRangi2021-08-281-2/+2
* | 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
* | 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-151-1/+1
|\|
| * Label and document hFFD7 more accuratelySatoMew2020-11-291-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-143-0/+0
|\|
| * Fix file modesdannye2020-11-143-0/+0
| * Sync coordinate macros with pokecrystalRangi2020-07-073-11/+11
| * Use HIGH() and LOW()Rangi2020-07-071-2/+2
| * callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-061-1/+1
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-063-25/+25
| * Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi2020-07-051-2/+2
| * Port pokecrystal's formatting of text commands and special charactersRangi2020-07-043-20/+20