summaryrefslogtreecommitdiff
path: root/src/fldeff_cut.c
AgeCommit message (Collapse)Author
2022-01-21Z coord / height -> elevationGriffinR
2021-09-14Add TAG_NONEGriffinR
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-04-06Document some event object movementGriffinR
2021-01-19Remove unused local variables and functionsGriffinR
2020-12-10Merge remote-tracking branch 'upstream/master' into berry_crushKurausukun
2020-09-16Convert to -g; will be required for eliminating fakematches.Kaz
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-28Merge pull request #1146 from GriffinRichards/rename-songsGriffinR
Give songs meaningful english names
2020-08-23Remove constPokeCodec
2020-08-23Remove unused variable remaining from rubyPokeCodec
2020-08-20Give songs meaningful english namesGriffinR
2020-07-02Clean up field effect docGriffinR
2020-06-29Document more misc field effectsGriffinR
2020-06-29Continue documenting overworld/field effectsGriffinR
2020-06-23Document some overworld and field effectsGriffinR
2019-12-06Merge master into ObjEvent renameGriffinR
2019-12-06Use ST_OAM constants for OamData definitionsGriffinR
2019-12-06Rename event_obj_lock to event_object_lockGriffinR
2019-11-20Standardize EVENT_OBJECT to OBJECT_EVENTGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-10-31Document legendary scriptsGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-06-26Fix/suppress warnings when building with gcc-8PikalaxALT
2019-06-16label metatiles in fldeff_cut.cgarak
2019-04-06Doc field move scripts completely, use fldeff constants for dofieldeffectFontbane
Fix labels Fix labels again Delete extra boulder scripts Now it should build fine
2019-03-22Split into ereader_helpers.c, faraway_island.c, and ereader_screen.cMarcus Huderle
2019-03-22Finish decompiling ereader.cMarcus Huderle
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-01Reduce externsPhlosioneer
2018-12-29Document some fieldmap stuffMarcus Huderle
2018-12-24asm party and fldeff clean-upDizzyEggg
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-13Move field effects enum to definesSlawter666
2018-10-14label field_effect_helpersSlawter666
2018-07-05Rename SetLastTalkedObjectInFrontOfPlayer to CheckObjectGraphicsInFrontOfPlayerDiegoisawesome
2018-06-30change for loop in fldeff_cutDizzyEggg
2018-06-17review cut changesDizzyEggg
2018-06-16cut field effect is decompiled and documentedDizzyEggg
2018-06-16start fldeffect cutDizzyEggg
2017-10-02BSS: field_screen, field_effect, pokemon_storage_system, fldeff_cut, script_menuPikalaxALT