Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-24 | Document easy chat | GriffinR | |
2021-02-15 | Rename obedient/fatefulEncounter to eventLegal | Deokishisu | |
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-15 | Fix giftRibbons Field in SaveBlock1 & Relabel Gift Ribbons in pokemon.h | Deokishisu | |
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-02 | Merge pull request #1314 from GriffinRichards/doc-controllers | GriffinR | |
Document battle controllers, misc other battle | |||
2021-01-26 | Document object lock and some trainer approach | GriffinR | |
2021-01-26 | Clean up scrcmd.c | GriffinR | |
2021-01-22 | Document remainder of battle_controllers.c | GriffinR | |
2020-12-24 | Label remaining subs in battle_tower.c | GriffinR | |
2020-09-25 | Mark unused script commands | ExpoSeed | |
2020-09-17 | Make all arguments for audio macros required | Kurausukun | |
2020-09-17 | Update Audio Macros | Kurausukun | |
Information: Our current audio macros preclude the definition of root key and pan (applicable when used in drumsets, aka "keysplit_all") for GB channels. However, this functionality does exist in m4a--Pokemon Emerald just happens not to use it. However, for the sake of people working with custom music, I believe these values should be modifiable by users. Additionally, given the recent events that have occurred with this repo, I would like to make something fully clear: I have indeed looked at the GBA SDK before, which contains notes on how these sounds are defined; therefore, I cannot blame you if you reject this PR on the grounds that the information is "tainted." However, this information is readily available and matches the same macros used for directsound--it's hardly information that one would need the source to know. | |||
2020-08-21 | Document contest AI scripts | GriffinR | |
2020-08-21 | Document contest AI commands | GriffinR | |
2020-08-16 | Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contest | GriffinR | |
2020-07-24 | Continue new contest documentation | GriffinR | |
2020-07-18 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-18 | Clean up some battle scr cmd data | GriffinR | |
2020-07-15 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-09 | Fix indentation | Ryuhouji | |
2020-07-09 | Made documentation more readable | Ryuhouji | |
This change will make the script command documentation more user-friendly to read. Additionally, provided the information on the 'delay' macro. I have confirmed that this is indeed Frames and not Milliseconds. Updated the macro respectively. | |||
2020-06-29 | Continue documenting overworld/field effects | GriffinR | |
2020-04-28 | Sync map header property names with pokefirered | GriffinR | |
2020-01-13 | Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobj | GriffinR | |
2020-01-13 | Merge pull request #953 from GriffinRichards/sync-script | huderlem | |
Port some macro/script fixes from pokefirered | |||
2020-01-12 | Give/Take to Add/Remove for silent script macros | GriffinR | |
2020-01-12 | Merge branch 'master' into fix-eventobj | GriffinR | |
2020-01-12 | if_undefeated macro to if_not_defeated | GriffinR | |
2020-01-11 | Port some macro/script fixes from pokefirered | GriffinR | |
2020-01-08 | Merge master into ObjEvent rename and prune accidental inclusions | GriffinR | |
2020-01-08 | Merge branch 'master' into doc-dome | GriffinR | |
2020-01-07 | More battle_dome.c doc | GriffinR | |
2019-12-25 | More battle_dome.c documentation | GriffinR | |
2019-12-25 | Merge pull request #936 from GriffinRichards/doc-tower | huderlem | |
Document Battle Tower scripts | |||
2019-12-21 | Merge master into ObjEvent rename | GriffinR | |
2019-12-20 | Merge pull request #935 from GriffinRichards/doc-warp | Diegoisawesome | |
Document some warp/field screen effect | |||
2019-12-20 | Merge pull request #939 from GriffinRichards/fix-compare | Diegoisawesome | |
Use constants in compare macro | |||
2019-12-20 | Reword yesnobox comment | GriffinR | |
2019-12-20 | Document Battle Dome scripts and some battle_dome.c | GriffinR | |
2019-12-20 | Remove references to LASTRESULT | GriffinR | |
2019-12-18 | Remove uses of compare_var_to | GriffinR | |
2019-12-18 | Use constants in compare macro | GriffinR | |
2019-12-18 | Merge branch 'master' into fix-eventobj | GriffinR | |
2019-12-17 | Merge master into doc-tower | GriffinR | |
2019-12-17 | Document Battle Tower scripts | GriffinR | |
2019-12-17 | Document some warp/field screen effect | GriffinR | |
2019-12-15 | Use fadescreen constants | GriffinR | |
2019-12-15 | Merge master into ObjEvent rename | GriffinR | |
2019-12-14 | Split finditem_std from giveitem_std | GriffinR | |
2019-12-14 | Document Battle Pyramid scripts | GriffinR | |
2019-12-14 | Document Battle Factory scripts | GriffinR | |