Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-21 | clean up | GriffinR | |
2019-08-21 | document remaining funcs | GriffinR | |
2019-08-21 | favor lady funcs | GriffinR | |
2019-08-21 | move data, more contest lady funcs | GriffinR | |
2019-08-21 | some contest lady funcs | GriffinR | |
2019-08-21 | minor fixes | GriffinR | |
2019-08-21 | standardize favour/favor | GriffinR | |
2019-08-21 | initial documentation commit | GriffinR | |
2019-08-21 | Merge pull request #783 from tustin2121/tustin2121-patch-3 | Diegoisawesome | |
Replace {STRING 5} with {KUN} | |||
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 | Merge pull request #780 from GriffinRichards/document-rematchconstants | Diegoisawesome | |
trainer rematch macro | |||
2019-08-17 | Merge pull request #782 from tustin2121/trihard-giveback2 | Diegoisawesome | |
Giving back from TriHard Emerald development | |||
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 | Suggested changes from review | Tustin2121 | |
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 | Documenting credits a bit | Tustin2121 | |
2019-08-17 | Added note about addvar | Tustin2121 | |
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-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 | Document the braille window id. | Tustin2121 | |
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-17 | Merge pull request #775 from DizzyEggg/patch-9 | PikalaxALT | |
Fix modern | |||
2019-08-16 | trainer rematch macro | GriffinR | |
2019-08-12 | Fix modern | DizzyEggg | |
Fixes freeze on entering Pokemon Storage System | |||
2019-08-06 | Merge pull request #771 from aaaaaa123456789/master | PikalaxALT | |
Fix Makefiles to account for the $CC and $CXX environment variables | |||
2019-08-06 | Fix Makefiles to account for the $CC and $CXX environment variables | aaaaaa123456789 | |
2019-08-06 | Report data decomp in calcrom | PikalaxALT | |
2019-08-06 | Merge pull request #769 from PikalaxALT/pokenav_unk_9 | PikalaxALT | |
Pokenav unk 9 | |||
2019-08-06 | Address review comments | PikalaxALT | |
2019-08-06 | fix s32/int type mismatch on modern | PikalaxALT | |
2019-08-05 | Move pokenav syms around | PikalaxALT | |
2019-08-05 | Finish pokenav_unk_9 | PikalaxALT | |
2019-08-05 | Some cleanup | PikalaxALT | |
2019-08-05 | Merge pull request #768 from PikalaxALT/pokenav_unk_8 | PikalaxALT | |
Finish pokenav_unk_8 | |||
2019-08-05 | Remove unnecessary casts | PikalaxALT | |
2019-08-05 | Make pokenav_unk_8 syms static, fix gcc-9 warnings | PikalaxALT | |
2019-08-05 | Finish pokenav_unk_8 | PikalaxALT | |
2019-08-05 | through sub_81CF3F8 | PikalaxALT | |
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-05 | through sub_81CF278 | PikalaxALT | |
2019-08-05 | Merge pull request #702 from PikalaxALT/pokenav_unk_2 | PikalaxALT | |
Pokenav unk 2 | |||
2019-08-05 | Name some fields in Pokenav2Struct | PikalaxALT | |
2019-08-05 | Minor fixes | PikalaxALT | |
2019-08-05 | Use LT return defines | PikalaxALT | |
2019-08-05 | Merge branch 'master' into pokenav_unk_2 | PikalaxALT | |
2019-08-05 | Merge pull request #767 from DizzyEggg/pokenav_8 | PikalaxALT | |
More pokenav | |||
2019-08-04 | Fix build errors | PikalaxALT | |