summaryrefslogtreecommitdiff
path: root/src/intro.c
AgeCommit message (Collapse)Author
2021-11-17Merge pull request #1550 from GriffinRichards/doc-pokenavGriffinR
Document Pokénav
2021-11-13Merge pull request #1549 from GriffinRichards/doc-binterfaceGriffinR
Document remaining symbols in battle_interface, palette, and save
2021-11-10Clean up some register constant useGriffinR
2021-11-08Document remainder of save.cGriffinR
2021-11-07Disambiguate cry functionsGriffinR
2021-11-07Add CRY_MODE constantsGriffinR
2021-10-07Merge branch 'master' into doc-unionGriffinR
2021-10-05Continue misc link documentation, rename reset_save_heapGriffinR
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-03-29Merge branch 'master' into doc-introcredGriffinR
2021-03-29Standardize intro gfx namesGriffinR
2021-03-28Document intro, start intro_credits/creditsGriffinR
2021-03-21Add SAFE_DIVGriffinR
2021-02-24Add palette selection constantsGriffinR
2021-01-19Remove unused local variables and functionsGriffinR
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-08-20Give songs meaningful english namesGriffinR
2020-02-25Document move anims A-CGriffinR
2020-01-12Clean up some of save.cGriffinR
2019-12-06More usage of ST_OAM constants and SPRITE macrosGriffinR
2019-12-06Use ST_OAM constants for OamData definitionsGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-16Document the water droplet data.Phlosioneer
2019-02-17use BG_SCREEN_ADDR macro for tilemap addressesgarak
2019-02-16use BG_CHAR_ADDR definegarak
2019-02-13Fix spelling of RayquazaPhlosioneer
2019-02-09Document the intro movie state machinePhlosioneer
Need to study the water droplet animation more closely before they can be renamed; otherwise, this names every major symbol in this file.
2018-12-173.5 asm leftDizzyEggg
2018-12-06Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵nullableVoidPtr
spaces -> tabs
2018-12-06Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵nullableVoidPtr
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation
2018-10-21more tag namesgarak
2018-10-21Fix LZ compressed data alignmentDiegoisawesome
2018-10-14Move 'blend_palette'.c to util.cDizzyEggg
2018-09-15Add anim tag sprite definesDizzyEggg
2018-02-15Finish decompiling introDiegoisawesome
2018-02-15Almost finish decompiling introDiegoisawesome