summaryrefslogtreecommitdiff
path: root/src/pokemon_storage_system.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-09-04Switch to button macrosPokeCodec
2020-09-01Merge pull request #1149 from PokeCodec/datatypesGriffinR
gflib documenting
2020-08-23sizeOf data type, not pointer valuePokeCodec
2020-08-20Give songs meaningful english namesGriffinR
2020-08-15Merge pull request #1125 from GriffinRichards/doc-namingscrGriffinR
Document naming screen
2020-08-11Add some charmap constant usageGriffinR
2020-08-07Start documenting naming screenGriffinR
2020-07-23Merge branch 'master' into doc-overworldGriffinR
2020-07-18Fixed missing lowercase field name.Eduardo Quezada
2020-07-18Fixed field names lowercase.Eduardo Quezada
2020-07-18Some PSS documentation.Eduardo Quezada
2020-06-29Document more misc field effectsGriffinR
2020-06-23Document some overworld and field effectsGriffinR
2020-06-10Begin item_menu.c cleanupSierraffinity
2020-05-24Match InBoxInput_Normal, HandleInput_InParty, HandleInput_OnBox, and ↵GriffinR
HandleInput_OnButtons
2020-03-10Applied review changesAsparagusEduardo
2020-03-10monMarksAsparagusEduardo
2020-03-10SetMonIconTransparencyAsparagusEduardo
2020-03-10sMovingItemIdAsparagusEduardo
2020-03-10MODE_2 renamed to MODE_MOVINGAsparagusEduardo
2020-02-08Document Trainer CardGriffinR
2020-02-04Document some pokenav menu handlersGriffinR
2019-12-20Merge pull request #935 from GriffinRichards/doc-warpDiegoisawesome
Document some warp/field screen effect
2019-12-17Document some warp/field screen effectGriffinR
2019-12-15Use fadescreen constantsGriffinR
2019-12-10Document misc strings and text colorsGriffinR
2019-12-06More usage of ST_OAM constants and SPRITE macrosGriffinR
2019-12-06Use ST_OAM constants for OamData definitionsGriffinR
2019-10-10Clean up trade.c docGriffinR
2019-10-08Document more trade.cGriffinR
2019-10-05Continue trade docGriffinR
2019-10-03Document some of tradeGriffinR
2019-10-02Merge pull request #823 from GriffinRichards/constants-strconvPikalaxALT
Use STR_CONV constants
2019-09-30Use STR_CONV constantsGriffinR
2019-09-27Merge branch 'master' into gflibPikalaxALT
2019-09-17Review changes for #807GriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-08-12Fix modernDizzyEggg
Fixes freeze on entering Pokemon Storage System
2019-07-25Decompile pokemon unk 6DizzyEggg
2019-07-18Resolve compile warnings in modernPikalaxALT
2019-06-26Fix/suppress warnings when building with gcc-8PikalaxALT
2019-05-26Make nonmatching PSS functions functionally equivalentDizzyEggg
2019-04-05Clean up data headersDizzyEggg
2019-03-31Document mystery_giftPikalaxALT
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-03Bugfixes from #591Phlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-02-26Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-02-23Fixed broken encoding.Ariel Antonitis