summaryrefslogtreecommitdiff
path: root/src/naming_screen.c
AgeCommit message (Collapse)Author
2020-08-07Finish documenting naming screenGriffinR
2020-08-07Start documenting naming screenGriffinR
2020-07-15Merge branch 'master' into doc-overworldGriffinR
2020-06-24Allow flag/var counts to be updated alongside valuesGriffinR
2020-06-23Document some overworld and field effectsGriffinR
2019-12-15Merge branch 'master' into fix-eventobjGriffinR
2019-12-11Merge branch 'master' into fix-eventobjGriffinR
2019-12-10Merge branch 'master' into doc-matchcallGriffinR
2019-12-10Document misc strings and text colorsGriffinR
2019-12-06Merge master into ObjEvent renameGriffinR
2019-12-06Fix Subsprite formattingGriffinR
2019-12-06More usage of ST_OAM constants and SPRITE macrosGriffinR
2019-12-05Document a bit of Match CallGriffinR
2019-11-20Standardize EVENT_OBJECT to OBJECT_EVENTGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-10-22Document pc_transfer.incGriffinR
2019-10-02Merge pull request #821 from GriffinRichards/document-textinputPikalaxALT
Document text input strings
2019-09-30Document text input stringsGriffinR
2019-09-27Merge branch 'master' into gflibPikalaxALT
2019-09-17Review changes for #807GriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-04-07Merge branch 'master' into contest-ai-cleanupPhlosioneer
2019-04-05Clean up data headersDizzyEggg
2019-04-04RGB ConstantsPhlosioneer
2019-04-04Merge pull request #624 from Wyrserth/masterDiegoisawesome
Use constants for naming screen's pages
2019-04-02Cleanup OamData entriesPhlosioneer
2019-03-23Use constants for naming screen's pages.Wyrserth
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-02-22Give window drawing functions better namesPhlosioneer
2019-02-21Replace more instances of fill valuesPhlosioneer
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.
2018-12-27Misc overworld documentationMarcus Huderle
2018-12-08Merge remote-tracking branch 'upstream/master'nullableVoidPtr
2018-12-07Use normal apostrophes like adultsMelody
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-06Finish cleaning up text.cDiegoisawesome
2018-11-06Begin cleaning text.cDiegoisawesome
2018-10-27Window priority to window bgDizzyEggg
2018-10-21Fix LZ compressed data alignmentDiegoisawesome
2018-09-09Merge branch 'decompile_frontier_2' of ↵Slawter666
https://github.com/DizzyEggg/pokeemerald into factory-data
2018-09-08Standartize AddTextPrinterParametrized functions,DizzyEggg
2018-09-03More Battle FactoryDizzyEggg
2018-09-02Format more templatesSlawter666
2018-06-11Rebrand 'map object' and 'field object' to 'event object'Marcus Huderle
2018-06-11Rename field_map_obj to event_object_movementMarcus Huderle
2018-04-13Decompile pokemon iconKDSKardabox
2018-02-14decompile overworldDizzyEggg