Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-05 | Set up Battle Dome and Tower macros | GriffinR | |
2019-12-05 | Set up remaining facility script doc, use Palace macros | GriffinR | |
2019-11-27 | Merge master into ObjEvent rename | GriffinR | |
2019-11-26 | Remove TODO comment for battle arena macros | GriffinR | |
2019-11-26 | Document Battle Arena scripts | GriffinR | |
2019-11-25 | Merge master into ObjEvent rename | GriffinR | |
2019-11-25 | Split frontier macros and comment frontier_util.inc | GriffinR | |
2019-11-25 | Document Frontier Util | GriffinR | |
2019-11-25 | Use macros for Trainer Hill | GriffinR | |
2019-11-25 | Begin documenting Battle Pike and Frontier Util | GriffinR | |
2019-11-23 | Consolidate apprentice_buff macros | GriffinR | |
2019-11-20 | Standardize Event Object to Object Event | GriffinR | |
2019-11-20 | Document Apprentice | GriffinR | |
2019-11-19 | WIP Document Apprentice | GriffinR | |
2019-11-17 | Document Scotts House and begin frontier macros | GriffinR | |
2019-11-16 | Document Trainer Hill | GriffinR | |
2019-11-13 | Document Lilycove scripts | GriffinR | |
2019-11-07 | Add comments to hidemoneybox macro | GriffinR | |
2019-11-07 | Fold nops into hidemoneybox | GriffinR | |
2019-11-06 | Update fldeff sparkle macro | GriffinR | |
2019-11-06 | Document Abandoned Ship scripts | GriffinR | |
2019-11-06 | Clean up mystery event msg | GriffinR | |
2019-11-04 | Merge pull request #787 from GriffinRichards/rename-tablecmds | huderlem | |
Rename table cmds | |||
2019-10-31 | Document legendary scripts | GriffinR | |
2019-10-22 | Fix resetintimidatetracebits typo | GriffinR | |
2019-10-16 | Merge branch 'master' into document-gyms2 | GriffinR | |
2019-10-16 | Document rotating_tile_puzzle | GriffinR | |
2019-10-15 | Finish Mossdeep Gym doc, beging documenting rotating tile puzzle | GriffinR | |
2019-10-12 | Unify showmonpic and hidemonpic script command names with their function names | Marcus Huderle | |
2019-10-06 | Document hide/show reflection movement actions | Marcus Huderle | |
2019-09-27 | Clean up new Cmd macro names | GriffinR | |
2019-09-19 | Clean up script_menu documentation | 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-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-09 | Update battle_anim_script.inc | DizzyEggg | |
2019-04-04 | Document landmark setting and item balls | Fontbane | |
2019-04-03 | Minor fixes | PikalaxALT | |
gotoram --> returnram cmdCF/execram --> gotoram fix indentation in sym_ewram.txt fix mevent_client.h guard name | |||
2019-04-02 | Document a bit of anims | DizzyEggg | |
2019-03-30 | Helpful macros for atk49 | DizzyEggg | |
2019-03-03 | Fix typos | Phlosioneer | |
This is an updated version of #554, since it hasn't been updated in two weeks. | |||
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-14 | Fix two battle scripting macros | DizzyEggg | |
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-26 | Use map_header_flags macro (#483) | Marcus Huderle | |