Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-30 | Document a few field specials | GriffinR | |
2019-09-26 | Merge branch 'master' into document-eventscripts | GriffinR | |
2019-09-25 | Document day_care.inc and related | GriffinR | |
2019-09-22 | Merge branch 'master' into document-eventscripts | 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-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 | move some data out of event_scripts, use game stat constants | GriffinR | |
2019-09-03 | Merge branch 'master' into document-eventscripts | GriffinR | |
2019-08-30 | Use item constant in pretty petal flower shop | DizzyEggg | |
2019-08-21 | Use DIR constants for createvobject | GriffinR | |
Also uses event object ids in LinkContestRoom1 | |||
2019-08-21 | initial documentation commit | GriffinR | |
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 | name unused route state vars | GriffinR | |
2019-08-05 | rename town/city vars | GriffinR | |
2019-08-03 | name used and unnamed vars | GriffinR | |
2019-06-16 | finish labeling metatiles | garak | |
2019-06-16 | continue labeling metatiles for scripts | garak | |
2019-05-25 | Use event object constants | Slawter666 | |
2019-05-18 | Fix typos (#713) | Flametix | |
* fix typos | |||
2019-05-16 | name some trainer card related functions | garak | |
2019-05-13 | Use species constants for VAR_TEMP_1 before givemon | Fontbane | |
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 some event scripts | Fontbane | |
Doc decoration shops Revert "Doc decoration shops" This reverts commit 64d935ea0dc942c32b89487137e5703fce34b435. Document through comments Un-revert decor documentation | |||
2019-04-22 | Doc most OnTransitions | Fontbane | |
2019-04-22 | Start documenting event scripts | AJ Fontaine | |
2019-04-06 | Doc field move scripts completely, use fldeff constants for dofieldeffect | Fontbane | |
Fix labels Fix labels again Delete extra boulder scripts Now it should build fine | |||
2019-04-05 | Document secret base | Marcus Huderle | |
2019-04-04 | Fix labels, label more scripts | Fontbane | |
2019-04-04 | Document landmark setting and item balls | Fontbane | |
2019-03-31 | Merge branch 'master' into contest-data | Phlosioneer | |
2019-03-31 | Fix mistakes and use EVENT_OBJ_GFX_* macros | Phlosioneer | |
2019-03-24 | Decompile berry_powder.c | Marcus Huderle | |