summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2018-04-06Mystery Event Script Macros; start disassembling the raw data in debug_menu_3.sPikalaxALT
2018-04-05Rename cute_sketch to contest_painting_effects, and battle_1 to decompressMarcus Huderle
2018-04-05Merge remote-tracking branch 'upstream/master' into contest_effectMarcus Huderle
2018-04-05Merge remote-tracking branch 'upstream/master' into btl_attrsMarcus Huderle
2018-04-05Merge remote-tracking branch 'upstream/master' into various_dataMarcus Huderle
2018-04-04Port function/file names from pokeemeraldMarcus Huderle
2018-03-31Merge branch 'master' into contest_link_80C2020PikalaxALT
2018-03-30Decompile contest effect dataPikalaxALT
2018-03-26Merge branch 'master' into tomomichi_debug_menuPikalaxALT
2018-03-18More battle anim documentationMarcus Huderle
2018-03-18Document TAKE_DOWN animMarcus Huderle
2018-03-18Document PIN_MISSILE and ICICLE_SPEAR animsMarcus Huderle
2018-03-15Renaming objects related to tomomichi debug menuPikalaxALT
2018-03-11Remaining dataPikalaxALT
2018-03-11through debug_sub_808C764PikalaxALT
2018-03-10through debug_sub_808C31CPikalaxALT
2018-03-10text through debug_sub_808C014; rodata through gDebug_0x83C1974PikalaxALT
2018-03-10through TomomichiDebugMenu_ControlWorksPikalaxALT
2018-03-10through TomomichiDebugMenu_ContestGraphicsPikalaxALT
2018-02-19replace strings with pointers in data/debug_menu_nohara.scamthesaxman
2018-02-17decompile more debug codeCameron Hall
2018-02-13Slight update to better match EmeraldAvara
2018-02-11Document battle anim things related to SCREECHMarcus Huderle
2018-02-11Document battle anim things related to STRENGTH, TACKLE, BODY_SLAM, and ↵Marcus Huderle
SUPERSONIC
2018-02-11Document battle anim things related to SWIFT and TWISTERMarcus Huderle
2018-02-11Merge pull request #557 from PikalaxALT/fix_nonmatchingMarcus Huderle
Fix nonmatching functions throughout the repo
2018-02-10Start documenting battle animsMarcus Huderle
2018-02-10Sync battle anim script command names with pokeemeraldMarcus Huderle
2018-02-07Merge branch 'master' into fix_nonmatchingPikalaxALT
2018-02-06Merge pull request #565 from huderlem/fightMarcus Huderle
Decompile fight.s
2018-02-04Merge branch 'master' into fix_nonmatchingPikalaxALT
2018-02-04Start decompiling fight.sMarcus Huderle
2018-01-31Merge branch 'master' into german_debugcamthesaxman
Conflicts: asm/pokemon_storage_system.s data/pokemon_storage_system.s src/pokemon/pokemon_1.c src/pokemon/pokemon_storage_system.c sym_common.txt sym_ewram.txt
2018-01-31match sub_81181E8PikalaxALT
2018-01-30match sub_8116EF8PikalaxALT
2018-01-30match sub_8117380PikalaxALT
2018-01-29Merge branch 'master' into pokemon_storage_systemPikalaxALT
2018-01-28Decompile gBattleTerrainTableBlampharos
Forward declares introduced into graphics.h
2018-01-28Remove commented out data that has been convertedBlampharos
2018-01-27Merge branch 'master' into german_debugCameron Hall
2018-01-27Merge branch 'master' into contest_link_80C2020PikalaxALT
2018-01-27Decompile link battle animation dataBlampharos
2018-01-26Decompile move namesBlampharos
2018-01-26Delete leftover includeBlampharos
2018-01-26Delete leftover assembly files for species namesBlampharos
2018-01-26Decompile species namesBlampharos
2018-01-25Decompile trainer dataBlampharos
This necessitated changes in other files which access this data. Three macro constants were migrated from trainer_constants.inc to trainer.h data/trainers.inc and data-de/trainers.inc have been deleted
2018-01-25Decompile trainer class namesBlampharos
This includes both German and English
2018-01-25Decompile trainer party structsBlampharos
2018-01-24oops, re-add the old charmap labels in graphics.scamthesaxman