summaryrefslogtreecommitdiff
path: root/src/field_effect.c
AgeCommit message (Collapse)Author
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-08-20Give songs meaningful english namesGriffinR
2020-07-28Merge branch 'master' into doc-overworldGriffinR
2020-07-24Change signedness and add casts to avoid implicit conversion warningsPokeCodec
2020-07-08Merge branch 'master' into doc-overworldGriffinR
2020-07-02Clean up field effect docGriffinR
2020-07-02Eliminate METATILE_ID() macroGriffinR
2020-06-29Document more misc field effectsGriffinR
2020-06-29Continue documenting overworld/field effectsGriffinR
2020-06-23Document some overworld and field effectsGriffinR
2020-06-01Document union_room_player_avatar.cGriffinR
2020-02-27Match MultiplyInvertedPaletteRGBComponents and MultiplyPaletteRGBComponentsPikalaxALT
2020-02-12Move field effects data and graphics into own directory, and cleanup naming ↵Marcus Huderle
for object events
2019-12-21Merge master into ObjEvent renameGriffinR
2019-12-17Document some warp/field screen effectGriffinR
2019-12-06Merge master into ObjEvent renameGriffinR
2019-12-06More usage of ST_OAM constants and SPRITE macrosGriffinR
2019-11-21Fix event constant file namesGriffinR
2019-11-21Rename event_object directoriesGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-10-25Document party_menu first passGriffinR
2019-06-26Fix/suppress warnings when building with gcc-8PikalaxALT
2019-04-05Document secret baseMarcus Huderle
2019-04-05Clean up data headersDizzyEggg
2019-04-02Cleanup OamData entriesPhlosioneer
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-08Merge branch 'master' into extern-cleanupPhlosioneer
2019-03-02Merge pull request #587 from Phlosioneer/document-all-event-varshuderlem
Document all event vars
2019-03-01Reduce externsPhlosioneer
2019-03-01More minor fixesPhlosioneer
2019-02-28Pick better names for constantsPhlosioneer
2019-02-28Add macros for metatile manipulationPhlosioneer
2019-02-27Finish documenting event varsPhlosioneer
2019-02-17use BG_SCREEN_ADDR macro for tilemap addressesgarak
2019-02-16use BG_CHAR_ADDR definegarak
2018-12-29Document deoxys rockMarcus Huderle
2018-12-27Misc overworld documentationMarcus Huderle
2018-12-25Document mirage_tower.c. (Combine fldeff_groundshake.c and fossil_specials.c)Marcus Huderle
2018-12-24asm party and fldeff clean-upDizzyEggg
2018-12-20Merge with masterDizzyEggg
2018-12-173.5 asm leftDizzyEggg
2018-12-09Merge branch 'master' into weatherDizzyEggg
2018-12-08Finish field screenDizzyEggg
2018-12-08decompile field screenDizzyEggg
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-30Match 2 field effect functionsDizzyEggg
2018-11-28Use MAX_SPRITES defineDizzyEggg
2018-11-26Fix indentationDizzyEggg
2018-11-25Match some functionsDizzyEggg