summaryrefslogtreecommitdiff
path: root/src/battle_pyramid_bag.c
AgeCommit message (Collapse)Author
2021-11-04Merge branch 'master' into doc-menuGriffinR
2021-11-04Finish menu documentationGriffinR
2021-11-03Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAWGriffinR
2021-11-03Start remaining menu documentationGriffinR
2021-11-03Merge branch 'master' into doc-finalmiscGriffinR
2021-11-03Merge pull request #1536 from GriffinRichards/clean-brailleGriffinR
Add font id constants, better braille support
2021-11-02Document files with a few remaining symbolsGriffinR
2021-10-30Add font id constantsGriffinR
2021-10-27Label remaining symbols in graphics.cGriffinR
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-21Label swap line margin flagGriffinR
2021-08-10Document item menuGriffinR
2021-07-12Merge branch 'master' into flatten_sprite_posGriffinR
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-06-18change printItemFunc to use u32 instead of s32Kurausukun
also change a use of -2 to LIST_CANCEL
2021-04-23Document Battle Pyramid BagGriffinR
2021-04-11Document pokeblock menuGriffinR
2021-02-24Add palette selection constantsGriffinR
2021-02-24Use SPRITE_NONE constantGriffinR
2021-02-24Use TASK_NONE constantGriffinR
2021-02-24Use WINDOW_NONE constantGriffinR
2020-09-04Switch to button macrosPokeCodec
2020-08-28Partially document item_menu.cEduardo Quezada
2020-06-23Document some overworld and field effectsGriffinR
2020-06-10Begin item_menu.c cleanupSierraffinity
2019-12-21Document item_use.cGriffinR
2019-12-15Use fadescreen constantsGriffinR
2019-12-14Document Battle Pyramid scriptsGriffinR
2019-12-10Document misc strings and text colorsGriffinR
2019-12-06Use ST_OAM constants for OamData definitionsGriffinR
2019-10-31Clean up party_menu docGriffinR
2019-10-25Document party_menu first passGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
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-03-17Merge remote-tracking branch 'upstream/master' into move-tutorMarcus Huderle
# Conflicts: # include/pokenav.h # src/battle_script_commands.c
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-08Merge branch 'master' into move-tutorPhlosioneer
2019-03-03Fully document move_tutor (formerly learn_move)Phlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-02-26Missed some fill valuesPhlosioneer
Must have forgotten to check FillWindowPixelRect.
2019-02-22Give window drawing functions better namesPhlosioneer
2019-02-21Improve window palette macrosPhlosioneer
2019-02-11Document main_menu state machine, name window constantsPhlosioneer
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do.
2019-02-06Document a bunch of battle pyramidMarcus Huderle
2019-02-02Fix Menu and List Menu input definesDizzyEggg
2018-12-27Misc overworld documentationMarcus Huderle
2018-12-173.5 asm leftDizzyEggg
2018-12-166k leftDizzyEggg
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