summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2019-08-21some contest lady funcsGriffinR
2019-08-21initial documentation commitGriffinR
2019-08-21Replace {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-17Review fixesTustin2121
2019-08-17Replaced createvobject numbers with EVENT_OBJ_GTX definesTustin2121
Doing this allows someone to renumber the event object graphics and still have working contests.
2019-08-17Renaming unknown link room ids to be the same as nameTustin2121
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-17Folded nops into hidemoneybox and updatemoneyboxTustin2121
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-17Rename movobjectoffscreen to copyobjectxytopermTustin2121
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-17Juan text buffer overflow noteTustin2121
2019-08-14initial event_scripts documentationGriffinR
2019-08-05Merge pull request #764 from GriffinRichards/document-varnamesPikalaxALT
Document vars that are used and unnamed
2019-08-05name unused route state varsGriffinR
2019-08-05rename town/city varsGriffinR
2019-08-04Merge branch 'master' into pok_jumpDizzyEggg
2019-08-03name used and unnamed varsGriffinR
2019-08-03Merge pull request #760 from ultima-soul/use_pokeblock_dataPikalaxALT
Decompile use_pokeblock data
2019-08-02Merge dodrio with masterDizzyEggg
2019-08-02Dodrio berry picking decompiledDizzyEggg
2019-08-01MORE DODRIO BERRY PICKINGgit status!DizzyEggg
2019-07-30Decompile data/use_pokeblock.sultima-soul
2019-07-31Start dodrio magicDizzyEggg
2019-07-29Decompile pokemon jumpDizzyEggg
2019-07-19finish pokenav data decompgarak
2019-07-19decompile pokenav 7/8 datagarak
2019-07-19decompile pokenav_unk_5 datagarak
2019-07-19decompile pokenav_unk_4 rodatagarak
2019-07-19decompile pokenav_unk_3 datagarak
2019-07-19pokenav unk 2 data decompgarak
2019-06-16finish labeling metatilesgarak
2019-06-16continue labeling metatiles for scriptsgarak
2019-05-26Some pokenav workDizzyEggg
2019-05-25Use event object constantsSlawter666
2019-05-25Use constants for new game berries setting scriptDizzyEggg
2019-05-18Fix typos (#713)Flametix
* fix typos
2019-05-16name some trainer card related functionsgarak
2019-05-13Use species constants for VAR_TEMP_1 before givemonFontbane
2019-05-11Merge branch 'master' into dodrio_berry_pickingPikalaxALT
2019-04-22Fix some labels and include decorations.hFontbane
Include decorations.h in shop.c Include decorations.h in event_scripts.s
2019-04-22Doc some event scriptsFontbane
Doc decoration shops Revert "Doc decoration shops" This reverts commit 64d935ea0dc942c32b89487137e5703fce34b435. Document through comments Un-revert decor documentation
2019-04-22Doc most OnTransitionsFontbane
2019-04-22Start documenting event scriptsAJ Fontaine
2019-04-14Use constants in battle_anim_special.cDizzyEggg
2019-04-13Finish decompiling pokenav_unk_1.cMarcus Huderle
2019-04-10Decompile more pokemon_jump.cMarcus Huderle
2019-04-07Merge branch 'master' into contest-ai-cleanupPhlosioneer
2019-04-07Merge pull request #645 from Phlosioneer/pokenav-decomp-againhuderlem
Pokenav decomp again
2019-04-07Break up pokenav into subfilesPhlosioneer
The files are separated based on the pokenav resources substruct ID they use.
2019-04-07Start decompiling pokemon_jump.cMarcus Huderle
2019-04-07Merge branch 'master' into pokenav-decomp-againPhlosioneer
2019-04-06Generate zoom_tiles palette from correct imageMarcus Huderle