summaryrefslogtreecommitdiff
path: root/asm
AgeCommit message (Collapse)Author
2022-03-10Update generic macro argument namesGriffinR
2022-01-23Add new macro commentsGriffinR
2022-01-23Add missing :req, remove old macrosGriffinR
2022-01-11Add seteventmonGriffinR
2022-01-11Make item optional for givemon and setwildbattleGriffinR
2022-01-04Misc cleanupGriffinR
2021-11-18Use STR_VAR names for apprentice_buff and frontier_gettrainernameGriffinR
2021-11-18Allow compare + goto_if/call_if as a single statementGriffinR
2021-11-18Macro comment typo fix, Object->objectGriffinR
2021-11-18Finish updating macro commentsGriffinR
2021-11-17Distinguish 'virtual object' names from object eventsGriffinR
2021-11-17Merge branch 'master' of https://github.com/GriffinRichards/pokeemerald into ↵GriffinR
update-macros
2021-11-17Add STR_VAR_# ids to string buffer macrosGriffinR
2021-11-17Continue macro comment updatingGriffinR
2021-11-17Remove dead sub referencesGriffinR
2021-11-17Document field_tasksGriffinR
2021-11-18Make arguments for create_movement_action requiredcbt6
2021-11-18Use movement action constant values over enumcbt6
2021-11-16More updating event macro commentsGriffinR
2021-11-16Label slot machine ids, fix GetPriceReductionGriffinR
2021-11-16Continue updating event macro commentsGriffinR
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
2021-11-15Start event macro comment updatesGriffinR
2021-11-13Merge pull request #1547 from GriffinRichards/doc-sounddataGriffinR
Clean up sound, add CRY_MODE constants
2021-11-09Merge pull request #1544 from GriffinRichards/romheadergfGriffinR
Split headers from crt0.s
2021-11-07Add CRY_MODE constantsGriffinR
2021-11-05Rename movement scripts to use Faster over Fastestcbt6
2021-10-31Split headers from crt0GriffinR
2021-10-30Better braille supportGriffinR
2021-10-13Label battle script macro argumentsGriffinR
2021-10-13Add controller buffer constants, finish misc battle docGriffinR
2021-10-11Rename battle anim cmds, move its data, name remaining symbolsGriffinR
2021-10-08Start misc battle documentationGriffinR
2021-09-24Document some single-remaining symbolsGriffinR
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-07-03Merge pull request #1471 from GriffinRichards/fix-lockGriffinR
Fix some object lock names
2021-05-21Document second parameter of playbgmExpoSeed
2021-05-04Fix some object lock namesGriffinR
2021-04-21Clean up contest_paintingGriffinR
2021-04-03Misc battle script cleanupGriffinR
2021-04-01Merge pull request #1394 from GriffinRichards/fix-bgeventGriffinR
Fix bg event macros
2021-04-01Fix bg event macrosGriffinR
2021-03-31Use bool for multichoice ignoreBPressGriffinR
2021-03-27Standardize Friendship/HappinessGriffinR
2021-02-24Document easy chatGriffinR
2021-02-15Rename obedient/fatefulEncounter to eventLegalDeokishisu
Per discussion on pret, `obedient`/`fatefulEncounter` has been renamed to `eventLegal`, and all related functions and constants have been modified with this in mind. Additionally, fixed some whitespace alignment issues in `script_cmd_table.h`, `pokemon.h`, and `tv.c` from the last commit.
2021-02-15Fix giftRibbons Field in SaveBlock1 & Relabel Gift Ribbons in pokemon.hDeokishisu
The giftRibbons field has been split out into proper subfields. The new ExternalEvent structs deal with interconnectivity between external games/peripherals and Emerald, such as PokéCoupon storage and the flag for receiving Wishmaker Jirachi. The giftRibbon fields in `PokemonSubstruct3` have also been renamed to their appropriate ribbons, and commented with distribution info if applicable. The previous `fatefulEncounter` field was actually filler, and relabeled as such, while the obedient bit was renamed `fatefulEncounter`. All relevant constants and functions dealing with the Pokémon data structure were renamed with these changes in mind.
2021-02-02Merge pull request #1314 from GriffinRichards/doc-controllersGriffinR
Document battle controllers, misc other battle
2021-01-26Document object lock and some trainer approachGriffinR
2021-01-26Clean up scrcmd.cGriffinR