summaryrefslogtreecommitdiff
path: root/src/menu.c
AgeCommit message (Collapse)Author
2020-09-04Removed excess parenthesisPokeCodec
2020-09-04Switch to button macrosPokeCodec
2020-09-01Merge pull request #1149 from PokeCodec/datatypesGriffinR
gflib documenting
2020-08-28Partially document item_menu.cEduardo Quezada
2020-08-23Documentation of unk fieldPokeCodec
2020-08-23sizeOf data type, not pointer valuePokeCodec
2020-07-15Merge branch 'master' into doc-overworldGriffinR
2020-07-08Merge branch 'master' of https://github.com/pret/pokeemerald into ↵GriffinR
add-flagvarsave
2020-07-08Merge branch 'master' into doc-overworldGriffinR
2020-06-24Allow flag/var counts to be updated alongside valuesGriffinR
2020-06-23Document some overworld and field effectsGriffinR
2020-06-13Merge branch 'master' into doc-linkGriffinR
2020-06-10Begin item_menu.c cleanupSierraffinity
2020-05-31Document union_room.cGriffinR
2020-02-08Document Trainer CardGriffinR
2019-12-10Document misc strings and text colorsGriffinR
2019-11-25Name text speed delaysGriffinR
2019-10-31Document party_menu second passGriffinR
2019-10-25Document party_menu first passGriffinR
2019-10-07Document pc.inc and prof_birch.incGriffinR
2019-10-02Merge pull request #823 from GriffinRichards/constants-strconvPikalaxALT
Use STR_CONV constants
2019-09-30Use STR_CONV constantsGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-08-03Fakematch sub_819A080DizzyEggg
Really wanted to match this one, but it just doesn't cooperate, oh well
2019-04-07Merge branch 'master' into pokenav-decomp-againPhlosioneer
2019-04-06Document decompiled parts of the pokenav main menuPhlosioneer
2019-04-02Rows and columnsDizzyEggg
2019-04-02Document a bit of script menu and battle animsDizzyEggg
2019-03-31Document mystery_giftPikalaxALT
2019-03-08Merge branch 'master' into extern-cleanupPhlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-03-02Eliminate more externsPhlosioneer
2019-02-26Missed some fill valuesPhlosioneer
Must have forgotten to check FillWindowPixelRect.
2019-02-26Fix backwards namesPhlosioneer
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-01-02Minor labelling of menu.cSlawter666
2018-12-27Misc overworld documentationMarcus Huderle
2018-12-26Fix BgAttributesDizzyEggg
2018-12-166k leftDizzyEggg
2018-12-15Up to sub 0x80ce580DizzyEggg
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-06Merge remote-tracking branch 'pret/master' into script_menuDiegoisawesome
2018-11-06Finish cleaning up text.cDiegoisawesome
2018-11-06Begin cleaning text.cDiegoisawesome
2018-11-05r5/r6 swap on sub_80E2578Diegoisawesome
2018-10-27Window priority to window bgDizzyEggg
2018-09-14Document main_menuDiegoisawesome