summaryrefslogtreecommitdiff
path: root/src/reset_rtc_screen.c
AgeCommit message (Collapse)Author
2021-11-03Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAWGriffinR
2021-11-03Add COPYWIN constantsGriffinR
2021-10-30Add font id constantsGriffinR
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-02-28Merge branch 'master' into doc-rtcscreenGriffinR
2021-02-24Document reset_rtc_screenGriffinR
2021-02-24Add palette selection constantsGriffinR
2020-09-04Switch to button macrosPokeCodec
2020-08-20Give songs meaningful english namesGriffinR
2020-06-23Document some overworld and field effectsGriffinR
2020-06-10Begin item_menu.c cleanupSierraffinity
2020-02-08Document Trainer CardGriffinR
2020-01-12Clean up some of save.cGriffinR
2019-12-06Use ST_OAM constants for OamData definitionsGriffinR
2019-11-25Document Frontier UtilGriffinR
2019-09-30Use STR_CONV constantsGriffinR
2019-06-26Modernize codePikalaxALT
Can compile with arm-none-eabi-gcc 8.3.0 gbafix correctly handles ELF input
2019-04-04RGB ConstantsPhlosioneer
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-02-22Give window drawing functions better namesPhlosioneer
2018-09-08Standartize AddTextPrinterParametrized functions,DizzyEggg
2018-07-15Document list_menu.c and main_menu.cDiegoisawesome
2018-02-07Merge branch 'master' of https://github.com/pret/pokeemerald into menuDiegoisawesome
2018-02-07rtc screen review changesDizzyEggg
2018-02-02decompile rtc reset screenDizzyEggg