aboutsummaryrefslogtreecommitdiffstats
path: root/engine/movie/credits.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-12/+15
|\
| * Comment more unreferenced local labels (#550)Narishma-gb2025-12-151-9/+12
| |
| * 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-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-021-2/+2
|\|
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-301-4/+4
|\|
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-09-251-4/+4
|\|
| * Identify remaining uses of `wd0b5` and `wd11e` (#463)Sylvie2024-09-181-1/+1
| |
| * Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)Sylvie2024-08-041-1/+1
| |
| * Identify some unused WRAM variables (#453)Sylvie2024-06-151-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-211-4/+4
|\|
| * Add `bigdw` and `dc` data macrosRangi422023-11-201-4/+4
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|\|
| * Fix file modesdannye2020-11-141-0/+0
| |
| * Separate splash screen, intro, and credits (like pokegold/pokecrystal)Rangi2020-08-281-1/+1
| |
| * Use 'tile' and 'tiles' macrosRangi2020-07-071-7/+7
| |
| * Sync coordinate macros with pokecrystalRangi2020-07-071-7/+7
| |
| * callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-061-2/+2
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-16/+16
| |
| * Port credits command constants from pokeyellowRangi2020-07-051-7/+7
| |
| * H_CONSTANTNAMES -> hConstantNamesRangi2020-07-031-5/+5
| |
| * Organize macros/ like pokecrystalRangi2020-07-031-1/+1
| | | | | | | | While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
| * Add subdirectories to data/ similar to pokecrystalRangi2020-07-031-3/+3
| | | | | | | | 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/+270
|
* Sync with pokereddannye2020-11-041-0/+322