summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
AgeCommit message (Collapse)Author
2019-03-17Merge remote-tracking branch 'upstream/master' into move-tutorMarcus Huderle
# Conflicts: # include/pokenav.h # src/battle_script_commands.c
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-08Merge branch 'master' into extern-cleanupPhlosioneer
2019-03-08Merge branch 'master' into move-tutorPhlosioneer
2019-03-04Split rom asm file in halfPhlosioneer
The first half is ui/menu stuff, while the second half is link-related stuff.
2019-03-03Fix typosPhlosioneer
This is an updated version of #554, since it hasn't been updated in two weeks.
2019-03-01Reduce externsPhlosioneer
2019-02-08Document battle arenaMarcus Huderle
2019-02-02Name action 11DizzyEggg
2019-01-29Misc. documentation and move some data into .c filesMarcus Huderle
2019-01-13Move some vars to CDizzyEggg
2018-12-27Misc overworld documentationMarcus Huderle
2018-12-26Fix BgAttributesDizzyEggg
2018-12-25use 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-24Clear includesDizzyEggg
2018-12-19Merge pull request #454 from golemgalvanize/decompile_party_menuDiegoisawesome
Decompile party menu
2018-12-18finish party_menugolem galvanize
2018-12-17Remove magic numbers.Meowsy
2018-12-17decompiled up to sub_81B8A7Cgolem galvanize
2018-12-08Merge remote-tracking branch 'upstream/master'nullableVoidPtr
2018-12-08Clean some more arraysnullableVoidPtr
2018-12-07Document trainer battle scripts (#430)DizzyEggg
2018-12-07Realign comments, clean tables in pokemon_animation.c and use ↵nullableVoidPtr
SPECIES_OLD_UNOWN_ defines
2018-12-06Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵nullableVoidPtr
spaces -> tabs
2018-12-06Fix 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-30Match 2 field effect functionsDizzyEggg
2018-11-19Decompile all of battle_anim_utility_funcsMarcus Huderle
2018-11-18fix merge conflict and use EVENT_OBJECT_TEMPLATES_COUNTDizzyEggg
2018-11-18Party Size and Num StatsDizzyEggg
2018-11-18Document Battle PyramidDizzyEggg
2018-11-17Begin battle pyramidDizzyEggg
2018-11-12Document Battle PieDizzyEggg
2018-11-11Document battle arenaDizzyEggg
2018-11-06Finish cleaning up text.cDiegoisawesome
2018-11-06Begin cleaning text.cDiegoisawesome
2018-10-21Fix LZ compressed data alignmentDiegoisawesome
2018-10-16Merge pull request #364 from Diegoisawesome/masterDiegoisawesome
Port/decompile field_control_avatar
2018-10-16Port/decompile field_control_avatarDiegoisawesome
2018-10-16Use constantsDizzyEggg
2018-10-14Clean battle structsDizzyEggg
2018-10-14clean battle structsDizzyEggg
2018-10-07Decompile battle_anim_80A9C70DizzyEggg
2018-09-22calledattack to calledmoveDizzyEggg
2018-09-22gRandomMove to gCalledMoveDizzyEggg
2018-09-20Label trainer hill battle typeDizzyEggg
2018-09-01Label various battle scriptsDizzyEggg
2018-08-25Some labelsDizzyEggg
2018-08-12Prepare learn_move for mergeDiegoisawesome
2018-08-11Update battle_script_commands.cDizzyEggg
2018-08-03Battle code enums in case switchesDizzyEggg