summaryrefslogtreecommitdiff
path: root/src/battle_dome.c
AgeCommit message (Collapse)Author
2021-01-07Use constants for max IVs & the random IV generation flagSphericalIce
2020-12-12Use BUGFIX for some inline fixesGriffinR
2020-11-02Re-apply joypad macros (minus merge conflicts)aaaaaa123456789
2020-11-02Merge branch 'reverts' of https://github.com/aaaaaa123456789/pokeemerald ↵Kurausukun
into reverts
2020-11-02address commentsKurausukun
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-23re-match GetTypeEffectivenessPoints (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-04Switch to button macrosPokeCodec
2020-09-04Match more functionsPokeCodec
2020-09-02Tidy up naked functionsThomas Winwood
2020-08-23Documentation of unk fieldPokeCodec
2020-08-23sizeOf data type, not pointer valuePokeCodec
2020-08-16Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contestGriffinR
2020-08-13Split contest funcs from script_pokemon_utilGriffinR
2020-07-18Clean up some battle scr cmd dataGriffinR
2020-05-20Fix HblankCb_TourneyTree fakematchSierraffinity
2020-04-09Add misc party constant usageGriffinR
2020-01-08Merge branch 'master' into doc-domeGriffinR
2020-01-08Add battle tent mon/trainer constantsGriffinR
2020-01-07More battle_dome.c docGriffinR
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-06Use ST_OAM constants for OamData definitionsGriffinR
2019-12-05Set up Battle Dome and Tower macrosGriffinR
2019-12-05Set up remaining facility script doc, use Palace macrosGriffinR
2019-11-25Document Frontier UtilGriffinR
2019-11-25Begin documenting Battle Pike and Frontier UtilGriffinR
2019-11-07Document some battle_bg-related thingsMarcus Huderle
2019-10-25Document party_menu first passGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-06-26Modernize codePikalaxALT
Can compile with arm-none-eabi-gcc 8.3.0 gbafix correctly handles ELF input
2019-05-16Change abilities in base stats to arrayDizzyEggg
2019-04-05Clean up data headersDizzyEggg
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-02-21Improve window palette macrosPhlosioneer
2019-02-11Document main_menu state machine, name window constantsPhlosioneer
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do.
2019-02-08Fully document tileset animationsMarcus Huderle
2019-02-08Document some battle dome stuffMarcus Huderle
2019-01-13Decompile trainer hillDizzyEggg
2019-01-05tabs to spacesDizzyEggg
2019-01-05fakematch and nonmatchDizzyEggg
2018-12-27Misc overworld documentationMarcus Huderle
2018-12-25use max mon moves constant where able (#480)melthelesbian
* use max mon moves constant where able * fix errors in script commands file * fix more errors
2018-12-24Clear includesDizzyEggg
2018-12-20Merge with masterDizzyEggg