Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-25 | Review changes for #817 | GriffinR | |
2019-09-25 | Remove Egg parent constants | GriffinR | |
2019-09-25 | Document day_care.inc and related | GriffinR | |
2019-09-23 | Use multi constants from merge | GriffinR | |
2019-09-22 | Merge branch 'master' into document-eventscripts | GriffinR | |
2019-09-22 | Merge branch 'master' into document-scriptmenu | GriffinR | |
2019-09-22 | Document PLAYER_HAS constants, consolidate poke constants | GriffinR | |
2019-09-19 | Clean up script_menu documentation | GriffinR | |
2019-09-19 | Remainder of script_menu documentation | GriffinR | |
2019-09-19 | Document more script_menu, lilycove harbor | GriffinR | |
2019-09-19 | Document multichoice ids | GriffinR | |
2019-09-18 | Initial script_menu documentation | GriffinR | |
2019-09-17 | Merge branch 'master' into document-eventscripts | GriffinR | |
2019-09-17 | Review changes for #807 | GriffinR | |
2019-09-17 | Clean up field_specials documentation | GriffinR | |
2019-09-17 | Some frontier field_specials documentation | GriffinR | |
2019-09-17 | Document some field_specials data | GriffinR | |
2019-09-17 | Merge branch 'master' into document-eventscripts | GriffinR | |
2019-09-16 | Use misc ScrCmd constants | GriffinR | |
2019-09-16 | Fix misnamed function | GriffinR | |
2019-09-15 | Update BS constants for Cmd rename | GriffinR | |
2019-09-06 | condense secret base mapscript labels | GriffinR | |
2019-09-06 | fix secret base jsons | GriffinR | |
2019-09-06 | document remainder of secret_base scripts, delete unneeded scripts.incs | GriffinR | |
2019-09-05 | Disassemble data/ereader_screen.s | PikalaxALT | |
2019-09-05 | Port trainer hill sets to C objects | PikalaxALT | |
2019-09-05 | Changed names. | Eduardo Quezada D'Ottone | |
2019-09-05 | Documented Mechadoll answers. | Eduardo Quezada D'Ottone | |
2019-09-05 | document secret_base_1.inc | GriffinR | |
2019-09-05 | move some data out of event_scripts, use game stat constants | GriffinR | |
2019-09-03 | Merge branch 'master' into document-eventscripts | GriffinR | |
2019-09-03 | Copy Berry Fix MB dism from FR (#777) | PikalaxALT | |
* Copy Berry Fix MB dism from FR | |||
2019-08-30 | Use item constant in pretty petal flower shop | DizzyEggg | |
2019-08-23 | Rename atk## constants and states | GriffinR | |
2019-08-21 | Use DIR constants for createvobject | GriffinR | |
Also uses event object ids in LinkContestRoom1 | |||
2019-08-21 | Changes from review | GriffinR | |
2019-08-21 | clean up | GriffinR | |
2019-08-21 | document remaining funcs | GriffinR | |
2019-08-21 | favor lady funcs | GriffinR | |
2019-08-21 | some contest lady funcs | GriffinR | |
2019-08-21 | initial documentation commit | GriffinR | |
2019-08-21 | Replace {STRING 5} with {KUN} | tustin2121 | |
Since we already have the KUN placeholder, there's no need for this {STRING 5} stuff. Also, it makes it easier to delete all the {KUN}s in hacks later on if desired. | |||
2019-08-17 | Review fixes | Tustin2121 | |
2019-08-17 | Replaced createvobject numbers with EVENT_OBJ_GTX defines | Tustin2121 | |
Doing this allows someone to renumber the event object graphics and still have working contests. | |||
2019-08-17 | Renaming unknown link room ids to be the same as name | Tustin2121 | |
This descrepency was causing a lot of annoyance when using porymap, because porymap generated the ids in map_groups.h from the name, and mapjson was generating map_groups.h from the id in the json files. So just name them the same already like every other map in the repo. | |||
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-08-17 | Juan text buffer overflow note | Tustin2121 | |
2019-08-14 | initial event_scripts documentation | GriffinR | |
2019-08-05 | Merge pull request #764 from GriffinRichards/document-varnames | PikalaxALT | |
Document vars that are used and unnamed |