summaryrefslogtreecommitdiff
path: root/src/title_screen.c
AgeCommit message (Collapse)Author
2021-12-28Rename generic title screen tilemapsGriffinR
2021-10-27Label remaining symbols in graphics.cGriffinR
2021-10-09More battle doc, add battle window idsGriffinR
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-04-15Misc reg constant cleanupGriffinR
2021-04-15More usage of WININ/OUT constantsGriffinR
2021-04-15More usage of DISPLAY constantsGriffinR
2021-03-28Document intro, start intro_credits/creditsGriffinR
2021-02-24Add palette selection constantsGriffinR
2020-09-04Switch to button macrosPokeCodec
2020-08-20Give songs meaningful english namesGriffinR
2020-04-24Add tilemap rendering capability to gbagfxPikalaxALT
2020-04-15Remove debug sound check.PlatinumMaster
2020-04-15Finalized pull request.PlatinumMaster
2019-12-06More usage of ST_OAM constants and SPRITE macrosGriffinR
2019-12-06Use ST_OAM constants for OamData definitionsGriffinR
2019-04-04RGB ConstantsPhlosioneer
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-16Ranges are magicPhlosioneer
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-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-26Fix Bldalpha argsDizzyEggg
2018-12-26Fix bldcnt gpu reg argsDizzyEggg
2018-12-173.5 asm leftDizzyEggg
2018-12-06Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵nullableVoidPtr
spaces -> tabs
2018-11-19Decompile all of battle_anim_utility_funcsMarcus Huderle
2018-10-21Fix LZ compressed data alignmentDiegoisawesome
2018-07-15Document list_menu.c and main_menu.cDiegoisawesome
2018-05-11Use song constantsDiegoisawesome
2018-02-04decompile title screenDizzyEggg