summaryrefslogtreecommitdiff
path: root/src/rayquaza_scene.c
AgeCommit message (Collapse)Author
2021-11-17Merge pull request #1550 from GriffinRichards/doc-pokenavGriffinR
Document Pokénav
2021-11-13Merge pull request #1547 from GriffinRichards/doc-sounddataGriffinR
Clean up sound, add CRY_MODE constants
2021-11-10Clean up some register constant useGriffinR
2021-11-07Disambiguate cry functionsGriffinR
2021-11-03Propagate BG_COORD constantsGriffinR
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-15More usage of DISPLAY constantsGriffinR
2021-02-24Add palette selection constantsGriffinR
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-08-28Merge branch 'master' into doc-raysceneGriffinR
2020-08-27Clean up rayquaza scene documentationGriffinR
2020-08-27Document fifth rayquaza sceneGriffinR
2020-08-27Document fourth rayquaza sceneGriffinR
2020-08-27Document third rayquaza sceneGriffinR
2020-08-27Document second rayquaza sceneGriffinR
2020-08-27Document first rayquaza sceneGriffinR
2020-08-25Start documenting rayquaza_sceneGriffinR
2020-08-20Give songs meaningful english namesGriffinR
2020-06-23Document some overworld and field effectsGriffinR
2020-06-10Begin item_menu.c cleanupSierraffinity
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-04-04RGB ConstantsPhlosioneer
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2018-12-26Fix Bldalpha 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-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-07-15Document list_menu.c and main_menu.cDiegoisawesome
2018-02-07ray changesDizzyEggg
2018-02-01more function names in ray sceneDizzyEggg
2018-02-01more function names in ray sceneDizzyEggg
2018-02-01give some names ray sceneDizzyEggg
2018-02-01ray scene is decompiledDizzyEggg
2018-02-01more ray scene workDizzyEggg
2018-01-31start decompiling rayquaza sceneDizzyEggg
2017-12-26thirteenth wave of graphics.s dumpsProjectRevoTPP
2017-12-23dump all rayquaza scene data to CDizzyEggg
2017-12-23start rayquaza dumpingDizzyEggg