summaryrefslogtreecommitdiff
path: root/src/berry_powder.c
AgeCommit message (Collapse)Author
2021-11-03Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAWGriffinR
2021-10-30Add font id constantsGriffinR
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.
2020-02-08Move berry powder data to srcGriffinR
2019-03-24Decompile berry_powder.cMarcus Huderle