summaryrefslogtreecommitdiff
path: root/src/item_use.c
AgeCommit message (Collapse)Author
2022-02-14Add missing direction constant usageGriffinR
2022-01-21Z coord / height -> elevationGriffinR
2021-11-03Merge branch 'master' into doc-finalmiscGriffinR
2021-11-02Document files with a few remaining symbolsGriffinR
2021-10-30Add font id constantsGriffinR
2021-10-26Merge pull request #1525 from GriffinRichards/doc-recmixGriffinR
Document remainder of Record Mixing
2021-10-24Document record mixing mail swapGriffinR
2021-10-18Clean up metatile_behaviorGriffinR
2021-10-09Add MAP_OFFSETGriffinR
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-08-10Document item menuGriffinR
2021-06-13Change map header flags to use a bitfieldExpoSeed
2021-04-23Document Battle Pyramid BagGriffinR
2021-01-19Add misc item data constantsGriffinR
2021-01-01Label some ReturnToField funcsGriffinR
2020-11-02Re-apply joypad macros (minus merge conflicts)aaaaaa123456789
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-04Switch to button macrosPokeCodec
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-15Merge branch 'master' into doc-overworldGriffinR
2020-06-29Continue documenting overworld/field effectsGriffinR
2020-06-24Allow flag/var counts to be updated alongside valuesGriffinR
2020-06-10Begin item_menu.c cleanupSierraffinity
2020-04-28Sync map header property names with pokefireredGriffinR
2020-04-01Minor player avatar docGriffinR
2020-01-08Merge master into ObjEvent rename and prune accidental inclusionsGriffinR
2019-12-21Merge master into ObjEvent renameGriffinR
2019-12-20Merge pull request #935 from GriffinRichards/doc-warpDiegoisawesome
Document some warp/field screen effect
2019-12-18Merge branch 'master' into fix-eventobjGriffinR
2019-12-17Document some warp/field screen effectGriffinR
2019-12-15Use fadescreen constantsGriffinR
2019-12-06Rename event_obj_lock to event_object_lockGriffinR
2019-12-06Merge branch 'master' into fix-eventobjGriffinR
2019-12-05Set up Battle Pike macrosGriffinR
2019-11-21Fix event constant file namesGriffinR
2019-11-20Standardize EVENT_OBJECT to OBJECT_EVENTGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-10-31Merge pull request #863 from GriffinRichards/doc-partymenuhuderlem
Document party menu
2019-10-31Itemfinder code should use flag constanttustin2121
2019-10-31Merge branch 'master' into doc-partymenuGriffinR
2019-10-25Document party_menu first passGriffinR
2019-10-20Clean up berry_tree.inc and misc adjacent documentationGriffinR
2019-09-30Use STR_CONV constantsGriffinR
2019-05-22Documenting bags, berries and graphicsPapa Cancer
Bag graphics and berry graphics mostly documented item_menu.c significantly documented Bag structs documented and functions renamed to match formatting
2019-04-16Document pokemon item effectsDizzyEggg
2019-04-05Clean up data headersDizzyEggg
2019-04-04Fix labels, label more scriptsFontbane
2019-03-24Decompile berry_powder.cMarcus Huderle