summaryrefslogtreecommitdiff
path: root/src/battle_gfx_sfx_util.c
AgeCommit message (Collapse)Author
2021-11-08Finish battle_anim_mons docGriffinR
2021-10-27Label remaining symbols in graphics.cGriffinR
2021-10-11Calculate pokemon substruct size, missing MON_PIC_SIZEGriffinR
2021-10-09More battle doc, add battle window idsGriffinR
2021-10-08Start misc battle documentationGriffinR
2021-10-02Document summary screen sprite managerGriffinR
2021-09-24Document some single-remaining symbolsGriffinR
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-05-06Fix Substitute typoFlametix
2021-03-29Add MON_PIC_SIZE constantGriffinR
2021-01-23Misc battle documentationGriffinR
2021-01-22Document battle_controller_player.cGriffinR
2021-01-04Fix substitute back spriteGriffinR
2020-12-10Merge remote-tracking branch 'upstream/master' into berry_crushKurausukun
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-09-19battle_gfx_sfx_util.c: Very annoying fakematch fix.Kaz
daycare.c: -g eliminates the need for the brace hack. battle_transition.c: Fix Phase2_Ripple_Func2...?
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183.
2020-09-04Match more functionsPokeCodec
2020-08-28Merge pull request #1146 from GriffinRichards/rename-songsGriffinR
Give songs meaningful english names
2020-08-28More formatting fixesPokeCodec
2020-08-20Give songs meaningful english namesGriffinR
2020-08-16Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contestGriffinR
2020-08-15Document contest appealGriffinR
2020-07-18Clean up some battle scr cmd dataGriffinR
2020-02-25Finish documenting move anim scriptsGriffinR
2019-10-31Clean up party_menu docGriffinR
2019-10-31Document party_menu second passGriffinR
2019-10-25Document party_menu first passGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-09-04Use gBattlerPositions constantsGriffinR
2019-07-29Two fakematches outDizzyEggg
2019-07-25Decompile pokemon unk 6DizzyEggg
2019-04-05Clean up data headersDizzyEggg
2019-01-29Rename a palace battle fieldDizzyEggg
2019-01-29Misc. documentation and move some data into .c filesMarcus Huderle
2018-12-25use max mon moves constant where able (#480)melthelesbian
* use max mon moves constant where able * fix errors in script commands file * fix more errors
2018-12-24Clear includesDizzyEggg
2018-12-20Merge with masterDizzyEggg
2018-12-17Document a bunch of battle anim stuffMarcus Huderle
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-21Fix LZ compressed data alignmentDiegoisawesome
2018-10-14Move 'blend_palette'.c to util.cDizzyEggg
2018-10-06Start porting ruby battle anim fileDizzyEggg
2018-10-06Merge pull request #320 from DizzyEggg/animsMarcus Huderle
Document battle animation scripts
2018-09-20Give labels to healthbox gfxDizzyEggg
2018-09-12Sync battle anim labels with pokerubyDizzyEggg