summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-21clean upGriffinR
2019-08-21document remaining funcsGriffinR
2019-08-21favor lady funcsGriffinR
2019-08-21move data, more contest lady funcsGriffinR
2019-08-21some contest lady funcsGriffinR
2019-08-21minor fixesGriffinR
2019-08-21standardize favour/favorGriffinR
2019-08-21initial documentation commitGriffinR
2019-08-21Merge pull request #783 from tustin2121/tustin2121-patch-3Diegoisawesome
Replace {STRING 5} with {KUN}
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-17Merge pull request #780 from GriffinRichards/document-rematchconstantsDiegoisawesome
trainer rematch macro
2019-08-17Merge pull request #782 from tustin2121/trihard-giveback2Diegoisawesome
Giving back from TriHard Emerald development
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-17Suggested changes from reviewTustin2121
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-17Documenting credits a bitTustin2121
2019-08-17Added note about addvarTustin2121
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-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-17Document the braille window id.Tustin2121
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-17Merge pull request #775 from DizzyEggg/patch-9PikalaxALT
Fix modern
2019-08-16trainer rematch macroGriffinR
2019-08-12Fix modernDizzyEggg
Fixes freeze on entering Pokemon Storage System
2019-08-06Merge pull request #771 from aaaaaa123456789/masterPikalaxALT
Fix Makefiles to account for the $CC and $CXX environment variables
2019-08-06Fix Makefiles to account for the $CC and $CXX environment variablesaaaaaa123456789
2019-08-06Report data decomp in calcromPikalaxALT
2019-08-06Merge pull request #769 from PikalaxALT/pokenav_unk_9PikalaxALT
Pokenav unk 9
2019-08-06Address review commentsPikalaxALT
2019-08-06fix s32/int type mismatch on modernPikalaxALT
2019-08-05Move pokenav syms aroundPikalaxALT
2019-08-05Finish pokenav_unk_9PikalaxALT
2019-08-05Some cleanupPikalaxALT
2019-08-05Merge pull request #768 from PikalaxALT/pokenav_unk_8PikalaxALT
Finish pokenav_unk_8
2019-08-05Remove unnecessary castsPikalaxALT
2019-08-05Make pokenav_unk_8 syms static, fix gcc-9 warningsPikalaxALT
2019-08-05Finish pokenav_unk_8PikalaxALT
2019-08-05through sub_81CF3F8PikalaxALT
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-05through sub_81CF278PikalaxALT
2019-08-05Merge pull request #702 from PikalaxALT/pokenav_unk_2PikalaxALT
Pokenav unk 2
2019-08-05Name some fields in Pokenav2StructPikalaxALT
2019-08-05Minor fixesPikalaxALT
2019-08-05Use LT return definesPikalaxALT
2019-08-05Merge branch 'master' into pokenav_unk_2PikalaxALT
2019-08-05Merge pull request #767 from DizzyEggg/pokenav_8PikalaxALT
More pokenav
2019-08-04Fix build errorsPikalaxALT