aboutsummaryrefslogtreecommitdiffstats
path: root/engine/movie/credits.asm (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-14Fix file modesdannye1-0/+0
2020-08-28Separate splash screen, intro, and credits (like pokegold/pokecrystal)Rangi1-1/+1
2020-07-07Use 'tile' and 'tiles' macrosRangi1-7/+7
2020-07-07Sync coordinate macros with pokecrystalRangi1-7/+7
2020-07-06callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi1-2/+2
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi1-16/+16
2020-07-05Port credits command constants from pokeyellowRangi1-7/+7
2020-07-03H_CONSTANTNAMES -> hConstantNamesRangi1-5/+5
2020-07-03Organize macros/ like pokecrystalRangi1-1/+1
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi1-3/+3
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi1-0/+0
2020-06-27Organize gfx/Rangi1-1/+1
2018-03-10Use rgbgfx and c tools instead of the submodule.yenatch1-1/+1
2017-12-30Add space between arguments in assembly instructions and remove redundant a i...xCrystal1-26/+26
2016-06-12sync engine code with pokeyellowYamaArashi1-3/+3
2016-06-12Remove some leftover address commentsdannye1-1/+1
2016-06-11remove address commentsYamaArashi1-12/+12
2015-08-09Replace some hardcoded data sizesdannye1-1/+2
2015-08-05Use more lbdannye1-2/+2
2015-07-24named animation functions/variablesYamaArashi1-5/+5
2015-07-21Name some battle sound effectsdannye1-2/+2
2015-07-19replace uses of minus oneYamaArashi1-1/+1
2015-07-18miscYamaArashi1-1/+1
2015-07-18Consolidate coord macrosdannye1-7/+7
2015-07-14hall of fame / creditsYamaArashi1-58/+66
2015-07-14Use more screen dimension constantsdannye1-1/+1
2015-07-14Use more *Coorddannye1-10/+13
2015-07-13comment slot machineYamaArashi1-2/+2
2015-07-12use constant for bg transfer dest hram varYamaArashi1-1/+1
2015-07-03Rename/organize part 1 of 4U-Daniel-PC\Daniel1-17/+17
2014-09-23Rename hVBlank* constants to h*.yenatch1-1/+1
2014-08-08Labelled many functions/variablesYamaArashi1-1/+1
2014-06-25Use *Coord instead of FuncCoordU-Fish-PC\Daniel1-12/+6
2014-06-16Rename predef functions so they aren't excessive in length.yenatch1-1/+1
2014-05-31Relabel a few missed map scripts and TheEndTextStringU-Fish-PC\Daniel1-2/+3
2014-05-30Remove redundant dimensions in image filenames.yenatch1-1/+1
2014-05-29Use VRAM constants where applicable.yenatch1-9/+9
2014-05-26Remove most static wram addresses. Use labels instead.yenatch1-11/+11
2014-05-22Pull a lot of engine out of main.asmU-Fish-PC\Daniel1-0/+263