aboutsummaryrefslogtreecommitdiffstats
path: root/engine/movie/oak_speech/oak_speech.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-1/+9
|\
| * Use more hardware and graphics constants (#532)Narishma-gb2025-11-181-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | - 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`.
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-301-2/+2
| |
* | Misc. naming and cleanup (#139)Narishma-gb2025-09-101-3/+3
| | | | | | | | | | | | | | | | | | * Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar`
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-301-2/+2
|\|
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-10/+10
|\|
| * Identify more bit flags (#465)Sylvie2024-09-241-2/+2
| | | | | | | | | | * Identify more bit flags * Space
| * 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 various flag labels and bit constants (#454)Sylvie2024-07-161-5/+5
| |
* | Improve documentation of some SRAM routines (#114)SatoMew2024-06-261-2/+2
| |
* | 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
| |
* | 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-141-0/+0
|\|
| * Fix file modesdannye2020-11-141-0/+0
| |
| * Sync coordinate macros with pokecrystalRangi2020-07-071-4/+4
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-11/+11
| |
| * Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi2020-07-051-2/+2
| |
| * Port pokecrystal's formatting of text commands and special charactersRangi2020-07-041-12/+12
| |
| * Replace raw hex values with HRAM constantsRangi2020-07-031-4/+4
| | | | | | | | To do: turn constants into labels and use ldh
| * H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-4/+4
| |
| * Organize macros/ like pokecrystalRangi2020-07-031-4/+4
| | | | | | | | While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
| * Add engine/movie/oak_speech/ subdirectoryRangi2020-07-031-0/+233
|
* Add constants for player and rival startersRangi2020-11-131-1/+1
|
* Sync with pokereddannye2020-11-041-0/+244