Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-17 | Rename movobjectoffscreen to copyobjectxytoperm | Tustin2121 | |
Renaming the command to something that makes more sense as to what the command actually does. The command copies the current xy of the instantiated object back to its template, so that the object remains in the same place if the player walks away and despawns the object, and then comes back. "moveobjectoffscreen" implies that it might be taking the object and moving it physically to an off-screen location somehow. | |||
2019-04-03 | Minor fixes | PikalaxALT | |
gotoram --> returnram cmdCF/execram --> gotoram fix indentation in sym_ewram.txt fix mevent_client.h guard name | |||
2019-03-02 | Merge pull request #587 from Phlosioneer/document-all-event-vars | huderlem | |
Document all event vars | |||
2019-02-28 | Pick better names for constants | Phlosioneer | |
2019-02-28 | Add macros for metatile manipulation | Phlosioneer | |
2019-02-27 | Name several vars, document some related events | Phlosioneer | |
2019-02-12 | Clear up misnamed time-based flags and functions | Diegoisawesome | |
2019-01-21 | Add var const prefix for some missed var numbers | Diegoisawesome | |
2018-12-21 | improve call_if macros | Melody | |
2018-12-21 | improve goto_if macros | Melody | |
2018-12-07 | Document trainer battle scripts (#430) | DizzyEggg | |
2018-12-02 | adds req for macro arguments | 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 | Merge with master | DizzyEggg | |
2018-12-02 | Use :req macros | DizzyEggg | |
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 | |||
2018-01-21 | Merge branch 'master' into link | PikalaxALT | |
2018-01-21 | start decompiling mystery event script | DizzyEggg | |
2018-01-18 | Merge branch 'master' into link | scnorton | |
2017-12-21 | Fix setvaddress params | Diegoisawesome | |
2017-12-21 | Revert initclock arg sizes | Marcus Huderle | |
2017-12-21 | Port generic event script macros from pokeruby | Marcus Huderle | |
2017-12-17 | give batter script command names | DizzyEggg | |
2017-12-01 | battle setup file is decompiled | DizzyEggg | |
2017-11-10 | Extract baseroms from event_scripts | Diegoisawesome | |
2017-11-10 | Dump numerous baseroms, begin moving data to proper files | Diegoisawesome | |
2017-10-27 | Merge branch 'master' of github.com:pret/pokeemerald into dump_maps | Diegoisawesome | |
2017-10-27 | Final predump fixes | Diegoisawesome | |
2017-10-26 | Final fixes before dump | Diegoisawesome | |
2017-10-24 | More prep | Diegoisawesome | |
2017-10-23 | Fix some stuff | Diegoisawesome | |
2017-10-23 | Prepare for dumping | Diegoisawesome | |