Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-08 | Document Trainer Card | GriffinR | |
2020-01-13 | Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobj | GriffinR | |
2020-01-12 | Give/Take to Add/Remove for silent script macros | GriffinR | |
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-18 | Merge branch 'master' into fix-eventobj | GriffinR | |
2019-12-17 | Document some warp/field screen effect | GriffinR | |
2019-12-15 | Use fadescreen constants | GriffinR | |
2019-12-06 | Rename event_obj_lock to event_object_lock | GriffinR | |
2019-11-21 | Rename EventObj to ObjEvent | GriffinR | |
2019-11-20 | Standardize EVENT_OBJECT to OBJECT_EVENT | GriffinR | |
2019-11-20 | Standardize Event Object to Object Event | GriffinR | |
2019-11-13 | Document Contest scripts | GriffinR | |
2019-11-10 | Document contest painting image processing effects | Marcus Huderle | |
2019-11-01 | Document aqua/magma hideout scripts | GriffinR | |
2019-10-31 | Merge pull request #863 from GriffinRichards/doc-partymenu | huderlem | |
Document party menu | |||
2019-10-31 | Document legendary 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-16 | Document rotating_tile_puzzle | GriffinR | |
2019-10-15 | Document Gym scripts first half | GriffinR | |
2019-10-15 | Finish Mossdeep Gym doc, beging documenting rotating tile puzzle | GriffinR | |
2019-10-13 | Merge branch 'master' into doc-inc2 | GriffinR | |
2019-10-12 | Document cable_club.inc | GriffinR | |
2019-10-07 | Document roulette.inc | GriffinR | |
2019-09-30 | Use STR_CONV constants | GriffinR | |
2019-09-18 | Initial script_menu documentation | GriffinR | |
2019-09-16 | Clean up script_movement documentation | GriffinR | |
2019-09-16 | Document script_movement | GriffinR | |
2019-08-21 | initial documentation commit | GriffinR | |
2019-08-17 | Added note about addvar | Tustin2121 | |
The contest scripts actually use addvar to add a -1 to a variable instead of using subvar to subtract a positive number. This is fine in vanilla, where addvar script command does NOT support adding the value of a variable to another variable (like subvar supports), but should anyone want to change it, contests will be inexplicably broken. | |||
2019-08-17 | Document the braille window id. | Tustin2121 | |
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-06-26 | Modernize code | PikalaxALT | |
Can compile with arm-none-eabi-gcc 8.3.0 gbafix correctly handles ELF input | |||
2019-04-05 | Document secret base | Marcus Huderle | |
2019-04-05 | Clean up data headers | DizzyEggg | |
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-03 | Some symbol documentation | PikalaxALT | |
2019-03-02 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |
2019-03-02 | Rename macro with correct name for pixel values | Phlosioneer | |
2019-03-01 | Merge pull request #551 from Phlosioneer/multiplayer-stuff | huderlem | |
Document overworld.c and link stuff in general | |||
2019-02-28 | Pick better names for constants | Phlosioneer | |
2019-02-28 | Add macros for metatile manipulation | Phlosioneer | |
2019-02-22 | Give window drawing functions better names | Phlosioneer | |
2019-02-21 | Improve window palette macros | Phlosioneer | |
2019-02-18 | Merge branch 'master' into multiplayer-stuff | Phlosioneer | |
2019-02-13 | Merge branch 'master' of github.com:pret/pokeemerald into ↵ | Phlosioneer | |
main-menu-state-machine | |||
2019-02-12 | Clear up misnamed time-based flags and functions | Diegoisawesome | |
2019-02-11 | Document main_menu state machine, name window constants | Phlosioneer | |
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do. |