summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-02-17Some constant use in pokemon_icon.cGriffinR
2021-02-17Use new gift ribbons size, label unused ribbonsGriffinR
2021-02-15Merge pull request #1329 from Kurausukun/fakematchesGriffinR
[LEAK-INFORMED] Resolve Fakematches
2021-02-15Merge pull request #1324 from GriffinRichards/doc-sbGriffinR
Document remainder of secret_base.c
2021-02-15Update crt0.sDeokishisu
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-14Merge pull request #1330 from sphericalice/hidden-to-buriedGriffinR
Rename 'hidden' Trainers/obj events to 'buried'
2021-02-14Use RGB macrosSphericalIce
2021-02-14Rename 'hidden' Trainers/obj events to 'buried'SphericalIce
2021-02-14Merge pull request #1326 from GriffinRichards/doc-layoutsGriffinR
Label unused layouts
2021-02-14Merge pull request #1325 from GriffinRichards/constants-berrytreeGriffinR
Add berry tree id constants
2021-02-14oopsKurausukun
2021-02-14fix indentationKurausukun
2021-02-14[LEAK-INFORMED] remove fakematching commentKurausukun
it is in fact not a fakematch
2021-02-14[LEAK-INFORMED] fix battle dome fakematchingKurausukun
yes they actually fucking did this
2021-02-12Added constant labels for EV manipulating item effectsLOuroboros
2021-02-08Merge pull request #1321 from GriffinRichards/doc-evosceneGriffinR
Document evolution scene
2021-02-08Merge pull request #1319 from GriffinRichards/crt0commGriffinR
Add comments for some data in crt0.s
2021-02-08Label unused layoutsGriffinR
2021-02-07Merge pull request #1317 from opakedragon/masterGriffinR
Fix Spelling of BagMenu_RemoveBagItemMessageindow
2021-02-05Add berry tree id constantsGriffinR
2021-02-05Use GAME_LANGUAGE instead of LANGUAGE_ENGLISHGriffinR
2021-02-05Document secret_base.cGriffinR
2021-02-05Merge pull request #1323 from LOuroboros/newCursorAreaGriffinR
newCurosrArea -> newCursorArea
2021-02-05newCurosrArea -> newCursorAreaLOuroboros
2021-02-05Fix "Compatibility" MisspellingDeokishisu
Someone misspelled "compatibility" as "compatability" in the daycare-related files. This commit spells them correctly.
2021-02-03Document evolution sceneGriffinR
2021-02-02Merge pull request #1314 from GriffinRichards/doc-controllersGriffinR
Document battle controllers, misc other battle
2021-02-01Merge pull request #1316 from GriffinRichards/doc-scrcmdGriffinR
Label remaining script commands, document some scrcmd.c, event_object_lock, trainer_see, berry tree
2021-02-01Merge pull request #1318 from GriffinRichards/bardmovesGriffinR
Minor bard music clean up
2021-01-29Add comments for some data in crt0.sGriffinR
2021-01-29Revert "Revert "Fix Spelling of BagMenu_RemoveBagItemMessageindow""opakedragon
This reverts commit be50fab8f2dc81b1d7e33de29866271e5153bbdc.
2021-01-29Revert "Fix Spelling of BagMenu_RemoveBagItemMessageindow"opakedragon
This reverts commit 3a6be5a34c48d11e8721100deca3955354ed576e.
2021-01-28Label bard music pitch tableGriffinR
2021-01-28Index gBardSounds_Moves and gBardSounds_Pokemon with constantsGriffinR
2021-01-27Fix Spelling of BagMenu_RemoveBagItemMessageindowopakedragon
2021-01-26Merge pull request #1315 from PokeCodec/patch-3luckytyphlosion
Use INTR_FLAG_VBLANK instead of constant 0x1
2021-01-26Merge pull request #1308 from PokeCodec/painluckytyphlosion
Get rid of Task_data_OP macro
2021-01-26Fix up berry sparkleGriffinR
2021-01-26Document object lock and some trainer approachGriffinR
2021-01-26Clean up scrcmd.cGriffinR
2021-01-25Use INTR_FLAG_VBLANK instead of constant 0x1N
2021-01-23Misc battle anim documentationGriffinR
2021-01-23Misc battle documentationGriffinR
2021-01-22Sync link opponent controller doc to opponentGriffinR
2021-01-22Sync recorded opponent controller doc to opponentGriffinR
2021-01-22Document battle_controller_opponent.cGriffinR
2021-01-22Sync link partner controller doc to playerGriffinR
2021-01-22Sync player partner controller doc to playerGriffinR