summaryrefslogtreecommitdiff
path: root/src/battle_tower.c
AgeCommit message (Collapse)Author
2022-03-30Add bugfix for Battle Factory trainer IVsGriffinR
2022-01-04Use SPECIES_NONE and ITEM_NONE in battle_tower.csphericalice
2021-12-28Move pokemon and easy chat constants to global, misc clean-upGriffinR
2021-11-17Use specific name limits for string limit functionsGriffinR
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
2021-10-30Add font id constantsGriffinR
2021-10-24Document record mixing mail swapGriffinR
2021-10-15Merge branch 'master' into doc-miscbattleGriffinR
2021-10-15Merge pull request #1511 from GriffinRichards/doc-unionGriffinR
Document link_rfu / Union Room
2021-10-08Start misc battle documentationGriffinR
2021-10-07Merge branch 'master' into doc-unionGriffinR
2021-10-02Document remaining symbols in pokemon.cGriffinR
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-08-15Document remaining functions in cable_clubGriffinR
2021-04-26Document TVGriffinR
2021-03-22Misc labels in battle facilitiesGriffinR
2021-02-18Document ribbon TV show, add new ribbon IDs/sizeGriffinR
2021-01-13Label remaining battle typesGriffinR
2021-01-07Use constants for max IVs & the random IV generation flagSphericalIce
2020-12-24Label remaining subs in battle_tower.cGriffinR
2020-12-12Use BUGFIX for some inline fixesGriffinR
2020-11-17Use more constants in Battle Tower codekageru
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-25port GetFrontierOpponentClass fakematch fixKurausukun
2020-10-11Document gUnknown_03006298kageru
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-09Match Battle TowerPokeCodec
2020-08-21Merge pull request #1141 from GriffinRichards/add-nonmatchPikalaxALT
Wrap asm statements in NONMATCHING
2020-08-18Wrap asm statements in NONMATCHINGGriffinR
2020-08-16Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contestGriffinR
2020-08-13Document link contest connectionGriffinR
2020-07-02Document unk_transitionGriffinR
2020-04-09Add misc party constant usageGriffinR
2020-01-12Merge branch 'master' into fix-eventobjGriffinR
2020-01-12Merge pull request #949 from GriffinRichards/doc-domehuderlem
Document Battle Dome and add facility party constants
2020-01-12Some script clean up, document secret base secrets showGriffinR
2020-01-08Merge master into ObjEvent rename and prune accidental inclusionsGriffinR
2020-01-08Merge branch 'master' into doc-domeGriffinR
2020-01-08Add battle tent mon/trainer constantsGriffinR
2020-01-07More battle_dome.c docGriffinR
2020-01-03Add frontier mon constantsGriffinR
2019-12-25More battle_dome.c documentationGriffinR
2019-12-20Add frontier trainer constantsGriffinR
2019-12-20Document Battle Dome scripts and some battle_dome.cGriffinR
2019-12-17Document Battle Tower scriptsGriffinR
2019-12-06Merge branch 'master' into fix-eventobjGriffinR
2019-12-05Set up Battle Factory macrosGriffinR
2019-12-05Set up Battle Dome and Tower macrosGriffinR
2019-12-05Set up remaining facility script doc, use Palace macrosGriffinR