Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-22 | Fix resetintimidatetracebits typo | GriffinR | |
2019-10-16 | Merge branch 'master' into document-gyms2 | GriffinR | |
2019-10-16 | Document rotating_tile_puzzle | GriffinR | |
2019-10-15 | Finish Mossdeep Gym doc, beging documenting rotating tile puzzle | GriffinR | |
2019-10-12 | Unify showmonpic and hidemonpic script command names with their function names | Marcus Huderle | |
2019-10-06 | Document hide/show reflection movement actions | Marcus Huderle | |
2019-09-27 | Clean up new Cmd macro names | GriffinR | |
2019-09-19 | Clean up script_menu documentation | GriffinR | |
2019-09-16 | Use misc ScrCmd constants | GriffinR | |
2019-08-21 | Move asm srcs to src | PikalaxALT | |
2019-08-17 | Review fixes | Tustin2121 | |
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-05 | Finish pokenav_unk_9 | PikalaxALT | |
2019-08-05 | Finish pokenav_unk_8 | PikalaxALT | |
2019-08-05 | through sub_81CF3F8 | PikalaxALT | |
2019-08-05 | through sub_81CF278 | 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 | Finish pokenav_unk_2 | PikalaxALT | |
2019-08-04 | through sub_81CA474 | PikalaxALT | |
2019-08-04 | Merge branch 'master' into pokenav_unk_2 | PikalaxALT | |
2019-08-04 | More pokemav, massive clean-up, seriously who the left the file in this state??? | DizzyEggg | |
2019-08-04 | Merge pull request #766 from DizzyEggg/pokenav_10 | PikalaxALT | |
Decompile pokenav 10 | |||
2019-08-04 | Decompile pokenav 10 | DizzyEggg | |
2019-08-04 | Merge branch 'master' into pok_jump | DizzyEggg | |
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 | pokenav_unk_2 staging | PikalaxALT | |
2019-07-31 | Start dodrio magic | DizzyEggg | |
2019-07-29 | Merge branch 'master' into navdata | garak | |
2019-07-29 | Decompile pokemon jump | DizzyEggg | |
2019-07-25 | Some more pokenav | DizzyEggg | |
2019-07-25 | Decompile pokemon unk 6 | DizzyEggg | |
2019-07-24 | Decompile pokemonav 7 | DizzyEggg | |
2019-07-19 | pokenav unk 2 data decomp | garak | |
2019-07-09 | Decompile 4 berry crush functions | DizzyEggg | |
2019-07-09 | Some pokemon jump work | DizzyEggg | |
2019-05-26 | Some pokenav work | DizzyEggg | |
2019-05-11 | Merge branch 'master' into dodrio_berry_picking | PikalaxALT | |
2019-05-02 | through sub_81CA0EC | PikalaxALT | |
2019-05-02 | through sub_81C9F28 | PikalaxALT | |
2019-05-02 | sub_81C9A10 | PikalaxALT | |
2019-05-02 | through sub_81C99FC | PikalaxALT | |
2019-04-16 | Decompile pokenav_unk_5.c | Marcus Huderle | |
2019-04-16 | Finish decompiling pokenav_unk_4.c | Marcus Huderle | |
2019-04-16 | Decompile pokenav_unk_4.c through sub_81CB678() | Marcus Huderle | |
2019-04-16 | Start decompiling pokenav_unk_4.c | Marcus Huderle | |
2019-04-14 | Decompile all of pokenav_unk_3.c | Marcus Huderle | |