Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-18 | Reformat compare + goto_if/call_if to single statements | GriffinR | |
2021-11-15 | Start event macro comment updates | GriffinR | |
2021-11-05 | Rename movement scripts to use Faster over Fastest | cbt6 | |
2021-07-20 | Remove address comments | GriffinR | |
2021-05-21 | Document second parameter of playbgm | ExpoSeed | |
2020-08-20 | Give songs meaningful english names | GriffinR | |
2020-06-22 | Add local object event ids for referenced objects | 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 | Some script clean up, document secret base secrets show | GriffinR | |
2020-01-11 | Port some macro/script fixes from pokefirered | GriffinR | |
2020-01-08 | Merge branch 'master' into fix-eventobj | GriffinR | |
2019-12-25 | Labels better | Fontbane | |
2019-12-18 | Merge branch 'master' into fix-eventobj | GriffinR | |
2019-12-15 | Use fadescreen constants | GriffinR | |
2019-11-20 | Standardize EVENT_OBJECT to OBJECT_EVENT | GriffinR | |
2019-11-07 | Fold nops into hidemoneybox | GriffinR | |
2019-11-04 | Rename Grunts to use location-specific names | GriffinR | |
2019-11-02 | Use YES/NO constants for MSGBOX_YESNO | GriffinR | |
2019-11-01 | Document aqua/magma area scripts | GriffinR | |
2019-11-01 | Document aqua/magma hideout scripts | GriffinR | |
2019-10-31 | Merge branch 'master' into doc-partymenu | GriffinR | |
2019-10-25 | Document party_menu first pass | GriffinR | |
2019-10-16 | Merge branch 'master' into document-gyms2 | GriffinR | |
2019-10-15 | Document Petalburg, Fortree, Sootopolis, and some of Mossdeep Gyms | GriffinR | |
2019-10-07 | Merge branch 'master' into doc-inc | GriffinR | |
2019-10-07 | Use VAR_FACING constants | GriffinR | |
2019-10-06 | Document common movements | GriffinR | |
2019-09-16 | Use misc ScrCmd constants | GriffinR | |
2019-08-17 | Review fixes | Tustin2121 | |
2019-08-17 | Folded nops into hidemoneybox and updatemoneybox | Tustin2121 | |
The nops are essential to the hidemoneybox and updatemoneybox commands when using vanilla versions of those commands. Even though they're not actually used parameters in the command implementation, they are still consumed, which means if someone were to get rid of the nops (as I did in TriHard) it causes the commands to consume bytecode that are not theirs, resulting in undefined behavior usually leading to softlocks. Folding the extra bytes into the macros means there's no chance of the extra bytes getting losts in scripts. | |||
2019-04-22 | Fix some labels and include decorations.h | Fontbane | |
Include decorations.h in shop.c Include decorations.h in event_scripts.s | |||
2019-04-22 | Doc most OnTransitions | Fontbane | |
2019-02-25 | Merge pull request #574 from Phlosioneer/event-vars | huderlem | |
Event vars | |||
2019-02-25 | Update map script files | Phlosioneer | |
2019-02-25 | Merge branch 'master' into event-vars | Phlosioneer | |
2019-02-24 | Name some common single-entry movements | Phlosioneer | |
2019-02-24 | Name a ton of commonly used event scripts | Phlosioneer | |
2019-02-22 | Finish moving pokeruby vars | Phlosioneer | |
2019-01-02 | Finish off labelling flags | Tetrable | |
2018-12-21 | improve call_if macros | Melody | |
2018-12-21 | improve goto_if macros | Melody | |
2018-12-19 | update applymovement to remove magic numbers | Melody | |
2018-12-07 | Use normal apostrophes like adults | Melody | |
2018-12-02 | trainerbattle_normal → trainerbattle_single | Melody | |
* trainerbattle_normal → trainerbattle_single * TRAINER_BATTLE_NORMAL → TRAINER_BATTLE_SINGLE * improves the macro documentation a little | |||
2018-12-02 | cleans up trainer battle scripts | Melody | |
* adds battle type macros * adds `trainerbattle_normal` macro * adds `trainerbattle_double` macro * adds rematch macros * adds no intro macro | |||
2018-12-02 | defines `register_matchcall` macro | Melody | |
2018-12-02 | adds constants, cleans up callstd and msgbox code | Melody | |
* adds some constants for standard script names and messagebox types * replaces some callstd calls with msgbox calls where equivalent * replaces msgbox and callstd calls using raw digits with versions that use the constants |