summaryrefslogtreecommitdiff
path: root/src/battle_transition.c
AgeCommit message (Collapse)Author
2021-10-29Clean up battle transition docGriffinR
2021-10-29Finish documenting battle_transitionGriffinR
2021-10-29Continue battle_transition documentingGriffinR
2021-10-26Start battle_transition documentingGriffinR
2021-10-25Drop battle transition 'phase' terminologyGriffinR
2021-09-14Add TAG_NONEGriffinR
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-05-31[PROBABLY LEAK-INFORMED] fix battle_transition fakematch, makeKurausukun
consistent use of SOME_VRAM_STORE
2021-05-15Fix UB: Destoyed task is modified.gAlfonso-bit
After destruction, task is no longer used, so updating its values is worthless.
2021-04-15Misc reg constant cleanupGriffinR
2021-04-15More usage of DISPLAY constantsGriffinR
2021-04-06Minor misc field docGriffinR
2021-02-24Add palette selection constantsGriffinR
2021-02-24Use TASK_NONE constantGriffinR
2020-12-10Merge remote-tracking branch 'upstream/master' into berry_crushKurausukun
2020-10-25port Phase2_FrontierLogoWave_Func4 fixKurausukun
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-08Fix battle transition fakematchPokeCodec
2020-08-28Merge pull request #1146 from GriffinRichards/rename-songsGriffinR
Give songs meaningful english names
2020-08-20Give songs meaningful english namesGriffinR
2020-08-18Wrap asm statements in NONMATCHINGGriffinR
2020-07-18Merge branch 'master' into doc-overworldGriffinR
2020-07-02Document unk_transitionGriffinR
2020-07-02Clean up field effect docGriffinR
2020-06-29Continue documenting overworld/field effectsGriffinR
2020-06-02make battle transition OK ok Ok oKDizzyEggg
2020-06-01More transitions documentationDizzyEggg
2020-05-31Battle transition arrays easier to editDizzyEggg
2020-02-12Move field effects data and graphics into own directory, and cleanup naming ↵Marcus Huderle
for object events
2019-12-06Merge master into ObjEvent renameGriffinR
2019-12-06More usage of ST_OAM constants and SPRITE macrosGriffinR
2019-12-06Use ST_OAM constants for OamData definitionsGriffinR
2019-11-21Rename event_object directoriesGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-09-27Merge branch 'master' into gflibPikalaxALT
2019-09-25Cleanup whitespaceMarcus Huderle
2019-09-25Phase2_Ripple_Func2jiangzhengwenjz
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-06-26Fix/suppress warnings when building with gcc-8PikalaxALT
2019-04-22Doc most OnTransitionsFontbane
2019-04-04RGB ConstantsPhlosioneer
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2018-12-24Clear includesDizzyEggg
2018-12-09Merge branch 'master' into weatherDizzyEggg
2018-12-08Decompile field weatherDizzyEggg
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-11-19Decompile all of battle_anim_utility_funcsMarcus Huderle
2018-11-13Move field effects enum to definesSlawter666