summaryrefslogtreecommitdiff
path: root/src/frontier_util.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-10-24Document record mixing hall recordsGriffinR
2021-10-24Document record mixing mail swapGriffinR
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-26Document TVGriffinR
2021-03-21Correct ClearRankingHallRecords bugfixGriffinR
2021-01-19Use constants for contestLinkResultsGriffinR
2021-01-07Use constants for max IVs & the random IV generation flagSphericalIce
2020-12-12Use BUGFIX for some inline fixesGriffinR
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-23re-match CreateFrontierBrainPokemon (from #1177)Kurausukun
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183.
2020-09-04Fix issues according to feedbackPokeCodec
2020-09-04Match more functionsPokeCodec
2020-09-02Tidy up naked functionsThomas Winwood
2020-08-13Split contest funcs from script_pokemon_utilGriffinR
2020-04-09Add misc party constant usageGriffinR
2020-01-12Merge branch 'master' into fix-eventobjGriffinR
2020-01-08Merge master into ObjEvent rename and prune accidental inclusionsGriffinR
2020-01-08Merge branch 'master' into doc-domeGriffinR
2019-12-20Add frontier trainer constantsGriffinR
2019-12-20Document Battle Dome scripts and some battle_dome.cGriffinR
2019-12-17Document Battle Tower scriptsGriffinR
2019-11-25Merge master into ObjEvent renameGriffinR
2019-11-25Document Frontier UtilGriffinR
2019-11-25Begin documenting Battle Pike and Frontier UtilGriffinR
2019-11-21Rename EventObj to ObjEventGriffinR
2019-11-20Standardize EVENT_OBJECT to OBJECT_EVENTGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-11-20Document ApprenticeGriffinR
2019-11-19WIP Document ApprenticeGriffinR
2019-11-17Document Ranking Hall scriptsGriffinR
2019-11-10Document some frontier util funcsGriffinR
2019-10-31Merge branch 'master' into doc-partymenuGriffinR
2019-10-25Document party_menu first passGriffinR
2019-10-20Clean up berry_tree.inc and misc adjacent documentationGriffinR
2019-09-27Merge branch 'master' into gflibPikalaxALT
2019-09-17Some frontier field_specials documentationGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-08-30Use OTID constants for CreateMonGriffinR
2019-04-05Clean up data headersDizzyEggg
2019-03-08Merge branch 'master' into extern-cleanupPhlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-03-02Eliminate more externsPhlosioneer
2019-02-22Give window drawing functions better namesPhlosioneer
2019-02-21Improve window palette macrosPhlosioneer
2019-02-21Merge branch 'master' into main-menu-state-machinePhlosioneer