summaryrefslogtreecommitdiff
path: root/src/naming_screen.c
AgeCommit message (Collapse)Author
2022-01-08Add missing array constants in field_player_avatarGriffinR
2021-11-17Distinguish 'virtual object' names from object eventsGriffinR
2021-11-03Propagate BG_COORD constantsGriffinR
2021-11-03Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAWGriffinR
2021-11-03Add COPYWIN constantsGriffinR
2021-10-30Add font id constantsGriffinR
2021-10-11Convert sKeyboardChars to 3D arrayGriffinR
2021-09-30Merge pull request #1507 from GriffinRichards/doc-waldaGriffinR
Document Walda Phrase
2021-09-26Document walda_phraseGriffinR
2021-09-24Merge branch 'master' into tag-noneGriffinR
2021-09-14Add TAG_NONEGriffinR
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-07-07Flatten pos fields in struct SpritePikalaxALT
2021-04-15More usage of DISPLAY constantsGriffinR
2021-04-09standardize "grey" to "gray"Kurausukun
2021-02-24Add palette selection constantsGriffinR
2021-02-24Use TASK_NONE constantGriffinR
2020-08-20Give songs meaningful english namesGriffinR
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