Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2019-08-05 | name unused route state vars | GriffinR | |
2019-08-05 | rename town/city vars | GriffinR | |
2019-08-04 | Merge branch 'master' into pok_jump | DizzyEggg | |
2019-08-03 | name used and unnamed vars | GriffinR | |
2019-08-03 | Merge pull request #760 from ultima-soul/use_pokeblock_data | PikalaxALT | |
Decompile use_pokeblock data | |||
2019-08-02 | Merge dodrio with master | DizzyEggg | |
2019-08-02 | Dodrio berry picking decompiled | DizzyEggg | |
2019-08-01 | MORE DODRIO BERRY PICKINGgit status! | DizzyEggg | |
2019-07-30 | Decompile data/use_pokeblock.s | ultima-soul | |
2019-07-31 | Start dodrio magic | DizzyEggg | |
2019-07-29 | Decompile pokemon jump | DizzyEggg | |
2019-07-19 | finish pokenav data decomp | garak | |
2019-07-19 | decompile pokenav 7/8 data | garak | |
2019-07-19 | decompile pokenav_unk_5 data | garak | |
2019-07-19 | decompile pokenav_unk_4 rodata | garak | |
2019-07-19 | decompile pokenav_unk_3 data | garak | |
2019-07-19 | pokenav unk 2 data decomp | garak | |
2019-06-16 | finish labeling metatiles | garak | |
2019-06-16 | continue labeling metatiles for scripts | garak | |
2019-05-26 | Some pokenav work | DizzyEggg | |
2019-05-25 | Use event object constants | Slawter666 | |
2019-05-25 | Use constants for new game berries setting script | DizzyEggg | |
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-05-11 | Merge branch 'master' into dodrio_berry_picking | PikalaxALT | |
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-14 | Use constants in battle_anim_special.c | DizzyEggg | |
2019-04-13 | Finish decompiling pokenav_unk_1.c | Marcus Huderle | |
2019-04-10 | Decompile more pokemon_jump.c | Marcus Huderle | |
2019-04-07 | Merge branch 'master' into contest-ai-cleanup | Phlosioneer | |
2019-04-07 | Merge pull request #645 from Phlosioneer/pokenav-decomp-again | huderlem | |
Pokenav decomp again | |||
2019-04-07 | Break up pokenav into subfiles | Phlosioneer | |
The files are separated based on the pokenav resources substruct ID they use. | |||
2019-04-07 | Start decompiling pokemon_jump.c | Marcus Huderle | |
2019-04-07 | Merge branch 'master' into pokenav-decomp-again | Phlosioneer | |
2019-04-06 | Generate zoom_tiles palette from correct image | Marcus Huderle | |