Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-17 | Merge remote-tracking branch 'upstream/master' into move-tutor | Marcus Huderle | |
# Conflicts: # include/pokenav.h # src/battle_script_commands.c | |||
2019-03-16 | Use constants for Oam .shape and .size fields | Phlosioneer | |
Also some general formatting fixes for constants. | |||
2019-03-08 | Merge branch 'master' into extern-cleanup | Phlosioneer | |
2019-03-08 | Merge branch 'master' into move-tutor | Phlosioneer | |
2019-03-04 | Split rom asm file in half | Phlosioneer | |
The first half is ui/menu stuff, while the second half is link-related stuff. | |||
2019-03-03 | Fix typos | Phlosioneer | |
This is an updated version of #554, since it hasn't been updated in two weeks. | |||
2019-03-01 | Reduce externs | Phlosioneer | |
2019-02-08 | Document battle arena | Marcus Huderle | |
2019-02-02 | Name action 11 | DizzyEggg | |
2019-01-29 | Misc. documentation and move some data into .c files | Marcus Huderle | |
2019-01-13 | Move some vars to C | DizzyEggg | |
2018-12-27 | Misc overworld documentation | Marcus Huderle | |
2018-12-26 | Fix BgAttributes | DizzyEggg | |
2018-12-25 | use max mon moves constant where able (#480) | melthelesbian | |
* use max mon moves constant where able * fix errors in script commands file * fix more errors | |||
2018-12-24 | Clear includes | DizzyEggg | |
2018-12-19 | Merge pull request #454 from golemgalvanize/decompile_party_menu | Diegoisawesome | |
Decompile party menu | |||
2018-12-18 | finish party_menu | golem galvanize | |
2018-12-17 | Remove magic numbers. | Meowsy | |
2018-12-17 | decompiled up to sub_81B8A7C | golem galvanize | |
2018-12-08 | Merge remote-tracking branch 'upstream/master' | nullableVoidPtr | |
2018-12-08 | Clean some more arrays | nullableVoidPtr | |
2018-12-07 | Document trainer battle scripts (#430) | DizzyEggg | |
2018-12-07 | Realign comments, clean tables in pokemon_animation.c and use ↵ | nullableVoidPtr | |
SPECIES_OLD_UNOWN_ defines | |||
2018-12-06 | Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵ | nullableVoidPtr | |
spaces -> tabs | |||
2018-12-06 | Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵ | nullableVoidPtr | |
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation | |||
2018-11-30 | Match 2 field effect functions | DizzyEggg | |
2018-11-19 | Decompile all of battle_anim_utility_funcs | Marcus Huderle | |
2018-11-18 | fix merge conflict and use EVENT_OBJECT_TEMPLATES_COUNT | DizzyEggg | |
2018-11-18 | Party Size and Num Stats | DizzyEggg | |
2018-11-18 | Document Battle Pyramid | DizzyEggg | |
2018-11-17 | Begin battle pyramid | DizzyEggg | |
2018-11-12 | Document Battle Pie | DizzyEggg | |
2018-11-11 | Document battle arena | DizzyEggg | |
2018-11-06 | Finish cleaning up text.c | Diegoisawesome | |
2018-11-06 | Begin cleaning text.c | Diegoisawesome | |
2018-10-21 | Fix LZ compressed data alignment | Diegoisawesome | |
2018-10-16 | Merge pull request #364 from Diegoisawesome/master | Diegoisawesome | |
Port/decompile field_control_avatar | |||
2018-10-16 | Port/decompile field_control_avatar | Diegoisawesome | |
2018-10-16 | Use constants | DizzyEggg | |
2018-10-14 | Clean battle structs | DizzyEggg | |
2018-10-14 | clean battle structs | DizzyEggg | |
2018-10-07 | Decompile battle_anim_80A9C70 | DizzyEggg | |
2018-09-22 | calledattack to calledmove | DizzyEggg | |
2018-09-22 | gRandomMove to gCalledMove | DizzyEggg | |
2018-09-20 | Label trainer hill battle type | DizzyEggg | |
2018-09-01 | Label various battle scripts | DizzyEggg | |
2018-08-25 | Some labels | DizzyEggg | |
2018-08-12 | Prepare learn_move for merge | Diegoisawesome | |
2018-08-11 | Update battle_script_commands.c | DizzyEggg | |
2018-08-03 | Battle code enums in case switches | DizzyEggg | |