summaryrefslogtreecommitdiff
path: root/src/data/party_menu.h
AgeCommit message (Collapse)Author
2022-02-15Generalize name of party slot without HPGriffinR
2022-02-15Convert party menu slots to bin filesGriffinR
2022-01-11Move balls, shop, link, map popups, and bag out of interfaceGriffinR
2022-01-11Move party menu graphics out of interfaceGriffinR
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-04-09standardize "grey" to "gray"Kurausukun
2021-03-22A few labels in party, start, option menusGriffinR
2021-01-14Index sTMHMMovesGriffinR
2019-12-06Use ST_OAM constants for OamData definitionsGriffinR
2019-10-31Move party menu dataGriffinR